aboutsummaryrefslogtreecommitdiff
path: root/hw/phb3.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan1-16/+15
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
2016-10-12pci: Avoid hot resets at boot timeRussell Currey1-2/+2
2016-10-11hw/phb3: Disable ECRC on Broadcom adapter behind PMC switchGavin Shan1-2/+24
2016-10-11Revert "hw/phb3.c: adjust offset to run CAPP containers"Stewart Smith1-22/+2
2016-10-11Revert "hw/phb3.c: preload the whole CAPP partition"Stewart Smith1-2/+2
2016-10-10hw/phb3.c: adjust offset to run CAPP containersClaudio Carvalho1-2/+22
2016-10-10hw/phb3.c: preload the whole CAPP partitionClaudio Carvalho1-2/+2
2016-09-02core/pci: Improve PCI config register filterGavin Shan1-6/+8
2016-08-30pci: Standardise on uint64_t pe_numberRussell Currey1-47/+47
2016-08-24hw/phb3: Update capi initialization sequenceFrederic Barrat1-1/+2
2016-08-11interrupts: Add new source ->attributes callbackBenjamin Herrenschmidt1-11/+15
2016-07-25hw/phb3: Increase AIB TX command credit for DMA read in CAPP DMA modeAndrew Donnellan1-2/+11
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt1-22/+15
2016-07-12interrupts: Use a #interrupt-cells of 2 for XICS interruptsBenjamin Herrenschmidt1-1/+5
2016-07-11phb3: fix inconsistent indentingStewart Smith1-2/+2
2016-07-08pci: get_reserved_pe_number() needs to take the PHB as argumentBenjamin Herrenschmidt1-1/+1
2016-07-05PHB3: Disable UTL outbound discard error interruptGavin Shan1-1/+1
2016-06-20Fix for typosFrederic Bonnard1-2/+2
2016-06-14hw/phb3: Support PHB slotGavin Shan1-399/+278
2016-06-14hw/phb3: Remove useless commentsGavin Shan1-14/+0
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan1-2/+10
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan1-1/+1
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan1-0/+6
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
2016-06-07phb3: Mask off FIR bit indicating link speed change on p8+Ian Munsie1-1/+1
2016-05-03PCI: Move PHB lock to generic layerGavin Shan1-20/+0
2016-05-02PHB3: Add comments for PCI vendor/device ids rather than plain numbersStewart Smith1-2/+3
2016-04-29Merge branch 'skiboot-5.2.x' - PHB3 pref window register corruptionStewart Smith1-0/+2
2016-04-29PHB3: Fix corruption of pref window registerGavin Shan1-0/+2
2016-04-27phb3: Test CAPI mode on both CAPP units on NaplesPhilippe Bergheaud1-1/+6
2016-04-27hmi: Recover both CAPP units on Naples after malfunction alertPhilippe Bergheaud1-5/+11
2016-04-27chiptod: Sync timebase in both CAPP units on NaplesPhilippe Bergheaud1-1/+1
2016-04-27phb3: Set CAPI mode for both CAPP units on NaplesPhilippe Bergheaud1-30/+50
2016-04-27phb3: Load CAPP ucode to both CAPP units on NaplesPhilippe Bergheaud1-9/+21
2016-04-27Merge branch 'skiboot-5.1.x' into skiboot-5.2.xStewart Smith1-11/+55
2016-04-27hw/phb3: Ensure PQ bits are cleared in the IVC when masking IRQMichael Neuling1-6/+26
2016-04-27hw/phb3: Fix potential race in EOIMichael Neuling1-5/+29
2015-11-19Merge branch 'stable'Stewart Smith1-5/+19
2015-11-19Merge branch 'update-2.1.1.1' into stableStewart Smith1-5/+19
2015-11-19hw/phb3: Flush cache line after updating P/Q bitsBenjamin Herrenschmidt1-5/+19
2015-11-10llvm-scan-build: fix value stored to end during init never read in phb3.cStewart Smith1-1/+1
2015-10-23hw/phb3: phb3_set_capi_mode(): remove duplicated codeAndrew Donnellan1-9/+0
2015-10-09PHB3: Remove unnecessary message in phb3_sm_fundamental_reset()skiboot-2.1.1-fw810.40-1Gavin Shan1-2/+1
2015-10-09PHB3: Retry fundamental resetGavin Shan1-2/+29
2015-10-08PHB3: Emulate root complex pref 64-bits windowGavin Shan1-18/+70
2015-10-08PCI: Introduce config register filterGavin Shan1-0/+33