mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-03 10:17:46 +00:00
15 lines
593 B
Plaintext
15 lines
593 B
Plaintext
- Versioned protocol:
|
|
- Make shim and the bootloaders using it express how enlightened they
|
|
are to one another, so we can stop earlier without tricks like the one
|
|
above
|
|
- Make a LoadImage/CheckImage/StartImage based protocol
|
|
- Hashing of option roms:
|
|
- hash option roms and add them to MokListRT
|
|
- probably belongs in MokManager
|
|
- Ability to specify second stage as a device path
|
|
- including vendor path that means "parent of this image's path"
|
|
- including vendor path that means "this image"
|
|
- including path that's like Fv() to embed images.
|
|
|
|
# vim:filetype=mail:tw=74
|