* [RESEND PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER
@ 2026-08-10 12:21 Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 1/2] configs: adi: sc598: disable CONFIG_EFI_LOADER Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 2/2] configs: adi: sc594: " Caleb Ethridge
0 siblings, 2 replies; 3+ messages in thread
From: Caleb Ethridge @ 2026-08-10 12:21 UTC (permalink / raw)
To: u-boot; +Cc: Tom Rini, malysagreg, linux, philip, Caleb Ethridge
From: Caleb Ethridge <caleb.ethridge@analog.com>
The sc5xx boards do not use UEFI support, so CONFIG_EFI_LOADER
brings in unused code in the build. This is already disabled for
every board except for the sc598 and sc594 variants, this series
extends this exclusion to those boards.
Caleb Ethridge (2):
configs: adi: sc598: disable CONFIG_EFI_LOADER
configs: adi: sc594: disable CONFIG_EFI_LOADER
configs/sc594-som-ezkit-spl_defconfig | 1 +
configs/sc594-som-ezlite-spl_defconfig | 2 +-
configs/sc598-som-ezkit-spl_defconfig | 2 +-
configs/sc598-som-ezlite-spl_defconfig | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [RESEND PATCH 1/2] configs: adi: sc598: disable CONFIG_EFI_LOADER
2026-08-10 12:21 [RESEND PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER Caleb Ethridge
@ 2026-08-10 12:21 ` Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 2/2] configs: adi: sc594: " Caleb Ethridge
1 sibling, 0 replies; 3+ messages in thread
From: Caleb Ethridge @ 2026-08-10 12:21 UTC (permalink / raw)
To: u-boot; +Cc: Tom Rini, malysagreg, linux, philip, Caleb Ethridge
From: Caleb Ethridge <caleb.ethridge@analog.com>
The SC598 boards do not use UEFI support, so CONFIG_EFI_LOADER brings in
unused code. Disable CONFIG_EFI_LOADER for the sc598-som-ezkit and
sc598-som-ezlite defconfigs.
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
---
configs/sc598-som-ezkit-spl_defconfig | 2 +-
configs/sc598-som-ezlite-spl_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/sc598-som-ezkit-spl_defconfig b/configs/sc598-som-ezkit-spl_defconfig
index e2fee0d0be8..e9a80d11069 100644
--- a/configs/sc598-som-ezkit-spl_defconfig
+++ b/configs/sc598-som-ezkit-spl_defconfig
@@ -30,6 +30,7 @@ CONFIG_CDU0_CLKO10=5
CONFIG_CDU0_CLKO12=1
CONFIG_CDU0_CLKO13=3
CONFIG_CDU0_CLKO14=3
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
@@ -107,4 +108,3 @@ CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
# CONFIG_SPL_CRC8 is not set
-# CONFIG_TOOLS_MKEFICAPSULE is not set
diff --git a/configs/sc598-som-ezlite-spl_defconfig b/configs/sc598-som-ezlite-spl_defconfig
index 9afe5c0789a..e2af0c66be8 100644
--- a/configs/sc598-som-ezlite-spl_defconfig
+++ b/configs/sc598-som-ezlite-spl_defconfig
@@ -30,6 +30,7 @@ CONFIG_CDU0_CLKO10=5
CONFIG_CDU0_CLKO12=1
CONFIG_CDU0_CLKO13=3
CONFIG_CDU0_CLKO14=3
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
@@ -105,4 +106,3 @@ CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
# CONFIG_SPL_CRC8 is not set
-# CONFIG_TOOLS_MKEFICAPSULE is not set
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [RESEND PATCH 2/2] configs: adi: sc594: disable CONFIG_EFI_LOADER
2026-08-10 12:21 [RESEND PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 1/2] configs: adi: sc598: disable CONFIG_EFI_LOADER Caleb Ethridge
@ 2026-08-10 12:21 ` Caleb Ethridge
1 sibling, 0 replies; 3+ messages in thread
From: Caleb Ethridge @ 2026-08-10 12:21 UTC (permalink / raw)
To: u-boot; +Cc: Tom Rini, malysagreg, linux, philip, Caleb Ethridge
From: Caleb Ethridge <caleb.ethridge@analog.com>
The SC594 boards do not use UEFI support, CONFIG_EFI_LOADER brings in
unused code. Disable CONFIG_EFI_LOADER for the sc594-som-ezkit and
sc594-som-ezlite defconfigs.
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
---
configs/sc594-som-ezkit-spl_defconfig | 1 +
configs/sc594-som-ezlite-spl_defconfig | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/sc594-som-ezkit-spl_defconfig b/configs/sc594-som-ezkit-spl_defconfig
index 4f8be110ee4..dec454d6472 100644
--- a/configs/sc594-som-ezkit-spl_defconfig
+++ b/configs/sc594-som-ezkit-spl_defconfig
@@ -12,6 +12,7 @@ CONFIG_SC59X=y
CONFIG_TARGET_SC594_SOM_EZKIT=y
CONFIG_SYS_LOAD_ADDR=0xA2000000
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
diff --git a/configs/sc594-som-ezlite-spl_defconfig b/configs/sc594-som-ezlite-spl_defconfig
index c045c67569b..9571c521176 100644
--- a/configs/sc594-som-ezlite-spl_defconfig
+++ b/configs/sc594-som-ezlite-spl_defconfig
@@ -15,6 +15,7 @@ CONFIG_CDU0_CLKO10=5
CONFIG_SF_DEFAULT_BUS=0
CONFIG_SF_DEFAULT_CS=0
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
@@ -83,4 +84,3 @@ CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
# CONFIG_SPL_CRC8 is not set
-# CONFIG_TOOLS_MKEFICAPSULE is not set
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-10 12:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 12:21 [RESEND PATCH 0/2] sc59x: Disable CONFIG_EFI_LOADER Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 1/2] configs: adi: sc598: disable CONFIG_EFI_LOADER Caleb Ethridge
2026-08-10 12:21 ` [RESEND PATCH 2/2] configs: adi: sc594: " Caleb Ethridge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox