aboutsummaryrefslogtreecommitdiff
path: root/hdata/test
AgeCommit message (Expand)AuthorFilesLines
2017-06-19hdata_to_dt: Add PVR overrides to the usage textOliver O'Halloran1-1/+8
2017-06-15core: Move enable_mambo_console() into chip initialisationMichael Ellerman1-0/+1
2017-06-06hdata/test: Add memory reservations to hdata_to_dtOliver O'Halloran2-6/+24
2017-05-26hdata: Reserve Trace AreasOliver O'Halloran1-0/+1
2017-05-26mem_region: Add HW-only memory resevationsOliver O'Halloran1-0/+1
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran1-2/+1
2017-05-16hdata_to_dt: Output up to PR_DEBUGOliver O'Halloran1-4/+4
2017-05-16hdata: Add no-op stub functionsOliver O'Halloran1-2/+8
2017-05-10test/hdata_to_dt: fix build breakage caused by phys_map_getStewart Smith1-0/+3
2017-05-10hdata/test: Fix proc_gen when testingOliver O'Halloran3-62/+70
2017-04-07hdat: parse processor attached i2c devicesOliver O'Halloran1-0/+1
2017-04-05hdat: Add model-name property for OpenPower systemVasant Hegde2-2/+2
2017-04-05hdat: Read description from ibm, vpd binary blobVasant Hegde2-8/+8
2017-03-31hdata/test: Updates to the dts for new VPD propertiesAnanth N Mavinakayanahalli2-0/+96
2017-03-30hdata: print backtraces on HDAT errorsOliver O'Halloran1-0/+1
2017-03-07hdat: Parse BMC nodes much earlierOliver O'Halloran1-0/+1
2017-02-16hdata_to_dt: Specify PVR on command lineStewart Smith4-97/+110
2017-02-16hdata/test: Remove old testcase outputOliver O'Halloran2-2885/+0
2017-02-16hdata_to_dt: Only output dtbStewart Smith3-39/+21
2017-02-16hdata/test: Add DTS output for the test casesOliver O'Halloran2-0/+3189
2017-02-16hdata/test: strip blobs from the DT outputOliver O'Halloran3-10294/+64
2017-02-06hdata: Add FDT output to hdata_to_dtOliver O'Halloran2-4/+94
2017-02-02hdata: Fix ibm,pa-features for all CPU typesBenjamin Herrenschmidt1-0/+3
2017-01-16hdat: Grab vendor information from HDAT when availableVasant Hegde2-2/+2
2017-01-16hdat: Rework service procesor information parsingOliver O'Halloran2-2/+2
2017-01-15hdat: stop using proc_int_line in favor of pirOliver O'Halloran2-26/+26
2017-01-15hdat: Parse hostboot memory reservations from HDATVasant Hegde1-0/+1
2017-01-15hdat: Add new fields to IPL params structureVasant Hegde2-0/+2
2016-09-27HDAT: Fix typo in nest-frequency propertyVasant Hegde2-2/+8
2016-09-27core/init: create the dt root in main_cpu_entryOliver O'Halloran1-0/+2
2016-09-27core/init: remove master_cpu parameterOliver O'Halloran1-1/+1
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-1/+1
2016-08-18Build host programs (and checks) with debug enabledBenjamin Herrenschmidt1-0/+2
2016-07-28hdat/vpd: Add chip-id property to processor chip node under vpdVasant Hegde2-0/+6
2016-07-12interrupts: Remove #interrupt-cells from ICP nodesBenjamin Herrenschmidt2-26/+0
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt1-0/+2
2016-05-18hdata: Make hdata_to_dt more suitable for fuzzingStewart Smith1-4/+26
2016-05-10Add base POWER9 supportMichael Neuling1-1/+2
2016-04-01hdata/test: Add new test caseVasant Hegde4-0/+4302
2016-04-01hdata/hdata_to_dt: Add -s optionVasant Hegde1-28/+52
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-08platforms/firenze: Fix I2C clock source frequencyGavin Shan1-0/+1
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-21Fix endian flip in printf for FSP in hdata/fsp.cStewart Smith1-1/+1
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-21Add hdata_to_dt testStewart Smith6-10/+8765