summaryrefslogtreecommitdiff
path: root/lib/lmb.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07lmb: add lmb_dump_region() functionPatrick Delaunay1-20/+20
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay1-2/+7
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay1-9/+43
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay1-1/+7
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay1-2/+2
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay1-1/+4
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay1-6/+0
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-7/+2
2020-08-05lmb/bdinfo: dump lmb info via bdinfoTero Kristo1-19/+23
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-5/+32
2019-01-26lib: lmb: cleanup var names and patman warningsSimon Goldschmidt1-44/+42
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-1/+1
2019-01-17fs: prevent overwriting reserved memorySimon Goldschmidt1-0/+13
2019-01-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+53
2019-01-17lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-7/+4
2019-01-17lmb: fix allocation at end of address rangeSimon Goldschmidt1-17/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2014-10-25lmb: make local functions staticJeroen Hofstee1-1/+1
2014-08-09lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren1-1/+4
2014-07-19lib:lmb: use __weakJeroen Hofstee1-4/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+348