aboutsummaryrefslogtreecommitdiff
path: root/hdata/memory.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-18hdata: Parse SPD dataVasant Hegde1-1/+49
2017-12-18hdata: Add memory hierarchy under xscom nodeVasant Hegde1-2/+128
2017-09-04hdata: Update RAM area structureVasant Hegde1-6/+2
2017-07-25hdata/memory: Add newlines to debug messagesOliver O'Halloran1-2/+2
2017-07-25hdata/memory: Add memory reservations to the DTOliver O'Halloran1-3/+51
2017-05-26hdata: Ignore unnamed memory reservations.Oliver O'Halloran1-4/+6
2017-05-26hdata: Reserve Trace AreasOliver O'Halloran1-0/+47
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran1-1/+1
2017-05-16hdata: Respect OCC and HOMER resevationsOliver O'Halloran1-6/+0
2017-04-05hdata: fix reservation sizeOliver O'Halloran1-1/+2
2017-03-31hdata/memory: ignore homer and occ reserved rangesOliver O'Halloran1-0/+6
2017-03-30hdat: ignore zero length reservesOliver O'Halloran1-15/+16
2017-03-09hdat: Add __packed to all HDAT structures and workaround HB reserveBenjamin Herrenschmidt1-10/+13
2017-03-02hdat: Ignore broken memory reservesMichael Neuling1-1/+11
2017-01-16hdat: handle ISDIMM SPD blobsOliver O'Halloran1-9/+28
2017-01-15hdat: Parse hostboot memory reservations from HDATVasant Hegde1-0/+60
2016-12-21tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran1-3/+2
2016-06-27hdata/memory.c: add FWTS annotation for invalid timebase sizeStewart Smith1-0/+6
2016-03-08core/fdt: Remove deivce_tree.hGavin Shan1-1/+0
2015-11-10sparse: fix cast from restricted beint64_t in hdata/memory.cStewart Smith1-1/+2
2015-11-09sparse: fix endian annotations in hdata/memory.cStewart Smith1-3/+3
2015-07-17hdata/memory: Introduce zalloc() return checkKamalesh Babulal1-0/+4
2015-07-10find_shared() - Check for return value from dt_find_propertyKamalesh Babulal1-2/+5
2015-06-09hdata/memory: Add dimm frequency informationNeelesh Gupta1-2/+52
2015-05-20hdata: Fix memory leakNeelesh Gupta1-3/+5
2014-12-10Fix bug/warning in hdata/memory.c I introduced in f1a3a19Stewart Smith1-2/+3
2014-12-05Fix warning of potential unbound stack usage in hdata/memory.cStewart Smith1-1/+5
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith1-1/+1
2014-11-18Remove useless global include memory.hBenjamin Herrenschmidt1-1/+0
2014-10-15bump last two hdata/memory.c MS VPD printouts to PR_DEBUGStewart Smith1-4/+5
2014-10-15hdata/memory.c: only prlog with PR_DEBUG most thingsStewart Smith1-8/+8
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+377