summaryrefslogtreecommitdiff
path: root/lib/lmb.c
AgeCommit message (Expand)Author
2024-10-30lmb: Correctly unmap memory after notificationsIlias Apalodimas
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas
2024-10-29lmb: Simplify lmb_should_notify usageIlias Apalodimas
2024-10-29lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas
2024-10-29lmb: add a check to prevent memory overrunSughosh Ganu
2024-10-25lmb: Export the lmb data structureSimon Glass
2024-10-18lmb: notify when adjacent regions are addedCaleb Connolly
2024-10-15lmb: replace the double-underscore with single-underscore for all functionsSughosh Ganu
2024-10-15lmb: remove call to efi_lmb_reserve()Sughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15lmb: add and reserve memory above ram_topSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-09-03lmb: add logic to print lmb flag stringsSughosh Ganu
2024-09-03lmb: remove the unused board_lmb_reserve() functionSughosh Ganu
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: reserve common areas during board initSughosh Ganu
2024-09-03lmb: introduce a function to add memory to the lmb memory mapSughosh Ganu
2024-09-03lmb: allow for resizing lmb regionsSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-09-03lmb: staticize __lmb_alloc_base()Sughosh Ganu
2024-09-03lmb: remove the unused lmb_is_reserved() functionSughosh Ganu
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-10-09lmb: remove overlapping region with next rangeUdit Kumar
2023-04-06lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay
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