aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
2019-05-15fsp/leds: improve string operations bounds checkingNicholas Piggin1-14/+17
2019-05-09ipmi: ensure forward progress on ipmi_queue_msg_sync()Stewart Smith1-0/+2
2019-05-02Write boot progress to LPC port 80hStewart Smith1-1/+3
2019-03-28core/stack: Rename backtrace functions, get rid of wrappersAndrew Donnellan1-2/+2
2019-03-28hw/fsp, hw/ipmi: Convert attn code to not use backtrace wrappersAndrew Donnellan1-5/+5
2018-09-20FSP: Improve Reset/Reload log messageVasant Hegde1-2/+2
2018-09-13fsp/surv: Improve log messageVasant Hegde1-2/+4
2018-06-18Move include lock.h to fsp-console.h from console.hStewart Smith1-0/+1
2018-06-18fast-reboot: Disable on FSP IPL side changeVasant Hegde1-0/+26
2018-05-24check for NULL input string in is_sai_loc_codeBalbir singh1-2/+5
2018-05-24fsp/console: Always establish OPAL console API backendBenjamin Herrenschmidt1-2/+3
2018-05-04fsp: Fix msg vaargs usageJoel Stanley1-2/+2
2018-04-10hw/imc: Add support to load imc catalog lid fileMadhavan Srinivasan1-0/+3
2018-03-06Revert "console(lpc/fsp-console): Use only stdout-path property on P9 and above"Stewart Smith1-11/+3
2018-03-06capp: Add lid definition for P9 DD-2.2Christophe Lombard1-0/+2
2018-03-01console(lpc/fsp-console): Use only stdout-path property on P9 and abovePridhiviraj Paidipeddi1-3/+11
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-1/+1
2018-02-21sensors: Support reading u64 sensor valuesShilpasri G Bhat1-3/+4
2017-12-06fsp: Bail out of HIR if FSP is resetting voluntarilyAnanth N Mavinakayanahalli1-4/+16
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-24/+4
2017-11-28fsp-elog: Reduce verbosity of elog messagesMichael Neuling1-2/+2
2017-10-30FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset()Vasant Hegde1-2/+0
2017-10-30FSP/CONSOLE: Disable notification on unresponsive consolesVasant Hegde1-3/+5
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 Hegde1-17/+8
2017-10-10FSP/NVRAM: Handle "get vNVRAM statistics" commandVasant Hegde1-0/+41
2017-10-06capp: Add lid definitions for P9 DD-2.0 & DD-2.1Vaibhav Jain1-0/+4
2017-09-20fsp: Move common prints to traceMichael Neuling1-2/+2
2017-07-21FSP/CONSOLE: Do not enable input irq in write pathVasant Hegde1-3/+0
2017-06-21FSP: Add check to detect FSP R/R inside fsp_sync_msg()Vasant Hegde1-2/+11
2017-06-19capi: Load capp microcodeChristophe Lombard1-0/+2
2017-06-19FSP/CONSOLE: Fix possible NULL dereferenceVasant Hegde1-2/+7
2017-06-14FSP/CONSOLE: Workaround for unresponsive ipmi daemonVasant Hegde1-1/+17
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-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-08FSP/RTC: Improve error logVasant Hegde1-1/+1
2017-05-26fsp/tpo: Provide support for disabling TPO alarmVaibhav Jain1-2/+8
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-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2-22/+50
2017-03-16hw/fsp: Do not queue SP and SPCN class messages during reset/reloadAnanth N Mavinakayanahalli3-0/+31