From: Tom Rini Date: Fri, 4 Apr 2025 18:26:50 +0000 (-0600) Subject: Merge patch series "64-bit U-Boot configuration without SPL" X-Git-Tag: v2025.07-rc1~119^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e458e103d4f5fb7aaf13e744c65916ab3ba4a18d;p=pandora-u-boot.git Merge patch series "64-bit U-Boot configuration without SPL" Jeremy Compostella says: Introduces a new configuration option X86_RUN_64BIT_NO_SPL to allow building U-Boot as a 64-bit binary without using the SPL (Secondary Program Loader). The motivation is to simplify the boot process for specific x86-based platforms that do not require SPL, such as those booting directly from a 64-bit coreboot firmware. Link: https://lore.kernel.org/r/87bjtyutkp.fsf@jcompost-mobl.amr.corp.intel.com --- e458e103d4f5fb7aaf13e744c65916ab3ba4a18d diff --cc board/coreboot/coreboot/MAINTAINERS index d97383c030c,d97383c030c..5166e7a762d --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@@ -8,3 -8,3 +8,8 @@@ COREBOOT64 BOAR M: Simon Glass S: Maintained F: configs/coreboot64_defconfig ++ ++COREBOOT64 NO SPL ++M: Jeremy Compostella ++S: Maintained ++F: configs/coreboot64-no-spl_defconfig