aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-08hw/phb4: Add initial supportBenjamin Herrenschmidt2-2/+3463
2016-07-08pci: get_reserved_pe_number() needs to take the PHB as argumentBenjamin Herrenschmidt2-2/+2
2016-07-08XIVE: Base XIVE support for OPAL XICS emulation callsBenjamin Herrenschmidt2-1/+2004
2016-07-06Cleanup xscom_read_cfam_chipid to make p8/p9 difference clearerBenjamin Herrenschmidt1-1/+2
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt1-87/+65
2016-07-06xscom: A few P9 updatesBenjamin Herrenschmidt1-10/+23
2016-07-06POWER9: Fix P9 chip name in XSCOMBenjamin Herrenschmidt1-1/+1
2016-07-06POWER9: Make xscom_addr() work for p8 and p9Michael Neuling1-3/+5
2016-07-05PHB3: Disable UTL outbound discard error interruptGavin Shan1-1/+1
2016-07-05hw/lpc: LPC driver use prlog rather than printfVipin K Parashar1-22/+25
2016-07-05hw/xscom: Reset XSCOM engine after finite number of retries when busyVipin K Parashar1-17/+57
2016-06-30fsp/op-panel: Fix out of bounds array access and #define display dimensionsSuraj Jitindar Singh1-17/+13
2016-06-30occ: FWTS annotation updates based on suggestions from VaidyStewart Smith1-5/+8
2016-06-30slw: FWTS annotation suggestion for SLWRegisterDumpStewart Smith1-4/+4
2016-06-30slw: Fix typo in FWTS annotationStewart Smith1-2/+2
2016-06-27occ: add FWTS annotations for OCC errorsStewart Smith1-15/+97
2016-06-24fsp-surveillance: add FWTS annotation on failing to reply to heartbeatStewart Smith1-1/+8
2016-06-24fsp-leds: Add FWTS annotations for some errorsStewart Smith1-0/+34
2016-06-24slw: add FWTS annotations for errorsStewart Smith1-0/+13
2016-06-24fsp-elog: add FWTS annotations for several errorsStewart Smith2-0/+29
2016-06-24fsp-sensor: add FWTS annotation for already existing sensor nodeStewart Smith1-0/+7
2016-06-24fsp-epow: add FWTS annotationStewart Smith1-0/+10
2016-06-24ipmi-sel: Add FWTS annotations for some errorsStewart Smith1-0/+10
2016-06-24fsp-elog-write: display error code from FSP on error writing error logStewart Smith1-1/+1
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-1/+12
2016-06-21nvlink: Enable NPU device BAR before triggering freezeRussell Currey1-1/+4
2016-06-21nvlink: Present chip ID as the NPU PHB slot locationRussell Currey1-0/+8
2016-06-21hw/lpc.c: Fix uninitialized pointer read in error pathStewart Smith1-1/+1
2016-06-20fwts: Add FWTS annotations for NPU errorsStewart Smith2-5/+33
2016-06-20Fix for typosFrederic Bonnard2-3/+3
2016-06-20slw: use strncpy instead of strcpyShreyas B. Prabhu1-1/+2
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu1-6/+0
2016-06-20slw: Move macros associated with power-mgt nodes to opal-api.hShreyas B. Prabhu1-76/+56
2016-06-20slw: Add Power9 idle states to power-mgt dt nodeShreyas B. Prabhu1-37/+149
2016-06-20slw: Remove unnecessary type casting castShreyas B. Prabhu1-6/+6
2016-06-20slw: Change variable name can_winkle to has_slwShreyas B. Prabhu1-4/+5
2016-06-20slw: Simplify if-condition while adding idle states to device treeShreyas B. Prabhu1-30/+43
2016-06-14hw/npu: Support PHB slotGavin Shan1-15/+42
2016-06-14hw/phb3: Support PHB slotGavin Shan1-399/+278
2016-06-14hw/phb3: Remove useless commentsGavin Shan1-14/+0
2016-06-14hw/p7ioc: Support PHB slotGavin Shan1-687/+447
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan2-4/+20
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan2-2/+2
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan1-2/+2
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan3-0/+13
2016-06-14hw/p8-i2c: Allow to set I2C request timeoutGavin Shan1-2/+23
2016-06-09p7ioc-phb: Remove logically deadcodeKamalesh Babulal1-2/+1
2016-06-09phb: Work around XSL bug sending PTE updates with wrong scopeIan Munsie1-5/+15
2016-06-09phb3: Add support for CAPP DMA modeIan Munsie1-10/+46
2016-06-08phb3: Refactor to move capi enable to its own functionIan Munsie1-63/+70