aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-01-04console: remove con_ops->flush()Oliver O'Halloran1-3/+0
2017-01-04console: use opal_con_ops APIOliver O'Halloran2-13/+3
2017-01-04console: add opal_con_ops structureOliver O'Halloran2-0/+32
2017-01-04console: add helper to create serial console nodesOliver O'Halloran2-30/+10
2017-01-04console: don't use __flush_console() outside console.cOliver O'Halloran1-1/+1
2016-12-22phb3: Lock the PHB on set_xive callbacksBenjamin Herrenschmidt1-0/+8
2016-12-21tree-wide: use dt_add_property_u64s() where we canOliver O'Halloran6-17/+7
2016-12-21Always set ibm,occ-functional-state correctlyPridhiviraj Paidipeddi1-6/+13
2016-12-16psi: fix the xive registers initialization on P8Cédric Le Goater1-12/+8
2016-12-14pci: Always print PHB and PE numbers as hexadecimalRussell Currey3-23/+23
2016-12-13slw: Set PSSCR value for idle statesShilpasri G Bhat1-14/+78
2016-12-13mambo: Add Fake NVRAM driverJack Miller2-0/+63
2016-12-13hw/phb3: fix error handling in complete resetAndrew Donnellan1-2/+1
2016-12-08sensor: add a family field in the handlerCédric Le Goater2-4/+4
2016-12-08phb3: Trick to allow control of the PCIe link width and speedBenjamin Herrenschmidt1-0/+86
2016-12-02p8-i2c reset things manually in some error conditionsStewart Smith1-22/+157
2016-11-30phb4: Add ability to log config space accessMichael Neuling1-0/+13
2016-11-24p8i2c: Use calculated poll_interval when booting OPALStewart Smith1-10/+13
2016-11-24slw: do SLW timer testing while holding xscom lockStewart Smith2-9/+29
2016-11-24i2c: Add i2c_run_req() to crank the state machine for a requestStewart Smith1-0/+18
2016-11-24fsp: Don't recurse pollers in ibm_fsp_terminateStewart Smith2-1/+38
2016-11-24phb4: Change debug printsMichael Neuling1-18/+20
2016-11-24phb4: Fix config space enable bits on DD1Michael Neuling1-0/+3
2016-11-24phb4: Fix location of EEH enable bitsMichael Neuling1-1/+1
2016-11-15chiptod: More hardening against -1 chip IDBenjamin Herrenschmidt1-0/+6
2016-11-15phb4: Fix setting of max link speedBenjamin Herrenschmidt1-2/+3
2016-11-15phb4: Updated inits as of PHB4 spec 0.52Benjamin Herrenschmidt1-27/+51
2016-11-15xive: Indirect table entries must have top bits "type" setBenjamin Herrenschmidt1-0/+3
2016-11-15xive: Remove unused field and clarify commentBenjamin Herrenschmidt1-4/+1
2016-11-15xive: Provide a way to override some IPI sourcesBenjamin Herrenschmidt3-24/+52
2016-11-15xive: Add helper to retrieve an IPI trigger portBenjamin Herrenschmidt1-0/+19
2016-11-15xive: Fix IPI EOI logic in opal_xive_eoi()Benjamin Herrenschmidt1-9/+9
2016-11-15xive: Don't try to EOI a masked sourceBenjamin Herrenschmidt1-0/+12
2016-11-15xive: Fix comments in xive_source_set_xive()Benjamin Herrenschmidt1-6/+16
2016-11-15xive: Fix comments in xive_get_ive()Benjamin Herrenschmidt1-6/+3
2016-11-15xive: Configure forwarding portsBenjamin Herrenschmidt1-2/+40
2016-11-15xive: Fix mangling of interrupt server# in opal_get/set_xive()Benjamin Herrenschmidt1-7/+5
2016-11-15xive: Fix interrupt number manglingBenjamin Herrenschmidt1-3/+3
2016-11-15psi: Fix P9 BAR setup on multi-chipsBenjamin Herrenschmidt1-2/+4
2016-11-15psi: Add DT option to disable LPC interruptsBenjamin Herrenschmidt1-1/+22
2016-11-08bmc_platform: fail PNOR access request if no bmc *before* we reserve itStewart Smith1-4/+3
2016-11-08Add BMC platform to enable correct OEM IPMI commandsStewart Smith1-2/+19
2016-11-08hw/ipmi-sensor: Fix setting of firmware progress sensor properly.Pridhiviraj Paidipeddi1-2/+42
2016-10-25errorlog: Removal of elog_reject_head() from 'opal_kexec_elog_notify' routineMukesh Ojha1-1/+0
2016-10-25errorlog: Remove the elog enable check from 'fsp_elog_check_and_fetch_head'Mukesh Ojha1-3/+0
2016-10-25errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha3-173/+188
2016-10-25fast-reboot: disable on FSP code update or unrecoverable HMIStewart Smith1-0/+3
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan4-39/+30
2016-10-17hw/phb3: Override root slot's prepare_link_change() with PHB'sGavin Shan1-0/+8
2016-10-17hw/phb3: Disable surprise link down event on PCI slotsGavin Shan1-8/+49