All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default
@ 2021-08-12 11:00 Heinrich Schuchardt
  2021-08-14 18:58 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-08-12 11:00 UTC (permalink / raw)
  To: u-boot; +Cc: Alexander Graf, Heinrich Schuchardt, Heinrich Schuchardt

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
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default
  2021-08-12 11:00 [PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default Heinrich Schuchardt
@ 2021-08-14 18:58 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-08-14 18:58 UTC (permalink / raw)
  To: u-boot; +Cc: Alexander Graf, Heinrich Schuchardt

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-14 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 11:00 [PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default Heinrich Schuchardt
2021-08-14 18:58 ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.