aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
2018-12-10hdata/iohub.c: remove condition that was always trueStewart Smith1-2/+1
2018-11-26hdata/test: workaround dtc bugsStewart Smith2-4/+17
2018-10-16hdata/i2c: Skip unknown device typeVasant Hegde1-5/+7
2018-10-16hdata/i2c: Make SPD workaround more workaroundyOliver O'Halloran1-3/+8
2018-10-16hdata/i2c: Add whitelisting for Host I2C devicesOliver O'Halloran1-31/+37
2018-09-27hdata: Explain what the xscom node bus-frequency isOliver O'Halloran1-1/+4
2018-09-17hw/npu2, platform: Add NPU2 platform device detection callbackAndrew Donnellan1-1/+0
2018-09-13hdata/iohub: Fix Cumulus Hub ID numberOliver O'Halloran1-1/+1
2018-09-13hdata: Make sure reserved node name starts with "ibm, "Vasant Hegde1-2/+9
2018-09-13hdata: Cleanup get_hb_reserved_memVasant Hegde2-10/+7
2018-09-13hdata: Make sure FW feature name is not emptyVasant Hegde1-0/+5
2018-09-13hdata: Fix dtc warningsVasant Hegde1-1/+3
2018-07-18Fixup unit tests for cpu_queue_job() in mem_region.cStewart Smith2-2/+9
2018-07-15cpu: add cpu_queue_job_on_node()Nicholas Piggin2-0/+56
2018-07-03npu2: Use same compatible string for NVLink and OpenCAPI link nodes in device...Andrew Donnellan1-0/+1
2018-06-27vpd: Add vendor property to processor nodeVasant Hegde3-0/+19
2018-06-27vpd: Sanitize VPD dataVasant Hegde3-24/+51
2018-06-18hdata: Remove hn variable where it is unusedJoel Stanley1-6/+5
2018-06-05Quieten console output on bootStewart Smith1-1/+1
2018-05-29hdata/i2c.c: fix building with gcc8Stewart Smith1-1/+1
2018-05-29hdata/spira.c: fix iplparams feature name string handlingStewart Smith1-1/+3
2018-05-29hdata/tests/stubs.c: fix GCC8 warningStewart Smith1-2/+2
2018-05-22hdata: Add TPM timeout workaroundOliver O'Halloran1-0/+10
2018-04-30hdata: Add 'primary' property to master chip xscom nodeVasant Hegde2-1/+5
2018-04-30hdat_to_dt: hash_prop the same on all platformsStewart Smith1-1/+1
2018-04-24hdata/i2c: Fix up pci hotplug labelsOliver O'Halloran1-2/+2
2018-04-24hdata/i2c: Ignore multi-port I2C devicesOliver O'Halloran1-4/+13
2018-04-24hdata/i2c: Replace i2c_ prefix with dev_Oliver O'Halloran1-8/+8
2018-04-24hdata/i2c: Ignore CFAM I2C masterOliver O'Halloran1-0/+10
2018-04-23hdata/slots: Apply slot label to the parent slotOliver O'Halloran2-2/+22
2018-04-23hdata/tpmrel: detect tpm not present by looking up the stinfo->statusClaudio Carvalho1-0/+8
2018-04-23hdata: Add DIMM actual speed to device treeVasant Hegde1-1/+8
2018-04-23hdata: Fix DIMM size propertyVasant Hegde3-36/+17
2018-04-11hdata/spira: parse vpd to add part-number and serial-number to xscom@ nodeStewart Smith3-1/+15
2018-04-11hdata: Move 'HRMOR_BIT' macro to header fileVasant Hegde3-5/+8
2018-04-10hdat/i2c.c: quieten "v2 found, parsing as v1"Stewart Smith1-2/+18
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-1/+1
2018-02-20hdata/iohub: Use only wildcard slots for pluggablesOliver O'Halloran1-1/+1
2018-01-30hdata/vpd: Add vendor propertyVasant Hegde1-0/+5
2018-01-30hdata/vpd: Remove possible dereference after null check (CID 207468)Cyril Bur1-1/+1
2018-01-14hdata/vpd: Fix DTC warningsOliver O'Halloran3-0/+207
2018-01-14hdat/i2c: Fix SPD EEPROM compatible stringOliver O'Halloran1-1/+16
2018-01-14hdata/i2c: Fix 512Kb EEPROM sizeOliver O'Halloran1-1/+1
2018-01-05hdata: Parse IPL FW feature settingsOliver O'Halloran2-0/+54
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt1-1/+1
2017-12-18hdata/tpmrel.c: add ibm, cvc device tree nodeClaudio Carvalho2-0/+119
2017-12-18hdata/tpmrel.c: add firmware event log info to the tpm nodeClaudio Carvalho6-1/+156
2017-12-18hdata/spira: add ibm, secureboot node in P9Claudio Carvalho2-6/+48
2017-12-18hdata: add secure and trusted boot ntuple to SPIRA-H/SClaudio Carvalho2-3/+5
2017-12-18hdata: Parse SPD dataVasant Hegde1-1/+49