summaryrefslogtreecommitdiff
path: root/test/lib/lmb.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: 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-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 Goldschmidt1-0/+297