summaryrefslogtreecommitdiffstats
path: root/hdata
Commit message (Expand)AuthorAgeFilesLines
* hdata/i2c.c: fix building with gcc8Stewart Smith2018-05-291-1/+1
* hdata/spira.c: fix iplparams feature name string handlingStewart Smith2018-05-291-1/+3
* hdata/tests/stubs.c: fix GCC8 warningStewart Smith2018-05-291-2/+2
* hdata: Add TPM timeout workaroundOliver O'Halloran2018-05-221-0/+10
* hdata: Add 'primary' property to master chip xscom nodeVasant Hegde2018-04-302-1/+5
* hdat_to_dt: hash_prop the same on all platformsStewart Smith2018-04-301-1/+1
* hdata/i2c: Fix up pci hotplug labelsOliver O'Halloran2018-04-241-2/+2
* hdata/i2c: Ignore multi-port I2C devicesOliver O'Halloran2018-04-241-4/+13
* hdata/i2c: Replace i2c_ prefix with dev_Oliver O'Halloran2018-04-241-8/+8
* hdata/i2c: Ignore CFAM I2C masterOliver O'Halloran2018-04-241-0/+10
* hdata/slots: Apply slot label to the parent slotOliver O'Halloran2018-04-232-2/+22
* hdata/tpmrel: detect tpm not present by looking up the stinfo->statusClaudio Carvalho2018-04-231-0/+8
* hdata: Add DIMM actual speed to device treeVasant Hegde2018-04-231-1/+8
* hdata: Fix DIMM size propertyVasant Hegde2018-04-233-36/+17
* hdata/spira: parse vpd to add part-number and serial-number to xscom@ nodeStewart Smith2018-04-113-1/+15
* hdata: Move 'HRMOR_BIT' macro to header fileVasant Hegde2018-04-113-5/+8
* hdat/i2c.c: quieten "v2 found, parsing as v1"Stewart Smith2018-04-101-2/+18
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-281-1/+1
* hdata/iohub: Use only wildcard slots for pluggablesOliver O'Halloran2018-02-201-1/+1
* hdata/vpd: Add vendor propertyVasant Hegde2018-01-301-0/+5
* hdata/vpd: Remove possible dereference after null check (CID 207468)Cyril Bur2018-01-301-1/+1
* hdata/vpd: Fix DTC warningsOliver O'Halloran2018-01-143-0/+207
* hdat/i2c: Fix SPD EEPROM compatible stringOliver O'Halloran2018-01-141-1/+16
* hdata/i2c: Fix 512Kb EEPROM sizeOliver O'Halloran2018-01-141-1/+1
* hdata: Parse IPL FW feature settingsOliver O'Halloran2018-01-052-0/+54
* lock: Add additional lock auditing codeBenjamin Herrenschmidt2017-12-201-1/+1
* hdata/tpmrel.c: add ibm, cvc device tree nodeClaudio Carvalho2017-12-182-0/+119
* hdata/tpmrel.c: add firmware event log info to the tpm nodeClaudio Carvalho2017-12-186-1/+156
* hdata/spira: add ibm, secureboot node in P9Claudio Carvalho2017-12-182-6/+48
* hdata: add secure and trusted boot ntuple to SPIRA-H/SClaudio Carvalho2017-12-182-3/+5
* hdata: Parse SPD dataVasant Hegde2017-12-181-1/+49
* hdata: Add memory hierarchy under xscom nodeVasant Hegde2017-12-184-20/+146
* make check: Make valgrind optionalMichael Ellerman2017-12-181-1/+1
* hdata: Add location code property to xscom nodeVasant Hegde2017-12-133-0/+11
* hdata/spira: Add missing newline to prlog() callReza Arbab2017-12-111-1/+1
* hdata/vpd: add support for parsing CPU VRML recordsRobert Lippert2017-11-191-0/+24
* hdata: Fix copying GEN4 lane equalisation settingsMichael Neuling2017-11-151-0/+2
* hdata: Rename 'fsp-ipl-side' as 'sp-ipl-side'Vasant Hegde2017-11-091-3/+9
* hdata/vpd: Improve vpd node find logicVasant Hegde2017-10-161-14/+2
* hdata/vpd: Rework vpd node creation logicVasant Hegde2017-10-165-399/+363
* hdata/i2c: update the list of known i2c devsClaudio Carvalho2017-10-151-4/+33
* hdata/i2c: log unknown i2c devicesClaudio Carvalho2017-10-151-4/+17
* hdata/i2c: add __packed to the host_i2c_hdr structureClaudio Carvalho2017-10-151-1/+1
* hdat: Disable TM on Power9 DD 2.1Michael Ellerman2017-10-101-1/+1
* hdata/iohub: Check IOHUB child count before usingVasant Hegde2017-10-101-1/+4
* hdata: Fix sparse warning in add_ecid_data()Vasant Hegde2017-10-021-1/+1
* hdata/i2c: hdat_i2c_labels and hdat_i2c_devs should be staticStewart Smith2017-10-021-2/+2
* hdata/spira: silence 'so big is unsigned long' sparse warningsStewart Smith2017-10-021-2/+2
* hdata/spira: be32_to_cpu() doesn't work on 8bitsStewart Smith2017-10-021-1/+1
* core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-09-202-14/+15
OpenPOWER on IntegriCloud