u-boot/arch/riscv
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 riscv: spacemit: bananapi_f3: initial support added 2024-12-18 13:19:16 +08:00
dts riscv: spacemit: bananapi_f3: initial support added 2024-12-18 13:19:16 +08:00
include/asm riscv: resume needs to be a global 2024-10-29 19:58:14 +08:00
lib dm: Add dm_remove_devices_active() for ordered device removal 2024-11-24 15:41:28 -06:00
config.mk riscv: Support building with Clang 2024-01-31 16:52:36 +08:00
Kconfig Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64" 2024-12-31 10:58:36 -06:00
Makefile global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00