Merge patch series "64-bit U-Boot configuration without SPL"
authorTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 18:26:50 +0000 (12:26 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 22:49:59 +0000 (16:49 -0600)
Jeremy Compostella <jeremy.compostella@intel.com> 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
1  2 
board/coreboot/coreboot/MAINTAINERS

@@@ -8,3 -8,3 +8,8 @@@ COREBOOT64 BOAR
  M:    Simon Glass <sjg@chromium.org>
  S:    Maintained
  F:    configs/coreboot64_defconfig
++
++COREBOOT64 NO SPL
++M:    Jeremy Compostella <jeremy.compostella@intel.com>
++S:    Maintained
++F:    configs/coreboot64-no-spl_defconfig