summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2024-12-31Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"Tom Rini
2024-12-31test: lib: Use CONFIG_64BIT to detect 64 bit compileAndrew Goodbody
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-30lmb: Rename free_mem to available_memIlias Apalodimas
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-18test: sandbox: fix invalid_use_of_IF_ENABLED_INT if BLOBLIST=nEvgeny Bachinin
2024-12-12lmb: Return -EEXIST in lmb_add_region_flags() if region already addedSam Protsenko
2024-12-05lmb: Fix the allocation of overlapping memory areas with !LMB_NONEIlias Apalodimas
2024-11-22test: unit test for hextoull()Heinrich Schuchardt
2024-11-22Revert "test: Update time tests to use unit-test asserts"Tom Rini
2024-11-13Merge patch series "test: Tidy up the test/ directory"Tom Rini
2024-11-13test: Update time tests to use unit-test assertsSimon Glass
2024-11-13test: Move time tests into the lib suiteSimon Glass
2024-11-13test: Move time_ut test into libSimon Glass
2024-11-13test: Move unicode tests into the lib suiteSimon Glass
2024-11-13test: Move unicode_ut test into libSimon Glass
2024-11-13str: test: Move into the lib suiteSimon Glass
2024-11-13test: Move str_ut test into libSimon Glass
2024-11-13compression: test: Move into the lib suiteSimon Glass
2024-11-13compression: test: Move test into libSimon Glass
2024-11-13test: run longjmp() test only on supported architecturesHeinrich Schuchardt
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-02alist: Add a way to efficiently filter an alistSimon Glass
2024-11-02alist: Add a function to empty the listSimon Glass
2024-11-02alist: Add for-loop helpersSimon Glass
2024-11-02alist: Add a way to get the next elementSimon Glass
2024-10-29lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-12test: lib/uuid: add tests for UUID version/variant bitsCaleb Connolly
2024-09-12test: lib/uuid: add unit tests for dynamic UUIDsCaleb Connolly
2024-09-12include: export uuid.hCaleb Connolly
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-26test: Tidy up checking for console endSimon Glass
2024-08-26test: Use UTF_CONSOLE in remaining testsSimon Glass
2024-08-26test: Drop the blank line before test macrosSimon Glass
2024-08-07alist: Add support for an allocated pointer listSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass
2023-10-09test: lmb: Add test for coalescing and overlap rangeUdit Kumar
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass
2023-08-25abuf: Allow incrementing the sizeSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini