aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-08-11phb4: Enhanced PCIe training tracingMichael Neuling1-2/+46
2017-08-11phb4: Fix reading wrong size registers in EEH dumpRussell Currey1-3/+3
2017-08-11phb4: Ignore slot state if performing complete resetRussell Currey1-1/+4
2017-08-11phb4: Prepare for link down when creset called from kernelRussell Currey1-0/+1
2017-08-11phb4: Skip attempting to fix PHBs broken on bootRussell Currey1-0/+4
2017-08-11phb4: Fix duplicate in EEH register dumpRussell Currey1-1/+0
2017-08-11xive: Check for valid PIR index when decodingRussell Currey1-0/+4
2017-08-10hdata/spira: POWER9 NX isn't software compatible with P7/P8 NX, don't claim soStewart Smith1-3/+11
2017-08-04hw/npu2.c: Add temporary scominits to enable NVLink mode on DD2Alistair Popple1-0/+36
2017-08-04xscom: Add xscom_write_mask() functionAlistair Popple1-0/+15
2017-08-04npu2: Allow POWER9 DD2 in ec level checkReza Arbab1-1/+1
2017-08-04npu2: Set the XTS config2 registerReza Arbab1-0/+5
2017-08-04npu2: Adjust content of the NTL BARReza Arbab1-3/+10
2017-08-04npu2: Adjust content of the GENID BARReza Arbab1-2/+2
2017-08-04npu2: Add NPU2_GPU1_MEM_BARReza Arbab1-14/+16
2017-08-04npu2: Use read-modify-write in npu2_assign_gmb()Reza Arbab1-3/+5
2017-08-04npu2: Rename variable in npu2_assign_gmb()Reza Arbab1-14/+14
2017-08-04npu2: Fix NPU/PHY0/PHY1 stack orderReza Arbab1-7/+11
2017-08-04npu2: Fix indirect SCOM addressesReza Arbab1-3/+11
2017-08-04npu2: Add a function to detect POWER9 DD1Reza Arbab1-0/+10
2017-08-04phb4: Enable PCI peer-to-peerFrederic Barrat1-0/+62
2017-08-01hw/npu2: fix typo in commentStewart Smith1-1/+1
2017-08-01nx: PR_INFO that NX RNG and Crypto not yet supported on POWER9Stewart Smith2-0/+8
2017-08-01NX: Add P9 NX support for gzip compression engineHaren Myneni3-1/+129
2017-08-01NX: Add P9 NX support for 842 compression engineHaren Myneni2-6/+272
2017-08-01NX: Organize NX compression code to include 842 and gzip supportHaren Myneni4-21/+43
2017-07-28hw/occ-sensor: fix 'sensor' may be used uninitialized warning on some GCCStewart Smith1-1/+1
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat2-0/+92
2017-07-28sensors: occ: Skip the deconfigured core sensorsShilpasri G Bhat1-2/+19
2017-07-28sensors: occ: Add CSM_{min/max} sensorsShilpasri G Bhat1-11/+19
2017-07-28sensors: occ: Add support for OCC inband sensorsShilpasri G Bhat2-1/+597
2017-07-28psr: occ: Add support to change power-shifting-ratioShilpasri G Bhat1-0/+95
2017-07-28powercap: occ: Add a generic powercap frameworkShilpasri G Bhat1-2/+117
2017-07-28occ: Add support for OPAL-OCC command/response interfaceShilpasri G Bhat1-4/+415
2017-07-28phb4: Be more conservative on link presence timeoutMichael Neuling1-1/+2
2017-07-28phb4: Assert PERST before PHB resetMichael Neuling1-1/+6
2017-07-28Revert "phb4: Read PERST signal rather than assuming it's asserted"Michael Neuling1-3/+3
2017-07-28phb4: Set REGB error enables based on link stateMichael Neuling1-2/+8
2017-07-28phb4: Mark PHB as fenced on cresetMichael Neuling1-1/+1
2017-07-28phb4: Clear errors before deasserting resetMichael Neuling1-0/+6
2017-07-28phb4: Split clearing REGB into new functionMichael Neuling1-5/+12
2017-07-28phb4: Simplify calling phb4_eeh_dump_regs()Michael Neuling1-3/+5
2017-07-28phb4: Simplify prepare_link_change() callsMichael Neuling1-8/+4
2017-07-28phb4: Disable device config space access when fencedMichael Neuling1-0/+4
2017-07-28phb4: Clear more error registersMichael Neuling1-3/+9
2017-07-28phb4: Fix copy/paste typo in error loggingMichael Neuling1-1/+1
2017-07-28phb4: Dump devctl and devstat registersMichael Neuling1-0/+8
2017-07-28phb4: Move functions around to avoid forward declarationsMichael Neuling1-133/+132
2017-07-28phb4: Only clear some PHB config space registers on errorsMichael Neuling1-19/+32
2017-07-25phb4: Add link training trace modeMichael Neuling1-0/+56