summaryrefslogtreecommitdiff
path: root/include/lmb.h
AgeCommit message (Expand)Author
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-20lmb: drop unused lmb_size_bytes()Heinrich Schuchardt
2021-11-20lmb: remove extern keyword in lmb.hHeinrich Schuchardt
2021-11-20doc: add include/lmb.h to the HTML documentationHeinrich Schuchardt
2021-11-20lmb: remove lmb_is_nomap() from includeHeinrich Schuchardt
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
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: correct size of the regions arrayPatrick 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-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-16lmb: remove unused extern declarationSimon Goldschmidt
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-14image: Add device tree setup to image librarySimon Glass
2012-06-19lmb: do not export anything without CONFIG_LMBMike Frysinger
2010-01-21lmb: only force on arches that use itMike Frysinger
2008-07-10Fix LMB type issuesAndy Fleming
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala