From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] fixup! efi: add option to generate vfat file for barebox.efi
Date: Mon, 8 Dec 2025 11:30:34 +0100 [thread overview]
Message-ID: <20251208103035.4129780-1-a.fatoum@pengutronix.de> (raw)
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
next reply other threads:[~2025-12-08 10:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-08 10:30 Ahmad Fatoum [this message]
2025-12-08 12:10 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251208103035.4129780-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox