aboutsummaryrefslogtreecommitdiff
path: root/hw/phb4.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-29phb4: Disable TCE cache line bufferFrederic Barrat1-0/+1
2020-09-09hw/phb4: Verify AER support before initialising AER regsOliver O'Halloran1-0/+3
2020-09-09hw/phb4: Actually enable error reportingOliver O'Halloran1-0/+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
2019-02-18phb4: Rework BDFN filtering in phb4_set_pe()Oliver O'Halloran1-41/+17
2019-01-25Remove POWER9N DD1 supportNicholas Piggin1-215/+67
2019-01-25phb4: remove POWER9N DD1 creset workaroundNicholas Piggin1-5/+0
2019-01-18sparse: Make tree 'constant is so big' warning cleanStewart Smith1-24/+24
2019-01-16capp/phb4: Prevent HMI from getting triggered when disabling CAPPVaibhav Jain1-0/+11
2019-01-16phb4/capp: Implement sequence to disable CAPP and enable fast-resetVaibhav Jain1-3/+64
2019-01-16capp/phb4: Introduce PHB4 flag, PHB4_CAPP_DISABLE to disable CAPPVaibhav Jain1-1/+96
2019-01-16capp/phb4: Force CAPP to PCIe mode during kernel shutdownVaibhav Jain1-0/+34
2019-01-16phb4/capp: Update and re-factor phb4_set_capi_mode()Vaibhav Jain1-35/+53