u-boot/arch/x86
Tom Rini f4e8711965 Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Picking up a series from Dan Carpenter and applying requested
changes for v2.

I had previously set CONFIG_64BIT for arm64.  This patchset does the
same thing for sandbox and x86_64.  (Mips and riscv were already
doing it).  This CONFIG option is used in the Makefile to determine
if it's a 32 or 64 bit system for the CHECKER.

Makefile
  1052  # the checker needs the correct machine size
  1053  CHECKFLAGS += $(if $(CONFIG_64BIT),-m64,-m32)

Link: https://lore.kernel.org/r/20241216180736.1933807-1-andrew.goodbody@linaro.org
2024-12-31 10:58:36 -06:00
..
cpu Revert "global_data: Drop spl_handoff" 2024-12-02 07:40:39 -06:00
dts x86: coreboot: Enable support for the configuration editor 2024-11-03 21:27:12 -06:00
include/asm Merge patch series "Implement ACPI on aarch64" 2024-10-27 18:44:13 -06:00
lib arch: x86: lib: Add support of legacy 64-bit entry point at 0x200 2024-12-18 15:43:50 -06:00
config.mk arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
Kconfig x86: select CONFIG_64BIT for X86_64 2024-12-31 10:58:30 -06:00
Makefile global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00