summaryrefslogtreecommitdiffstats
path: root/include/lmb.h
Commit message (Expand)AuthorAgeFilesLines
* lmb: Add 2 config to define the max number of regionsPatrick Delaunay2021-04-221-0/+34
* lmb: correct size of the regions arrayPatrick Delaunay2021-04-221-1/+1
* lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay2021-04-221-3/+1
* lmb: add a max parameter in the struct lmb_regionPatrick Delaunay2021-04-221-0/+1
* lmb: remove lmb_region.sizePatrick Delaunay2021-04-221-1/+0
* lmb/bdinfo: dump lmb info via bdinfoTero Kristo2020-08-041-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+2
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+5
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* lmb: remove unused extern declarationSimon Goldschmidt2019-01-161-2/+0
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-0/+2
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-4/+1
* image: Add device tree setup to image librarySimon Glass2013-05-141-2/+0
* lmb: do not export anything without CONFIG_LMBMike Frysinger2012-06-191-0/+2
* lmb: only force on arches that use itMike Frysinger2010-01-211-0/+4
* Fix LMB type issuesAndy Fleming2008-07-101-1/+1
* lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk2008-07-031-0/+1
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-121-10/+12
* [new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala2008-02-291-0/+54