freebsd-dev/stand/lua
Colin Percival 5c73b3e0a3 Add support for getting early entropy from UEFI
UEFI provides a protocol for accessing randomness. This is a good way
to gather early entropy, especially when there's no driver for the RNG
on the platform (as is the case on the Marvell Armada8k (MACCHIATObin)
for now).

If the entropy_efi_seed option is enabled in loader.conf (default: YES)
obtain 2048 bytes of entropy from UEFI and pass is to the kernel as a
"module" of name "efi_rng_seed" and type "boot_entropy_platform"; if
present, ingest it into the kernel RNG.

Submitted by:	Greg V
Reviewed by:	markm, kevans
Approved by:	csprng (markm)
MFC after:	3 weeks
Differential Revision:	https://reviews.freebsd.org/D20780
2022-02-17 13:01:11 -08:00
..
cli.lua lua loader: Add disable-device to disable a device. 2021-07-28 16:53:00 -06:00
cli.lua.8 cli.lua.8: make the command match the code 2021-07-28 20:54:14 -06:00
color.lua loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
color.lua.8
config.lua lualoader: position hyphens at the beginning of character classes 2021-01-31 09:57:59 -06:00
config.lua.8 lualoader: cli: provide a show-module-options loader command 2020-12-17 18:24:36 +00:00
core.lua Add support for getting early entropy from UEFI 2022-02-17 13:01:11 -08:00
core.lua.8
drawer.lua lualoader: allow brands to specify a shift 2021-09-09 02:01:50 -05:00
drawer.lua.8
gfx-beastie.lua
gfx-beastiebw.lua
gfx-fbsdbw.lua
gfx-orb.lua loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
gfx-orbbw.lua
hook.lua
hook.lua.8
loader.lua
Makefile
menu.lua lualoader: fix the autoboot_delay countdown message 2021-10-26 11:24:29 -05:00
menu.lua.8 luaboot: visible must be a function 2021-03-31 22:35:52 -06:00
password.lua
password.lua.8
screen.lua
screen.lua.8