summaryrefslogtreecommitdiff
path: root/include/lmb.h
Commit message (Expand)AuthorAgeFilesLines
* 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