u-boot/test/lib
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
..
abuf.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
alist.c alist: Add a way to efficiently filter an alist 2024-11-03 21:27:12 -06:00
asn1.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
cmd_ut_lib.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
compression.c compression: test: Move into the lib suite 2024-11-13 11:56:01 -06:00
efi_device_path.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
efi_image_region.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
getopt.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
hexdump.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
Kconfig test: improve configuration for Kconfig test options 2023-04-25 15:31:27 -04:00
kconfig_spl.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
kconfig.c test: sandbox: fix invalid_use_of_IF_ENABLED_INT if BLOBLIST=n 2024-12-18 15:19:16 -06:00
lmb.c lmb: Remove lmb_alloc_base_flags() 2024-12-30 13:21:55 -06:00
longjmp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Makefile Merge patch series "test: Tidy up the test/ directory" 2024-11-13 16:02:58 -06:00
rsa.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
sscanf.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
str.c test: lib: Use CONFIG_64BIT to detect 64 bit compile 2024-12-31 10:58:30 -06:00
string.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
strlcat.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
test_aes.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
test_crc8.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
test_crypt.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
test_errno_str.c test: Drop the blank line before test macros 2024-08-26 18:51:49 -06:00
test_print.c test: Tidy up checking for console end 2024-08-26 18:51:49 -06:00
time.c Revert "test: Update time tests to use unit-test asserts" 2024-11-22 14:37:21 -06:00
unicode.c test: Move unicode tests into the lib suite 2024-11-13 11:56:02 -06:00
uuid.c test: lib/uuid: add tests for UUID version/variant bits 2024-09-12 17:35:38 +02:00