
On Wed, Nov 27, 2024 at 08:06:30AM +0100, Heinrich Schuchardt wrote:
The bootmenu command can display
- menu entries defined by environment variables
- menu entries defined by UEFI boot options
Not in all cases showing the UEFI boot options is desired. Provide a new parameter '-e' to select the display of UEFI boot options.
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Very strangely, this leads to the EFI selftest "Executing 'random number generator'" test failing on Pi 4, where was was passing previously (and Pi 4 has an RNG, unlike Pi 3), and this is on rpi_4_defconfig with: CONFIG_CMD_BOOTEFI_HELLO=y CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_IPV6=y CONFIG_IPV6_ROUTER_DISCOVERY=y CONFIG_CMD_TFTPPUT=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_CMD_BOOTMENU=y CONFIG_CMD_LOG=y CONFIG_UNIT_TEST=y # CONFIG_CMD_EFIDEBUG is not set CONFIG_BOOTSTAGE_STASH_ADDR=0x02400000 CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_STASH=y CONFIG_CMD_BOOTSTAGE=y
added.