summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-02-12test: unit tests for strstr() and strnstr()Heinrich Schuchardt
2025-01-24Merge patch series "test: Improvements to ut command and test-suite running"Tom Rini
2025-01-24test: Drop the function for running lib testsSimon Glass
2025-01-24test: Drop the _test suffix on linker listsSimon Glass
2025-01-24test: str_ut.c depends on CONFIG_STRTOHeinrich Schuchardt
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22abuf: Provide a constant bufferSimon Glass
2025-01-22abuf: Provide a way to get the buffer addressSimon Glass
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini
2025-01-18test: lib: add test for key derivationPhilippe Reynes
2025-01-18test: lib: add test for sha256_hmacPhilippe Reynes
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