summaryrefslogtreecommitdiff
path: root/include/lmb.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay1-0/+9
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay1-0/+29
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay1-0/+34
2021-04-22lmb: correct size of the regions arrayPatrick Delaunay1-1/+1
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay1-3/+1
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay1-0/+1
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay1-1/+0
2020-08-05lmb/bdinfo: dump lmb info via bdinfoTero Kristo1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+2
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+5
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-1/+1
2019-01-17lmb: remove unused extern declarationSimon Goldschmidt1-2/+0
2019-01-17fs: prevent overwriting reserved memorySimon Goldschmidt1-0/+2
2019-01-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2013-05-14image: Add device tree setup to image librarySimon Glass1-2/+0
2012-06-20lmb: do not export anything without CONFIG_LMBMike Frysinger1-0/+2
2010-01-22lmb: only force on arches that use itMike Frysinger1-0/+4
2008-07-10Fix LMB type issuesAndy Fleming1-1/+1
2008-07-04lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk1-0/+1
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-10/+12
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala1-0/+54