aboutsummaryrefslogtreecommitdiff
path: root/test/lib/lmb.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt1-0/+5
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
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-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
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-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+202
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-8/+87
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt1-3/+26
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt1-0/+297