aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-06-27npu2: Increase timeout for L2/L3 cache purgingAlexey Kardashevskiy1-7/+13
2019-06-27hw/phb3: Add verbose EEH outputOliver O'Halloran1-1/+96
2019-06-27pci: Make the pci-eeh-verbose nvram option genericOliver O'Halloran1-7/+3
2019-06-27external/mambo: Bump default POWER9 to Nimbus DD2.3Nicholas Piggin1-1/+1
2019-06-24Experimental support for building without FSP codeStewart Smith1-0/+3
2019-06-24Move platform specific PRD functionality to struct platformStewart Smith1-11/+25
2019-06-24Separate FSP specific PSI codeStewart Smith3-86/+107
2019-06-24Move FSP-specific VPD functionality to platforms/ibm-fsp/Stewart Smith2-2/+4
2019-06-24hw/fsp/fsp.c: remove lying commentsStewart Smith1-9/+0
2019-06-24core/opal: move HIR trigger to FSP pollerStewart Smith1-0/+17
2019-06-24host_services_occ_base_setup is core homer code not host_servicesStewart Smith1-0/+25
2019-06-24Move core/hostservices.c to platforms/ibm-fsp/Stewart Smith1-1/+0
2019-06-24Split FSP OCC code out into hw/fsp/Stewart Smith3-388/+426
2019-06-24op_display: make platform function rather than "FSP" specificStewart Smith1-4/+2
2019-06-13npu2: Purge cache when resetting a GPUReza Arbab1-0/+6
2019-06-13npu2: Fix typoReza Arbab1-2/+2
2019-06-04npu2-opencapi: Mask 2 XSL errorsFrederic Barrat1-9/+20
2019-06-04hw/lpc: Fix theoretical possible out-of-bounds-readStewart Smith1-2/+2
2019-06-04Remove P7 remnants: hw/cec.c, apollo platformStewart Smith2-73/+1
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith15-5391/+15
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde2-1/+78
2019-06-03prd: Implement generic HBRT - FSP interfaceVasant Hegde1-1/+129
2019-06-03prd: Validate _opal_queue_msg() return valueVasant Hegde1-6/+12
2019-06-03opal-msg: Pass parameter size to _opal_queue_msg()Vasant Hegde2-11/+13
2019-06-03opal-msg: Pass return value to callback handlerVasant Hegde3-7/+7
2019-06-03npu2: Clear fence state for a brick being resetAlexey Kardashevskiy1-0/+8
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-03lpc-port80h: Don't write port 80h when running under SimicsAlistair Popple2-0/+6
2019-06-03Remove remnants of OPAL_PCI_GET_PHB_DIAG_DATAStewart Smith6-6/+0
2019-06-03Remove unused OPAL_GET_XIVE_SOURCEStewart Smith1-14/+0
2019-06-03Remove last remnants of OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_...Stewart Smith1-14/+0
2019-05-24npu2: Fix clearing the FIR bitsAlexey Kardashevskiy1-1/+1
2019-05-24npu2: Reset NVLinks when resetting a GPUAlexey Kardashevskiy1-0/+55
2019-05-24npu2: Reset PID wildcard and refcounter when mapped to LPIDAlexey Kardashevskiy1-0/+7
2019-05-21hw/xive.c: Fix memcmp() in DEBUG build to compare struct not ptrStewart Smith1-2/+2
2019-05-20nx: remove check on the "qemu, powernv" propertyCédric Le Goater1-5/+1
2019-05-20hw/npu2-opencapi: Add initial support for allocating OpenCAPI LPC memoryAndrew Donnellan2-0/+192
2019-05-20hw/phb4: Make pci-tracing print at PR_NOTICEOliver O'Halloran1-4/+7
2019-05-20occ-sensors: Check if OCC is reset while reading inband sensorsShilpasri G Bhat2-0/+8
2019-05-15Add P9 DIO interrupt supportLei YU3-1/+149
2019-05-15fsp/leds: improve string operations bounds checkingNicholas Piggin1-14/+17
2019-05-15xive: Remove xive rev field and recognize P9PNicholas Piggin1-11/+12
2019-05-15xscom: move more register definitions into processor-specific includesNicholas Piggin3-0/+8
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling7-12/+11
2019-05-09platforms/astbmc: Check for SBE validation stepSamuel Mendoza-Jonas1-3/+106
2019-05-09ipmi: ensure forward progress on ipmi_queue_msg_sync()Stewart Smith2-0/+8