summaryrefslogtreecommitdiff
path: root/lib/lmb.c
Commit message (Expand)AuthorAgeFilesLines
* lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay2023-04-061-1/+1
* lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay2023-04-061-1/+1
* lmb: Treat a region which is a subset as equalSjoerd Simons2023-02-121-1/+3
* lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons2023-02-061-5/+8
* lmb: consider EFI memory mapHeinrich Schuchardt2023-01-061-0/+36
* lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard2022-08-101-1/+1
* lmb: Fix lmb property's defination under struct lmbAshok Reddy Soma2022-07-261-1/+1
* lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut2021-11-181-0/+5
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-1/+1
* lmb: Add generic arch_lmb_reserve_generic()Marek Vasut2021-09-231-0/+35
* lmb: add lmb_dump_region() functionPatrick Delaunay2021-06-071-20/+20
* lmb: add lmb_is_reserved_flagsPatrick Delaunay2021-06-071-2/+7
* lmb: Add support of flags for no-map propertiesPatrick Delaunay2021-06-071-9/+43
* lmb: Add 2 config to define the max number of regionsPatrick Delaunay2021-04-221-1/+7
* lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay2021-04-221-2/+2
* lmb: add a max parameter in the struct lmb_regionPatrick Delaunay2021-04-221-1/+4
* lmb: remove lmb_region.sizePatrick Delaunay2021-04-221-6/+0
* CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-7/+2
* lmb/bdinfo: dump lmb info via bdinfoTero Kristo2020-08-041-19/+23
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-5/+32
* lib: lmb: cleanup var names and patman warningsSimon Goldschmidt2019-01-261-44/+42
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-0/+13
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+53
* lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-161-7/+4
* lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-161-17/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* lmb: make local functions staticJeroen Hofstee2014-10-251-1/+1
* lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren2014-08-091-1/+4
* lib:lmb: use __weakJeroen Hofstee2014-07-181-4/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-4/+1
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+348