aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-22skiboot 5.4.12 release notesv5.4.12skiboot-5.4.xVasant Hegde1-0/+14
2020-10-22FSP/NVRAM: Do not assert in vNVRAM statistics callVasant Hegde1-2/+1
2019-12-04skiboot 5.4.11 release notesv5.4.11Vasant Hegde1-0/+27
2019-12-04build: LDFLAGS pass -pie flag explicitly to ldNicholas Piggin1-0/+1
2019-12-03hdata/spira: Fix compilation warningVasant Hegde1-1/+1
2019-11-30errorlog: Prevent alignment error building with gcc9.Michal Suchanek1-1/+1
2019-11-30FSP/IPMI: Handle FSP reset reloadVasant Hegde1-0/+34
2018-05-28skiboot 5.4.10 release notesskiboot-5.4.10Stewart Smith1-0/+58
2018-05-28opal-prd: Do not error out on first failure for soft/hard offline.Mahesh Salgaonkar1-3/+3
2018-04-29OPAL_PCI_SET_POWER_STATE: fix locking in error pathsStewart Smith1-4/+12
2018-01-05external/test: make stripping out version number more robustStewart Smith1-2/+2
2018-01-05Merge skiboot-5.4.9 into 5.4.xStewart Smith7-5/+158
2018-01-05hdata: Parse IPL FW feature settingsskiboot-5.4.9Oliver O'Halloran2-0/+54
2018-01-05hdata: Add an idata array iteratorOliver O'Halloran2-0/+88
2018-01-05core/opal: check ibm,opal existsOliver O'Halloran1-5/+1
2018-01-05dt: add dt_new_check()Oliver O'Halloran2-0/+15
2017-12-20p8-i2c: Limit number of retry attemptsOliver O'Halloran2-2/+11
2017-10-31FSP/CONSOLE: Disable notification on unresponsive consolesVasant Hegde1-3/+5
2017-10-11skiboot 5.4.8 release notesskiboot-5.4.8Stewart Smith1-0/+158
2017-10-11FSP/CONSOLE: Limit number of error loggingVasant Hegde1-8/+13
2017-10-11FSP/CONSOLE: Fix fsp_console_write_buffer_space() callVasant Hegde1-1/+35
2017-10-11FSP/CONSOLE: Close SOL session during R/RVasant Hegde1-3/+0
2017-10-11FSP/CONSOLE: Do not associate unavailable consoleVasant Hegde1-0/+11
2017-10-11FSP: Disable PSI link whenever FSP tells OPAL about impending R/RVasant Hegde2-18/+8
2017-10-11fsp: return OPAL_BUSY_EVENT on failure sending FSP_CMD_REBOOT / DEEP_REBOOTStewart Smith1-2/+2
2017-10-11fsp: return OPAL_BUSY_EVENT on failure sending FSP_CMD_POWERDOWN_NORMStewart Smith3-5/+21
2017-10-11libflash/file: Handle short read()s and write()s correctlyCyril Bur1-2/+4
2017-10-11libc/stdio/vsnprintf.c: add explicit fallthroughStewart Smith1-0/+1
2017-10-11GCC7: fixes for -Wimplicit-fallthrough expected regexesStewart Smith3-3/+5
2017-10-11FSP/NVRAM: Handle "get vNVRAM statistics" commandVasant Hegde1-0/+41
2017-09-19skiboot-5.4.7 release notesskiboot-5.4.7Stewart Smith1-0/+30
2017-06-21FSP: Add check to detect FSP R/R inside fsp_sync_msg()Vasant Hegde1-2/+11
2017-06-16platforms/ibm-fsp/firenze: Fix PCI slot power-off patternGavin Shan1-2/+2
2017-06-14Add skiboot-5.4.6 release notesskiboot-5.4.6Stewart 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-09Add skiboot-5.4.5 release notesskiboot-5.4.5Stewart Smith1-0/+56
2017-06-09FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith6-33/+83
2017-05-19hw/i2c: Fix early lock dropOliver O'Halloran1-2/+0
2017-05-08head.S: store LR rather than CTR when trying to store LRStewart Smith1-1/+1
2017-05-08head.S: store all of LR and CTROliver O'Halloran1-2/+2
2017-05-03Skiboot 5.4.4 release notesskiboot-5.4.4Stewart Smith1-0/+76
2017-03-16hw/fsp: Do not queue SP and SPCN class messages during reset/reloadAnanth N Mavinakayanahalli4-0/+32
2017-02-22core/pci: Fix PCIe slot's presenceGavin Shan2-1/+4
2017-02-22core/pci: More reliable way to update PCI slot power stateGavin Shan1-1/+1