Lines Matching full:kho
4 KHO FDT
7 KHO uses the flattened device tree (FDT) container format and libfdt
9 kernels. The properties in KHO FDT are stored in native format.
11 all preserved memory regions, as well as physical addresses of KHO users'
12 own FDTs. Interpreting those sub FDTs is the responsibility of KHO users.
14 KHO nodes and properties
20 KHO saves a special property named ``preserved-memory-map`` under the root node.
21 This node contains the physical address of an in-memory structure for KHO to
28 that created the KHO FDT and the kernel that attempts to load it.
29 If the kernel that loads the KHO FDT is not compatible with it, the entire
30 KHO process will be bypassed.
35 Generally, a KHO user serialize its state into its own FDT and instructs
36 KHO to preserve the underlying memory, such that after kexec, the new kernel
39 A KHO user thus can create a node in KHO root tree and save the physical address
45 The following example demonstrates KHO FDT that preserves two memory
51 compatible = "kho-v1";