summaryrefslogtreecommitdiff
path: root/lib/lmb.c
AgeCommit message (Expand)Author
2023-10-12lmb: remove overlapping region with next rangeUdit Kumar
2023-02-12lmb: Treat a region which is a subset as equalSjoerd Simons
2023-02-06lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons
2023-01-06lmb: consider EFI memory mapHeinrich Schuchardt
2022-08-10lmb: Fix LMB_MEMORY_REGIONS flag usagePatrice Chotard
2022-07-26lmb: Fix lmb property's defination under struct lmbAshok Reddy Soma
2021-11-18lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
2021-06-07lmb: add lmb_dump_region() functionPatrick Delaunay
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: cleanup var names and patman warningsSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2014-10-25lmb: make local functions staticJeroen Hofstee
2014-08-09lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren
2014-07-18lib:lmb: use __weakJeroen Hofstee
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2010-04-13Rename lib_generic/ to lib/Peter Tyser