* [PATCH] fixup! efi: add option to generate vfat file for barebox.efi
@ 2025-12-08 10:30 Ahmad Fatoum
2025-12-08 12:10 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-12-08 10:30 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
efi: payload: move EFI_PAYLOAD_ESP_IMAGE into payload/Kconfig
Anticipating addition of full loader support, it's important to clearly mark
things specific to the payload, so move the symbol there.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
efi/Kconfig | 4 ----
efi/payload/Kconfig | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/efi/Kconfig b/efi/Kconfig
index 49839f8466ea..35850b20ef50 100644
--- a/efi/Kconfig
+++ b/efi/Kconfig
@@ -4,10 +4,6 @@ menu "EFI (Extensible Firmware Interface) Support"
source "efi/payload/Kconfig"
-config EFI_PAYLOAD_ESP_IMAGE
- bool "Generate barebox.esp image from payload"
- depends on EFI_PAYLOAD
-
config EFI
bool
diff --git a/efi/payload/Kconfig b/efi/payload/Kconfig
index 782e974d8f58..871395b69683 100644
--- a/efi/payload/Kconfig
+++ b/efi/payload/Kconfig
@@ -25,6 +25,9 @@ if EFI_PAYLOAD
config EFI_STUB
def_bool HAVE_EFI_STUB
+config EFI_PAYLOAD_ESP_IMAGE
+ bool "Generate barebox.esp image from payload"
+
config EFI_HANDOVER_PROTOCOL
bool "EFI Handover protocol (DEPRECATED)"
depends on X86
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! efi: add option to generate vfat file for barebox.efi
2025-12-08 10:30 [PATCH] fixup! efi: add option to generate vfat file for barebox.efi Ahmad Fatoum
@ 2025-12-08 12:10 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-12-08 12:10 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Mon, 08 Dec 2025 11:30:34 +0100, Ahmad Fatoum wrote:
> efi: payload: move EFI_PAYLOAD_ESP_IMAGE into payload/Kconfig
>
> Anticipating addition of full loader support, it's important to clearly mark
> things specific to the payload, so move the symbol there.
>
>
Applied, thanks!
[1/1] fixup! efi: add option to generate vfat file for barebox.efi
https://git.pengutronix.de/cgit/barebox/commit/?id=1be6c35214b8 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-08 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-08 10:30 [PATCH] fixup! efi: add option to generate vfat file for barebox.efi Ahmad Fatoum
2025-12-08 12:10 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox