aboutsummaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass1-24/+12
2023-10-09test: lmb: Add test for coalescing and overlap rangeUdit Kumar1-1/+12
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass1-2/+2
2023-08-25abuf: Allow incrementing the sizeSimon Glass1-0/+25
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini2-0/+42
2023-08-08test: fix a couple NULL vs IS_ERR() checksDan Carpenter1-2/+2
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer1-2/+2
2023-08-08lib: uuid: introduce testcase for uuid_str_to_le_binAbdellatif El Khlifi2-0/+42
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2-42/+0
2023-07-24lib: uuid: introduce testcase for uuid_str_to_le_binAbdellatif El Khlifi2-0/+42
2023-04-25test: improve configuration for Kconfig test optionsHeinrich Schuchardt1-7/+8
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini2-8/+8
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut2-8/+8
2023-03-13test: unit test for crc8Heinrich Schuchardt2-0/+30
2023-02-08test: lmb: Rework lib_test_lmb_max_regions test to scaleTom Rini1-18/+26
2022-09-23display_options: print_size: Fix order overflowPali Rohár1-0/+3
2022-08-10test: Add some tests for kconfig.hSimon Glass4-0/+130
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass1-0/+29
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt1-0/+5
2021-10-08Add support for an owned bufferSimon Glass2-0/+345
2021-10-08lib: Add memdup()Simon Glass1-0/+32
2021-07-27test: Fix size_t formats in strlcat testSimon Glass1-2/+2
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel1-2/+22
2021-07-23lib: add crypt subsystemSteffen Jaeckel2-0/+45
2021-06-07test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-04-22test: lmb: add test for overflow protection in lmb_add_regionPatrick Delaunay1-0/+64
2021-04-12test: Add test for strlcatSean Anderson2-0/+127
2021-04-08test: unit test for longjmpHeinrich Schuchardt2-0/+74
2021-03-27test: Silenece the echo and print testsSimon Glass1-2/+6
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt1-1/+1
2020-10-30test: Add a test for getoptSean Anderson2-0/+124
2020-10-23test: unit tests for print_freq(), print_size()Heinrich Schuchardt2-0/+72
2020-08-27test: undefined reference to 'sscanf'Heinrich Schuchardt1-1/+1
2020-08-24test: unit test for efi_dp_check_length()Heinrich Schuchardt2-0/+51
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov2-0/+175
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-9/+9
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+2
2020-07-03test: provide tests for efi_image_region_add()Heinrich Schuchardt2-0/+164
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro1-2/+2
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro2-0/+207
2020-02-13test: aes: fix memleakPhilippe Reynes1-6/+7
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes1-0/+4
2020-01-17aes: add test unit for aes128Philippe Reynes2-0/+163
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+1