aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-07-10fsp_create_node(): Fix resource leakKamalesh Babulal1-2/+4
2015-07-08Fix potential negative loop bound in hdata/pcia.cStewart Smith1-3/+5
2015-07-07hdata test: Check the return value from lseekKamalesh Babulal1-1/+3
2015-06-19Fix NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+6
2015-06-09hdata/memory: Add dimm frequency informationNeelesh Gupta1-2/+52
2015-05-20hdata: Remove unnecessary boolNeelesh Gupta1-4/+1
2015-05-20hdata: Fix memory leakNeelesh Gupta1-3/+5
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-2/+7
2015-05-07Fixup hdata test for fsp LID preloadingStewart Smith2-1/+4
2015-05-07hdata/vpd: Add compatible propertyVasant Hegde1-0/+1
2015-05-07hdata/vpd: Improve error loggingVasant Hegde1-3/+16
2015-05-07FSP/hdata: Populate System Attention Indicator location codeVasant Hegde4-0/+84
2015-05-07hdata: Detect LED mode and populate device treeVasant Hegde2-0/+13
2015-05-07hdata: Create LED nodeVasant Hegde1-0/+20
2015-04-09Add Naples chip supportBenjamin Herrenschmidt2-0/+2
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith1-1/+1
2015-03-17hdata: Fix location code sizeVasant Hegde1-2/+2
2015-03-17hdata: Convert printf based log messages to prlog based logsVasant Hegde1-3/+5
2015-02-11vpd: Use slca parent-child relationship to create vpd treeNeelesh Gupta2-142/+77
2015-01-21Make building of hdata unit tests quietStewart Smith1-2/+2
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-0/+2
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-12-05Silence warning for hdata/tests/stubs.c prlog missing prototypeStewart Smith1-1/+3
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 Herrenschmidt4-3/+1
2014-11-05hdat: Add Venice hub ID to HDAT conversionBenjamin Herrenschmidt1-5/+9
2014-10-15Reduce severity of hdata/fsp.c log messages (mostly to PR_DEBUG)Stewart Smith1-7/+8
2014-10-15Rework hdata/iohub.c CEC log messages to appropriate log levelsStewart Smith1-54/+69
2014-10-15Increase verbosity of CHIPTOD to PR_DEBUGStewart Smith1-3/+3
2014-10-15Reduce severity of XSCOM detection log message to PR_INFOStewart Smith1-1/+1
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