aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Fix for typosFrederic Bonnard1-5/+5
2016-05-18hdata: Make hdata_to_dt more suitable for fuzzingStewart Smith4-9/+35
2016-05-10Add base POWER9 supportMichael Neuling2-1/+5
2016-04-01hdata/test: Add new test caseVasant Hegde4-0/+4302
2016-04-01hdata/hdata_to_dt: Add -s optionVasant Hegde1-28/+52
2016-04-01hdata: Enable SPIRA-HVasant Hegde2-0/+50
2016-04-01hdata: Initialize SPIRA-H structureVasant Hegde2-0/+48
2016-04-01hdata: Define SPIRA-H and SPIRA-S structureVasant Hegde1-0/+65
2016-04-01hdata: Reduce reserved space in spira structureVasant Hegde1-1/+7
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-2/+7
2016-03-11hdata/test: Fix 'make clean'Vasant Hegde1-1/+2
2016-03-08core/fdt: Remove deivce_tree.hGavin Shan2-2/+0
2016-03-08platforms/firenze: Fix I2C clock source frequencyGavin Shan3-2/+26
2016-01-21Merge branch 'stable'Stewart Smith2-638/+760
2016-01-21DT sorting testOliver O'Halloran1-45/+1
2016-01-21hdata/test: Updated the hdata_to_dt test data for the new sorting behaviourOliver O'Halloran1-8906/+8725
2016-01-21hdata/hdata_to_dt.c: Also print node names.Oliver O'Halloran2-8648/+8995
2016-01-21sparse: fix incorrect type warnings in hdata/fsp.cStewart Smith1-3/+3
2016-01-21sparse: fix missing beXX_to_cpu() conversions in hdata/fsp.cStewart Smith1-5/+5
2016-01-21sparse: fix endian conversions in hdata/iohub.cStewart Smith1-7/+7
2016-01-21sparse: fix conversion of hdat slca_indexStewart Smith1-1/+1
2016-01-21sparse: fix beint32_t degrades to int in hdata/pcia.cStewart Smith1-1/+1
2016-01-21Fix endian flip in printf for FSP in hdata/fsp.cStewart Smith2-3/+4
2016-01-21Revive hdata_to_dt and make it work againStewart Smith2-18/+3
2016-01-21Use VALGRIND callout rather than tricky malloc/memcpyStewart Smith1-3/+3
2016-01-21Enable -Werror for -WformatStewart Smith2-11/+13
2016-01-21Add hdata_to_dt testStewart Smith7-11/+8767
2015-11-18Remove missed bit of p5ioc codeStewart Smith1-52/+0
2015-11-18Drop support for p5ioc2Daniel Axtens2-215/+0
2015-11-16Enable -Werror for -WformatStewart Smith2-11/+13
2015-11-11Fix endian flip in printf for FSP in hdata/fsp.cStewart Smith2-3/+4
2015-11-11Add hdata_to_dt testStewart Smith7-11/+8767
2015-11-11Revive hdata_to_dt and make it work againStewart Smith2-18/+3
2015-11-11Use VALGRIND callout rather than tricky malloc/memcpyStewart Smith1-3/+3
2015-11-10sparse: fix beint32_t degrades to int wantings in hdata/spira.cStewart Smith1-2/+2
2015-11-10sparse: fix missing endian conversion in hdif pointerStewart Smith1-1/+1
2015-11-10sparse: fix cast that discarded endian annotation in hdata/paca.cStewart Smith1-1/+1
2015-11-10sparse: fix beint32_t degrades to int in hdata/pcia.cStewart Smith1-1/+1
2015-11-10sparse: fix beint16_t degrades to int in hdata/hdif.cStewart Smith1-1/+1
2015-11-10sparse: fix cast from restricted beint64_t in hdata/memory.cStewart Smith1-1/+2
2015-11-10sparse: fix beintXX_t degrades to integer warnings in hdata/iohub.cStewart Smith1-8/+8
2015-11-10sparse: fix missing beXX_to_cpu() conversions in hdata/fsp.cStewart Smith1-5/+5
2015-11-09sparse: fix endian annotations in hdata/memory.cStewart Smith1-3/+3
2015-11-09sparse: fix incorrect type warnings in hdata/fsp.cStewart Smith1-3/+3
2015-11-09sparse: fix endian conversions in hdata/iohub.cStewart Smith1-7/+7
2015-11-09sparse: fix conversion of hdat slca_indexStewart Smith1-1/+1
2015-07-17hdata/paca: Check for dt_find_property() return valueKamalesh Babulal1-0/+3
2015-07-17hdata/paca: Check for dt_find_property() return valueKamalesh Babulal1-2/+7
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