aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-14Add skiboot-5.4.6 release notesStewart Smith1-0/+117
2017-06-14FSP/CONSOLE: Workaround for unresponsive ipmi daemonVasant Hegde2-1/+20
2017-06-14FSP: Set status field in response message for timed out messageVasant Hegde1-1/+4
2017-06-14FSP: Improve timeout messageVasant Hegde1-4/+5
2017-06-14FSP/RTC: Remove local fsp_in_reset variableVasant Hegde1-10/+0
2017-06-14FSP/RTC: Fix possible FSP R/R issue in rtc write pathVasant Hegde1-9/+11
2017-06-14hw/fsp/rtc: read/write cached rtc tod on fsp hir.ppaidipe@linux.vnet.ibm.com1-2/+2
2017-06-14FSP/CHIPTOD: Return false in error pathVasant Hegde1-0/+1
2017-06-09gitignore: Add compile_commands.jsonRussell Currey1-0/+1
2017-06-09Add skiboot-5.4.5 release notesStewart Smith1-0/+56
2017-06-08opal-prd: Handle SBE passthrough message passingVasant Hegde1-0/+24
2017-06-08SBE: Add passthrough command supportVasant Hegde7-2/+116
2017-06-08mambo: fix cpio/initramfs reservationStewart Smith1-0/+1
2017-06-08mambo: Add a reservation for the initramfsOliver O'Halloran1-0/+5
2017-06-08FSP/CONSOLE: Do not free fsp_msg in error pathVasant Hegde1-1/+0
2017-06-08FSP/CONSOLE: Remove __unused attribute from fsp_console_read()Vasant Hegde1-1/+1
2017-06-08specfile: Update specfileVasant Hegde1-9/+6
2017-06-08platform/zz: Acknowledge OCC_LOAD mbox message in ZZShilpasri G Bhat2-3/+22
2017-06-08FSP/RTC: Improve error logVasant Hegde1-1/+1
2017-06-07phb4: Activate shared PCI slot on witherspoonFrederic Barrat6-1/+113
2017-06-07doc: Fix output of version string when using Sphinx with Python 3Andrew Donnellan1-2/+2
2017-06-07Disable nap on P8 Mambo, public release has bugsStewart Smith1-0/+4
2017-06-07PCI: only wait 20ms for PHB logic to settle if we detected any PHBsStewart Smith1-1/+6
2017-06-07p8-i2c OCC lock: fix locking in p9_i2c_bus_owner_changeStewart Smith1-2/+4
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin5-6/+22
2017-06-06Improve cpu_idle when PM is disabledNicholas Piggin4-39/+61
2017-06-06cpu: Introduce smt_lowest()Nicholas Piggin5-9/+10
2017-06-06pci: Wait 20ms before checking presence detect on PCIeBenjamin Herrenschmidt1-0/+5
2017-06-06phb4: Block D-state power management on direct slotsBenjamin Herrenschmidt3-4/+43
2017-06-06phb4: Remove long unused CFG_4B_WORKAROUNDBenjamin Herrenschmidt1-37/+0
2017-06-06phb4: Call pci config filtersBenjamin Herrenschmidt1-0/+12
2017-06-06pci: Make handling of config filters genericBenjamin Herrenschmidt3-28/+30
2017-06-06phb3: Turn the link speed hack into a cfg filterBenjamin Herrenschmidt1-10/+25
2017-06-06phb3+iov: Fixup support for config space filtersBenjamin Herrenschmidt2-21/+24
2017-06-06pci: Add bitmap to know if a pci device has cfg reg filtersBenjamin Herrenschmidt4-7/+17
2017-06-06mambo: Make xscom claim to be DD 2.0Michael Ellerman1-1/+1
2017-06-06mambo: Match whole string when looking up symbols with linsym/skisymMichael Ellerman1-2/+2
2017-06-06npu2: Fix npu2_{read,write}_4b()Reza Arbab3-8/+10
2017-06-06p8-i2c: occ: Add support for OCC to use I2C enginesShilpasri G Bhat3-0/+154
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 Popple2-1/+43
2017-06-06hw/npu2.c: Use phys-map to get GPU memory BARsAlistair Popple1-76/+26
2017-06-06boot_test.sh: Add SMC BMC supportStewart Smith4-7/+149
2017-06-06opal-prd: hook up reset_pm_complexJeremy Kerr1-15/+32
2017-06-06prd: Implement firmware side of opaque PRD channelJeremy Kerr2-12/+113
2017-06-06opal-prd: Add firmware_request & firmware_notify implementationsJeremy Kerr3-2/+173
2017-06-06opal-prd: split prd message reading from handlingJeremy Kerr1-19/+28
2017-06-06opal-prd: Add support for variable-sized messagesJeremy Kerr1-12/+66
2017-06-06opal-prd: use get_ipoll_mask() callbackJeremy Kerr1-1/+9