[PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default

The efidebug command is needed to manage UEFI boot options. To display them fully CONFIG_HEXDUMP is needed.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- cmd/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig index ffef3cc76c..30a291fa3b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1732,7 +1732,9 @@ config CMD_CLS config CMD_EFIDEBUG bool "efidebug - display/configure UEFI environment" depends on EFI_LOADER + default y select EFI_DEVICE_PATH_TO_TEXT + imply HEXDUMP default n help Enable the 'efidebug' command which provides a subset of UEFI

On 8/12/21 1:00 PM, Heinrich Schuchardt wrote:
The efidebug command is needed to manage UEFI boot options. To display them fully CONFIG_HEXDUMP is needed.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
For rcar3_salvator-x this increases the image size too much:
aarch64: + rcar3_salvator-x +u-boot.img exceeds file size limit: + limit: 0x100000 bytes + actual: 0x102f42 bytes + excess: 0x2f42 bytes +make[1]: *** [Makefile:1427: u-boot.img] Error 1 +make[1]: *** Deleting file 'u-boot.img' +make: *** [Makefile:177: sub-make] Error 2
participants (2)
-
Heinrich Schuchardt
-
Heinrich Schuchardt