aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-18hdata: Add memory hierarchy under xscom nodeVasant Hegde4-20/+146
2017-12-18make check: Make valgrind optionalMichael Ellerman1-1/+1
2017-12-13hdata: Add location code property to xscom nodeVasant Hegde3-0/+11
2017-12-11hdata/spira: Add missing newline to prlog() callReza Arbab1-1/+1
2017-11-19hdata/vpd: add support for parsing CPU VRML recordsRobert Lippert1-0/+24
2017-11-15hdata: Fix copying GEN4 lane equalisation settingsMichael Neuling1-0/+2
2017-11-09hdata: Rename 'fsp-ipl-side' as 'sp-ipl-side'Vasant Hegde1-3/+9
2017-10-16hdata/vpd: Improve vpd node find logicVasant Hegde1-14/+2
2017-10-16hdata/vpd: Rework vpd node creation logicVasant Hegde5-399/+363
2017-10-15hdata/i2c: update the list of known i2c devsClaudio Carvalho1-4/+33
2017-10-15hdata/i2c: log unknown i2c devicesClaudio Carvalho1-4/+17
2017-10-15hdata/i2c: add __packed to the host_i2c_hdr structureClaudio Carvalho1-1/+1
2017-10-10hdat: Disable TM on Power9 DD 2.1Michael Ellerman1-1/+1
2017-10-10hdata/iohub: Check IOHUB child count before usingVasant Hegde1-1/+4
2017-10-02hdata: Fix sparse warning in add_ecid_data()Vasant Hegde1-1/+1
2017-10-02hdata/i2c: hdat_i2c_labels and hdat_i2c_devs should be staticStewart Smith1-2/+2
2017-10-02hdata/spira: silence 'so big is unsigned long' sparse warningsStewart Smith1-2/+2
2017-10-02hdata/spira: be32_to_cpu() doesn't work on 8bitsStewart Smith1-1/+1
2017-09-20core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2-14/+15
2017-09-20hdata/smplink: Increment index of associated PHBOliver O'Halloran1-1/+1
2017-09-20hdat: logically dead code, assert insteadStewart Smith1-2/+1
2017-09-19hdata: Add wafer-location propertyVasant Hegde1-0/+4
2017-09-19hdata: Add wafer-id propertyVasant Hegde1-0/+25
2017-09-19hdata: Add ecid propertyVasant Hegde2-1/+28
2017-09-18hdat: fix parsing of P8 hdatStewart Smith2-6/+3
2017-09-15hdata: Parse extra NVLink infoOliver O'Halloran2-1/+32
2017-09-15hdata: Parse NVLink informationOliver O'Halloran4-2/+202
2017-09-15hdata: Parse IOSLOT informationOliver O'Halloran2-0/+470
2017-09-15hdata: Add xscom_to_pcrd()Oliver O'Halloran1-0/+39
2017-09-15hdata: Add an idata array iteratorOliver O'Halloran2-0/+87
2017-09-04hdata: Update RAM area structureVasant Hegde1-6/+2
2017-09-04hdata: Make vpd data parsing function globalVasant Hegde2-5/+11
2017-09-04hdata: Fix vpd parseVasant Hegde1-6/+3
2017-08-24hdata/iohub: fix load of misaligned address for type 'long unsigned int', whi...Stewart Smith1-4/+7
2017-08-24hdata: Reduce 'struct HDIF_array_hdr' alignment to 4 bytesStewart Smith1-1/+1
2017-08-24hdata/hostservices: fix memory leak parsing mini dtStewart Smith1-0/+1
2017-08-24hdata_to_dt: free device tree on error pathStewart Smith1-0/+1
2017-08-22opal: Extract sw checkstop fir address from HDAT.Mahesh Salgaonkar2-1/+28