aboutsummaryrefslogtreecommitdiff
path: root/hw/phb4.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-24phb4: Avoid MMIO load freeze escalation on every chipMahesh Salgaonkar1-1/+5
2021-06-24phb4: Disable TCE cache line bufferFrederic Barrat1-0/+1
2021-01-06Revert "mowgli: Limit slot1 to Gen3 by default"LuluTHSu1-20/+0
2020-11-02phb4: Finish removing P9 DD1 workaround on LSIsCédric Le Goater1-4/+1
2020-11-02mowgli: Limit slot1 to Gen3 by defaultLuluTHSu1-0/+21
2020-08-28hw/phb4: Verify AER support before initialising AER regsOliver O'Halloran1-0/+3
2020-08-28hw/phb4: Actually enable error reportingOliver O'Halloran1-0/+1
2020-06-03hw/phb4: Enable error interruptsOliver O'Halloran1-1/+39
2020-06-03hw/phb4: Factor out interrupt setupOliver O'Halloran1-5/+11
2020-06-03hw/phb4: Don't disable TXE(12) interrupt if on P9 DD2.0Oliver O'Halloran1-4/+1
2020-06-03hw/phb4: Fix interrupt namesOliver O'Halloran1-0/+17
2020-06-03hw/phb4: Make error interrupt handler compileOliver O'Halloran1-3/+1
2020-03-30hw/phb4: Tune GPU direct performance on witherspoon in PCI modeFrederic Barrat1-24/+29
2020-03-12Re-license contributions from Raptor Computer SystemsOliver O'Halloran1-1/+1
2019-12-16dt: assorted cleanupsNicholas Piggin1-16/+12
2019-12-16phb4: make endian-cleanNicholas Piggin1-166/+176
2019-12-16opal-api: add endian conversions to most opal callsNicholas Piggin1-3/+3
2019-12-04phb4: Add PHB options get/set OPAL callsAlexey Kardashevskiy1-0/+59
2019-11-11Remove dead POWER7 codeNicholas Piggin1-11/+0
2019-11-04xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flagsCédric Le Goater1-0/+1
2019-08-23pci: recheck pci nvram hacks on fast-rebootOliver O'Halloran1-2/+0
2019-08-16hw/phb4: Use standard MIN/MAX macro definitionsJordan Niethe1-6/+3
2019-08-16hw/phb4: Prevent register accesses when in resetOliver O'Halloran1-0/+10
2019-08-16pci: Use a macro for accessing PCI BDF Bus NumberJordan Niethe1-3/+3
2019-07-26SPDX-ify all skiboot codeStewart Smith1-17/+4
2019-06-27pci: Make the pci-eeh-verbose nvram option genericOliver O'Halloran1-7/+3
2019-06-24Move FSP-specific VPD functionality to platforms/ibm-fsp/Stewart Smith1-1/+2
2019-06-03hw/phb4: Make phb4_training_trace() more generalOliver O'Halloran1-19/+25
2019-06-03hw/phb4: Set trace enable where it's usedOliver O'Halloran1-12/+22
2019-06-03hw/phb4: Add missing LTSSM statesOliver O'Halloran1-0/+6
2019-06-03hw/phb4: Use read/write_reg in assert_perstOliver O'Halloran1-2/+2
2019-06-03hw/phb4: Assert Link Disable bit after ETU initOliver O'Halloran1-0/+6
2019-06-03Remove remnants of OPAL_PCI_GET_PHB_DIAG_DATAStewart Smith1-1/+0
2019-05-20hw/phb4: Make pci-tracing print at PR_NOTICEOliver O'Halloran1-4/+7
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling1-6/+5
2019-05-02hw/phb4: Fix references to PHB3Oliver O'Halloran1-2/+2
2019-04-29hw/phb4: Read ibm,loc-code from PBCQ nodeOliver O'Halloran1-2/+2
2019-04-17hw/phb4: Squash the IO bridge windowOliver O'Halloran1-0/+8
2019-03-28hw/phb4: Drop FRESET_DEASSERT_DELAY stateOliver O'Halloran1-5/+0
2019-03-28hw/phb4: Factor out PERST controlOliver O'Halloran1-28/+36
2019-03-28hw/phb4: Remove FRESET presence checkOliver O'Halloran1-12/+2
2019-03-28hw/phb4: Skip FRESET PERST when coming from CRESETOliver O'Halloran1-1/+23
2019-03-28hw/phb4: Look for the hub-id from in the PBCQ nodeOliver O'Halloran1-3/+9
2019-02-25hw/phb4: Fix indentation of brdgCtlOliver O'Halloran1-2/+1
2019-02-26Retry link training at PCIe GEN1 if presence detected but training repeatedly...Timothy Pearson1-13/+46
2019-02-18opal: Deprecate reading the PHB statusAlexey Kardashevskiy1-7/+2
2019-02-18phb4: Update some commentsOliver O'Halloran1-19/+13
2019-02-18phb4: Eliminate peltv_cacheOliver O'Halloran1-18/+12
2019-02-18phb4: Eliminate p->rte_cacheOliver O'Halloran1-22/+15
2019-02-18phb4: Remove pointless NULL checksOliver O'Halloran1-12/+2