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