U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Compostella <jeremy.compostella@intel.com>
To: <u-boot@lists.denx.de>
Subject: [PATCH 0/5] 64-bit U-Boot configuration without SPL
Date: Tue, 18 Mar 2025 10:39:18 -0700	[thread overview]
Message-ID: <87bjtyutkp.fsf@jcompost-mobl.amr.corp.intel.com> (raw)

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.

Jeremy Compostella (5):
  arch/x86: Add 64-bit U-Boot configuration without SPL
  arch/x86/cpu: Call x86_cpu_reinit_f for 64-bits
  arch/x86/lib: Fix CONFIG_X86_64 usage in zimage.c
  Fix EFI boot file name definition for 64-bit x86 architecture
  configs: Add coreboot64-no-spl_defconfig for 64-bit X86 without SPL

 arch/x86/Kconfig                    | 10 ++++-
 arch/x86/cpu/coreboot/Kconfig       |  2 +-
 arch/x86/cpu/coreboot/coreboot.c    |  2 +-
 arch/x86/lib/zimage.c               |  2 +-
 configs/coreboot64-no-spl_defconfig | 62 +++++++++++++++++++++++++++++
 include/config_distro_bootcmd.h     |  2 +-
 6 files changed, 75 insertions(+), 5 deletions(-)
 create mode 100644 configs/coreboot64-no-spl_defconfig

-- 
2.48.1


                 reply	other threads:[~2025-03-19  3:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87bjtyutkp.fsf@jcompost-mobl.amr.corp.intel.com \
    --to=jeremy.compostella@intel.com \
    --cc=u-boot@lists.denx.de \
    /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