Crate openhcl_boot

Source
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 implement Sync, 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§

Enums§

Constants§

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.
  • 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 πŸ”’