aboutsummaryrefslogtreecommitdiff
path: root/hdata/memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11hdata: make for_each_pcia take spiras as an argumentNicholas Piggin1-1/+1
2023-10-11hdata: Remove legacy SPIRA structureNicholas Piggin1-4/+4
2021-08-06hdata: Add POWER10 supportVasant Hegde1-3/+5
2020-08-07hdata: Ensure the prd-label hbrt-code-image is prefixedOliver O'Halloran1-0/+9
2020-06-11hdata: MS AREA endian fixNicholas Piggin1-3/+3
2020-05-26hdata/memory.c: Fix "Inconsistent MSAREA" warningsKlaus Heinrich Kiwi1-0/+3
2020-04-08hdata/memory: Add support for memory-buffer mmioOliver O'Halloran1-14/+125
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16add more sparse endian annotationsNicholas Piggin1-4/+4
2019-12-16dt: assorted cleanupsNicholas Piggin1-5/+2
2019-12-16hdata: endian conversionsNicholas Piggin1-1/+2
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2019-03-01hdata/memory: Removed share-id propertyVasant Hegde1-3/+0
2019-03-01hdata/memory: Fix warning messageVasant Hegde1-1/+1
2019-02-20hdata/memory: Add NVDIMM supportOliver O'Halloran1-10/+100
2019-02-20hdata/memory: Remove find_shared()Oliver O'Halloran1-40/+3
2019-02-10Add PVR_TYPE_P9PReza Arbab1-2/+2
2018-09-13hdata: Make sure reserved node name starts with "ibm, "Vasant Hegde1-2/+9
2018-09-13hdata: Cleanup get_hb_reserved_memVasant Hegde1-9/+5
2018-09-13hdata: Fix dtc warningsVasant Hegde1-1/+3
2018-04-23hdata: Add DIMM actual speed to device treeVasant Hegde1-1/+8
2018-04-23hdata: Fix DIMM size propertyVasant Hegde1-30/+11
2018-04-11hdata: Move 'HRMOR_BIT' macro to header fileVasant Hegde1-2/+0
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