aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
2017-08-22opal: Extract sw checkstop fir address from HDAT.Mahesh Salgaonkar2-1/+28
2017-08-22HDAT/device-tree: only add lid-type on pre-POWER9 systemsStewart Smith1-2/+4
2017-08-15hdata/vpd: Fix possible NULL dereference (CID 144258)Cyril Bur1-3/+1
2017-08-15hdata/paca: Fix possible dereference of NULL (CID 141080)Cyril Bur1-0/+3
2017-08-11hdata/i2c: Work around broken I2C array versionOliver O'Halloran1-2/+8
2017-08-11HDAT: Add chip-id property to ipmi sensorsVasant Hegde1-0/+36
2017-08-11hdat: Fix PCIe GEN4 lane-eq setting for DD2Michael Neuling1-4/+19
2017-08-11hdat: Add POWER9 DD2.0 specific pa_featuresMichael Neuling1-1/+20
2017-08-11hdat: Make is_power9n() globalMichael Neuling2-12/+16
2017-08-11hdata_to_dt: use a realistic PVR and chip revisionStewart Smith3-42/+53
2017-08-10hdata/spira: POWER9 NX isn't software compatible with P7/P8 NX, don't claim soStewart Smith1-8/+10
2017-08-01nx: Add device tree node for Power9Sukadev Bhattiprolu1-0/+3
2017-08-01vas: Create xscom DT node in hdataSukadev Bhattiprolu1-0/+15
2017-07-25hdat/i2c: Fix array version checkOliver O'Halloran1-1/+1
2017-07-25hdata/memory: Add newlines to debug messagesOliver O'Halloran1-2/+2
2017-07-25hdata/memory: Add memory reservations to the DTOliver O'Halloran2-4/+55
2017-07-17hdat: Add missing newline to printMichael Neuling1-1/+1
2017-07-13HDAT: Add IPMI sensor data under /bmc nodeVasant Hegde3-2/+75
2017-07-13hdata: Fix phb4 lane-eq property generationMichael Neuling1-4/+5
2017-07-04hdata/vpd: Don't dereference possible NULL model_nameStewart Smith1-4/+4
2017-06-26Big log level reduction...Benjamin Herrenschmidt1-1/+1
2017-06-26hdat/vpd: Don't warn and don't create a dummy "model-name"Benjamin Herrenschmidt1-3/+0
2017-06-19Ensure P9 DD1 workarounds apply only to NimbusMichael Neuling1-7/+19
2017-06-19hdata_to_dt: Add PVR overrides to the usage textOliver O'Halloran1-1/+8
2017-06-16hw/phys_map: Use GCIDs as a chip indexOliver O'Halloran1-1/+1
2017-06-16hdata: Use GCID in LPC setupOliver O'Halloran1-2/+7
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-06-06hdata: Make out-of-range idata print at PR_DEBUGOliver O'Halloran1-2/+2
2017-05-26hdata: Ignore unnamed memory reservations.Oliver O'Halloran1-4/+6
2017-05-26hdata: Check the Host I2C devices array versionOliver O'Halloran1-0/+33
2017-05-26hdata: Reserve Trace AreasOliver O'Halloran3-0/+53
2017-05-26mem_region: Add HW-only memory resevationsOliver O'Halloran1-0/+1
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran2-3/+2
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-16hdata: Don't use printfOliver O'Halloran2-3/+4
2017-05-16hdata: Respect OCC and HOMER resevationsOliver O'Halloran1-6/+0
2017-05-12hdata/i2c: avoid possible int32_t overflowStewart Smith1-1/+1
2017-05-10test/hdata_to_dt: fix build breakage caused by phys_map_getStewart Smith1-0/+3
2017-05-10lpc: Migrate BAR assignment to phys_map_get()Michael Neuling1-4/+3
2017-05-10hdata/test: Fix proc_gen when testingOliver O'Halloran3-62/+70
2017-05-03hdata: indicate when booted with elevated risk levelOliver O'Halloran2-0/+6
2017-05-03hdata: Make FSPv1 work againOliver O'Halloran1-0/+1
2017-05-01hdata/spira.c: Add device-tree bindings for nest mmuAlistair Popple1-0/+17
2017-04-28hdata/i2c: Fix bus and clock frequenciesBenjamin Herrenschmidt1-3/+8
2017-04-13hdata/i2c: Workaround broken i2c devicesOliver O'Halloran1-1/+23
2017-04-07hdat: parse processor attached i2c devicesOliver O'Halloran6-2/+201
2017-04-05hdata: fix reservation sizeOliver O'Halloran1-1/+2
2017-04-05hdat: Use dt_add_property_nstr instead of duplicating codeVasant Hegde1-9/+3