Expand description
Logging support for the bootshim.
The bootshim performs no filtering of its logging messages when running in a confidential VM. This is because it runs before any keys can be accessed or any guest code is executed, and therefore it can not leak anything sensitive.
Structs§
Enums§
- Logger 🔒
Statics§
Functions§
- boot_
logger_ memory_ init - Initialize the in-memory log buffer. This range must be identity mapped, and unused by anything else.
- boot_
logger_ runtime_ init - Initialize the runtime boot logger, for logging to serial or other outputs.