Expand description
The openhcl boot loader, which loads before the kernel to set up the kernelβs boot parameters.
Modules§
- arch πImports and re-exports architecture-specific implementations.
- boot_
logger πLogging support for the bootshim. - cmdline πCommand line arguments and parsing for openhcl_boot.
- dt πModule used to write the device tree used by the OpenHCL kernel and usermode.
- host_
params πModule used to parse the host parameters used to setup Underhill. These are provided via a device tree IGVM parameter. - hypercall πHypercall infrastructure.
- rt πArchitecture-independent runtime support.
- sidecar π
- single_
threaded πSupport for working with global variables in a single-threaded environment. In such an environment, it is safe to access globals even if they donβt implementSync
, since there is only one thread that can access them. But code still needs to be careful to avoid creating multiple mutable references to the same global. These types provide abstractions for doing this safely. - x86_
boot π
Structs§
- Command
Line πTooLong - Fdt π
- Page
Align π
Enums§
- Reserved
Memory πType
Constants§
- FDT_
SIZE π - The maximum number of reserved memory ranges that we might use. See ReservedMemoryType definition for details.
Functions§
- Build the cc_blob containing the location of different parameters associated with SEV.
- Read and setup the underhill kernel command line into the specified buffer.
- get_
ref_ πtime - main π
- Construct a slice representing the reserved memory ranges to be reported to VTL2.
- shim_
main π - shim_
parameters πRaw shim parameters are provided via a relative offset from the base of where the shim is loaded. Return a ShimParams structure based on the raw offset based RawShimParams. - validate_
vp_ πhw_ ids Ensure that mshv VP indexes for the CPUs listed in the partition info correspond to the N in the cpu@N devicetree node name. OpenVMM assumes that this will be the case. - zeroed π