summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2025-07-23abuf: Remove code that prevented test code runningAndrew Goodbody
2025-06-26Merge patch series "sandbox: align LMB memory"Tom Rini
2025-06-26test: unit test for efi_alloc_aligned_pages()Heinrich Schuchardt
2025-06-25lmb: use a single function to free up memorySughosh Ganu
2025-06-25lmb: replace the lmb_alloc() and lmb_alloc_base() API'sSughosh Ganu
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-05-30abuf: Add a way to printf() into a bufferSimon Glass
2025-05-30abuf: Add a function to copy a bufferSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2025-05-29Merge patch series "regex patches"Tom Rini
2025-05-29test: slre: add tests for regex libraryRasmus Villemoes
2025-05-29test: slre: add tests for character rangesRasmus Villemoes
2025-05-29test: slre: add test cases for escape char in character classRasmus Villemoes
2025-05-29test: slre: add some (negative) character class testsRasmus Villemoes
2025-05-29test: slre: add more test casesRasmus Villemoes
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-05-16test: Add a test for strim()Simon Glass
2025-04-23test: lib: add uthread_mutex testJerome Forissier
2025-04-23test: lib: add uthread testJerome Forissier
2025-04-23test: lib: add initjmp() testJerome Forissier
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuf: Add some testsSimon Glass
2025-03-26test: lmb: fix the lmb_alloc_addr() based test casesSughosh Ganu
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-17Merge patch series "lmb: miscellaneous fixes and improvements"Tom Rini
2025-03-17lmb: check if a region can be reserved by lmb_reserve()Sughosh Ganu
2025-03-12Merge branch 'graph' of https://source.denx.de/u-boot/custodians/u-boot-tegra...Tom Rini
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-08sandbox: remap memory load addressesSvyatoslav Ryhel
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