Crate host_fdt_parser

Source
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.
MemoryEntry
Struct containing parsed memory information.
ParsedDeviceTree
Struct containing parsed device tree information.
VmbusInfo
Information about VMBUS.

Enums§

MemoryAllocationMode
The memory allocation mode provided by the host. This determines how OpenHCL will allocate memory for itself from the partition memory map.