u-boot/arch/sandbox
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 fdt: Swap the signature for board_fdt_blob_setup() 2024-12-18 15:18:59 -06:00
dts Merge patch series "led: update LED boot/activity to new property implementation" 2024-12-06 13:00:52 -06:00
include/asm Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64" 2024-12-31 10:58:36 -06:00
lib acpi: x86: Move MADT to common code 2024-10-27 17:12:44 -06:00
config.mk efi_loader: move HOST_ARCH to version_autogenerated.h 2024-04-08 13:04:48 +02:00
Kconfig x86: select CONFIG_64BIT for X86_64 2024-12-31 10:58:30 -06:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00