commit | bdbca2748cdb75dedb4d180ff2512542077e2c8c | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Tue Mar 18 10:42:06 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 04 12:26:36 2025 -0600 |
tree | 23d83ba30ea61f221a57838c8bbe44b3ea3772d7 | |
parent | 0caed0cad4541af5de79c324477b3eae6930f6ad [diff] |
configs: Add coreboot64-no-spl_defconfig for 64-bit X86 without SPL Create a new defconfig file called `coreboot64-no-spl_defconfig`, tailored specifically for 64-bit X86 architecture systems that operate without the Secondary Program Loader (SPL). This configuration takes its inspiration from `coreboot64_defconfig`.. Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>