Expand description
Common parsing code for parsing the device tree provided by the host. Note that is is not a generic device tree parser, but parses the device tree for devices and concepts specific to underhill.
Notably, we search for IGVM specific extensions to nodes, defined here:
[igvm_defs::dt
].
Structs§
- CpuEntry
- Struct containing parsed CPU information.
- Error
- Errors returned by parsing.
- GicInfo
- Information about the GIC.
- Memory
Entry - Struct containing parsed memory information.
- Parsed
Device Tree - Struct containing parsed device tree information.
- Vmbus
Info - Information about VMBUS.
Enums§
- Memory
Allocation Mode - The memory allocation mode provided by the host. This determines how OpenHCL will allocate memory for itself from the partition memory map.