aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-19phb4: Enable EEH for MMIORussell Currey1-1/+0
2017-04-19phb4: Implement fence checkRussell Currey1-1/+8
2017-04-19phb4: Implement diag dataRussell Currey2-2/+195
2017-04-19phb4: Expand and clean up register definitionsRussell Currey1-9/+121
2017-04-19xive: Clear emulation mode queue on resetBenjamin Herrenschmidt1-0/+1
2017-04-19xive: Fixes/improvements to xive reset for multi-chip systemsBenjamin Herrenschmidt1-19/+75
2017-04-19interrupts: Add an "irq_for_each_source" iteratorBenjamin Herrenschmidt2-0/+18
2017-04-19xive: Synchronize after disable IRQs in opal_xive_reset()Benjamin Herrenschmidt1-0/+1
2017-04-13hdata/i2c: Workaround broken i2c devicesOliver O'Halloran1-1/+23
2017-04-12occ/irq: Fix SCOM address and irq reasons for P9 OCCShilpasri G Bhat3-17/+79
2017-04-07Add skiboot-5.5.0 release notesskiboot-5.5.0Stewart Smith1-0/+326
2017-04-07hdat: parse processor attached i2c devicesOliver O'Halloran6-2/+201
2017-04-07device: add dt_find_by_name_addrOliver O'Halloran3-0/+56
2017-04-07external/pflash: Use blocklevel_smart_erase()Cyril Bur1-27/+4
2017-04-07external/gard: Use blocklevel_smart_erase()Cyril Bur1-1/+1
2017-04-07libflash: Add tests for blocklevel_smart_erase()Cyril Bur1-2/+225
2017-04-07libflash/blocklevel: Add blocklevel_smart_erase()Cyril Bur2-2/+130
2017-04-07libstb/create-container: Add full container build and sign with imprint keysDave Heller13-22/+425
2017-04-07asm: do not set SDR1 on POWER9Nicholas Piggin1-1/+3
2017-04-07mambo: Allow setting the Linux command line from the environmentMichael Ellerman1-1/+5
2017-04-07mambo: Add util function for breaking on console outputMichael Ellerman1-0/+14
2017-04-05add skiboot-5.5.0-rc3 release notesskiboot-5.5.0-rc3Stewart Smith1-0/+51
2017-04-05xive: Fix setting of remote NVT VSDBenjamin Herrenschmidt1-1/+3
2017-04-05core/init: Use '_' as separator in names of "exports" propertiesMichael Ellerman1-2/+7
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
2017-04-05hdat: Add model-name property for OpenPower systemVasant Hegde5-8/+14
2017-04-05hdat: Read description from ibm, vpd binary blobVasant Hegde3-12/+18
2017-04-05hdat: Populate model property with 'Unknown' in error pathVasant Hegde1-0/+5
2017-04-04Add skiboot-5.5.0-rc2 release notesskiboot-5.5.0-rc2Stewart Smith2-0/+180
2017-03-31hw/phb3: Enable ECRC on endpointsGavin Shan1-24/+2
2017-03-31hw/phb3: Adjust ECRC on root port dynamicallyGavin Shan2-11/+64
2017-03-31core/pci: Add phb->ops->device_removeGavin Shan5-0/+7
2017-03-31core/pci: Fix lost NVMe adapter behind PMC 8546 switchGavin Shan1-6/+22
2017-03-31hw/phb4: Locate AER capability position if necessaryGavin Shan1-6/+9
2017-03-31hw/phb3: Locate AER capability position if necessaryGavin Shan1-6/+9
2017-03-31core/pci: Disable surprise hotplug on root portGavin Shan1-5/+7
2017-03-31core/pci: Ignore PCI slot capability on root portGavin Shan1-2/+7
2017-03-31Mambo/Qemu boot tests: expect (and fail) on checkstopStewart Smith8-0/+12
2017-03-31hdata/memory: ignore homer and occ reserved rangesOliver O'Halloran1-0/+6
2017-03-31hdata/test: Updates to the dts for new VPD propertiesAnanth N Mavinakayanahalli2-0/+96
2017-03-31hdata/vpd: Parse the OpenPOWER OPFR recordAnanth N Mavinakayanahalli1-1/+44
2017-03-31hdata/vpd: Parse additional VINI recordsAnanth N Mavinakayanahalli1-56/+43
2017-03-31hdata/vpd: Reorganize VPD codeAnanth N Mavinakayanahalli1-5/+8
2017-03-31hdata/cpu: account for p9 shared cachesOliver O'Halloran1-5/+26
2017-03-30SLW: Add init for power9 power managementAkshay Adiga2-7/+57
2017-03-30npu2: Add hardware link training proceduresAlistair Popple5-4/+746
2017-03-30npu2: Add OPAL calls for nvlink2 address translation servicesAlistair Popple3-2/+299
2017-03-30npu2: Allocate GPU memory and describe it in the dtReza Arbab2-0/+198
2017-03-30Introduce NPU2 supportAlistair Popple8-7/+1587