aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-06-06phb3+iov: Fixup support for config space filtersBenjamin Herrenschmidt1-15/+19
2017-06-06pci: Add bitmap to know if a pci device has cfg reg filtersBenjamin Herrenschmidt1-7/+2
2017-06-06mambo: Make xscom claim to be DD 2.0Michael Ellerman1-1/+1
2017-06-06npu2: Fix npu2_{read,write}_4b()Reza Arbab2-6/+8
2017-06-06p8-i2c: occ: Add support for OCC to use I2C enginesShilpasri G Bhat2-0/+151
2017-06-06hw/npu2.c: Fix opal_npu_map_lpar to search for existing BDFAlistair Popple1-2/+2
2017-06-06hw/npu2-hw-procedures.c: Fix running of zcal procedureAlistair Popple1-19/+5
2017-06-06hw/npu2.c: Add memory coherence directory programmingAlistair Popple1-1/+38
2017-06-06hw/npu2.c: Use phys-map to get GPU memory BARsAlistair Popple1-76/+26
2017-06-06prd: Implement firmware side of opaque PRD channelJeremy Kerr1-12/+76
2017-05-31core/pci: Rename pci_slot_op poll to run_smMichael Neuling2-3/+3
2017-05-31occ: Skip setting cores to nominal frequency in P9Shilpasri G Bhat1-5/+8
2017-05-31occ: Fix Pstate ordering for P9Shilpasri G Bhat1-168/+504
2017-05-26libflash/mbox-flash: Update to V2 of the protocolCyril Bur1-8/+30
2017-05-26hw/lpc-mbox: Use message registers for interruptsCyril Bur1-14/+47
2017-05-26mem_region: rename HW_RESERVE to FW_RESERVEOliver O'Halloran2-4/+4
2017-05-26fsp/tpo: Provide support for disabling TPO alarmVaibhav Jain1-2/+8
2017-05-19hw/i2c: Fix early lock dropOliver O'Halloran1-2/+0
2017-05-16phys map: Add tests for holes in MMIO region and orderMichael Neuling1-1/+27
2017-05-16phys map: Remove hole in NPU sectionMichael Neuling1-10/+10
2017-05-16phys map: Add missing NPU user regs regionMichael Neuling1-0/+1
2017-05-12Remove multiple logging for un-handled fsp sub commands.ppaidipe@linux.vnet.ibm.com1-1/+0
2017-05-12GCC7: fixes for -Wimplicit-fallthrough expected regexesStewart Smith1-1/+1
2017-05-12phb4: Add an option for disabling EEH MMIO in nvramRussell Currey1-3/+8
2017-05-10phb4: Cleanup BAR inits and loggingMichael Neuling1-57/+20
2017-05-10phb4: Increase 64bit MMIO BAR size from 128GB to 256GBMichael Neuling1-7/+7
2017-05-10xive: Migrate BAR assignment to phys_map_get()Michael Neuling1-30/+15
2017-05-10phb4: Migrate BAR assignment to phys_map_get()Michael Neuling1-19/+9
2017-05-10nx: Migrate P9 RNG BAR assignment to phys_map_get()Michael Neuling1-4/+2
2017-05-10Add tests for physical memory mapMichael Neuling2-0/+178
2017-05-10Add global physical memory mapMichael Neuling2-0/+200
2017-05-10phb4: Enforce root complex config space size of 2048Michael Neuling1-2/+7
2017-05-10pore: Always use libporeOliver O'Halloran1-25/+0
2017-05-10npu2: Do not attempt to initialise non DD1 hardwareAlistair Popple1-0/+7
2017-05-10npu2: Fix BAR mapping for multiple chipsAlistair Popple1-97/+135
2017-05-10npu2: Fix argument order to npu2_scom_write in BAR setupAlistair Popple1-1/+1
2017-05-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2-22/+50
2017-05-08phb4: Fix slot presence detectMichael Neuling1-0/+2
2017-05-03nx: Cleanup init message for P9 RNGMichael Neuling1-1/+1
2017-05-03npu, npu2: Describe diag data size in device treeRussell Currey2-0/+2
2017-05-03xive: Workaround a problem with indirect TM accessBenjamin Herrenschmidt1-0/+10
2017-05-01xive: Log more information in opal_xive_dump() for emulation stateBenjamin Herrenschmidt1-4/+27
2017-05-01xive: Add a per-cpu logging mechanism to XICS emulationBenjamin Herrenschmidt1-1/+104
2017-05-01xive: Check queues for duplicates in DEBUG buildsBenjamin Herrenschmidt1-1/+58
2017-05-01pci: Describe PHB diag data size in device treeRussell Currey3-0/+15
2017-04-28xive+phb4: Fix exposing trigger page to LinuxBenjamin Herrenschmidt2-4/+14
2017-04-28i2c: Add interrupts support on P9Benjamin Herrenschmidt1-1/+8
2017-04-28i2c: Remove old hack for bad clock frequencyBenjamin Herrenschmidt1-6/+0
2017-04-28i2c: Log the engine clock frequency at bootBenjamin Herrenschmidt1-2/+3
2017-04-28i2c: Improve loggingBenjamin Herrenschmidt1-15/+31