All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] configs: add mkeficapsule to tools-only_defconfig
@ 2021-09-09  5:27 Heinrich Schuchardt
  2021-09-09  6:09 ` AKASHI Takahiro
  0 siblings, 1 reply; 13+ messages in thread
From: Heinrich Schuchardt @ 2021-09-09  5:27 UTC (permalink / raw)
  To: Tom Rini
  Cc: Simon Glass, Vagrant Cascadian, AKASHI Takahiro, Sughosh Ganu,
	u-boot, Heinrich Schuchardt

mkeficapsule is used to create capsules for UEFI firmware update.
To ease inclusion into U-Boot tools packages of Linux distributions we
should add it to the tools-only_defconfig.

Provide dummy values for CONFIG_AVB_BUF_ADDR, CONFIG_AVB_BUF_SIZE to
satisfy Kconfig.

Suggested-by: Vagrant Cascadian <vagrant@debian.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/tools-only_defconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index f54bc1802c..8a20d3fb05 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -5,6 +5,8 @@ CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_MISC_INIT_F=y
+CONFIG_AVB_BUF_ADDR=0x0
+CONFIG_AVB_BUF_SIZE=0x8192
 # CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_BOOTM is not set
 # CONFIG_CMD_ELF is not set
@@ -29,4 +31,7 @@ CONFIG_SYSRESET=y
 # CONFIG_VIRTIO_MMIO is not set
 # CONFIG_VIRTIO_PCI is not set
 # CONFIG_VIRTIO_SANDBOX is not set
-# CONFIG_EFI_LOADER is not set
+CONFIG_EFI_CAPSULE_ON_DISK=y
+CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
+CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
+CONFIG_EFI_CAPSULE_AUTHENTICATE=y
--
2.30.2


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

end of thread, other threads:[~2021-09-10  3:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  5:27 [PATCH 1/1] configs: add mkeficapsule to tools-only_defconfig Heinrich Schuchardt
2021-09-09  6:09 ` AKASHI Takahiro
2021-09-09  7:27   ` Heinrich Schuchardt
2021-09-09  8:30     ` AKASHI Takahiro
2021-09-09 11:46       ` Tom Rini
2021-09-09 12:10         ` AKASHI Takahiro
2021-09-09 12:15           ` Tom Rini
2021-09-09 12:47             ` AKASHI Takahiro
2021-09-09 13:02               ` Tom Rini
2021-09-10  2:17                 ` AKASHI Takahiro
2021-09-10  3:14                   ` Tom Rini
2021-09-09 12:31         ` Heinrich Schuchardt
2021-09-09 12:44           ` Tom Rini

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.