summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: 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-06dm: 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
2019-12-07test: add asn1 unit testAKASHI Takahiro2-0/+393
2019-10-31test: provide test for errno_str()Heinrich Schuchardt2-0/+47
2019-04-23test: call hexdump tests via `ut lib`Heinrich Schuchardt1-4/+5
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt3-0/+216
2019-02-02test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt1-19/+75
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-11/+11
2019-01-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+202
2019-01-17lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-8/+87
2019-01-17lmb: fix allocation at end of address rangeSimon Goldschmidt1-3/+26
2019-01-17test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2018-12-12test: hexdump: fix misplaced returnSimon Goldschmidt1-2/+2
2018-09-28test: list: Add tests for hexdump.cMario Six2-0/+100