aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15hdata: Split MDST 'type' field to accommodate MPIPLVasant Hegde1-4/+4
2019-08-15FSP/MDST: Rename fsp-mdst-table.c -> fsp-sysdump.cVasant Hegde2-4/+4
2019-07-26SPDX-ify all skiboot codeStewart Smith25-369/+103
2019-06-24Experimental support for building without FSP codeStewart Smith1-0/+3
2019-06-24Separate FSP specific PSI codeStewart Smith2-1/+98
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-24Split FSP OCC code out into hw/fsp/Stewart Smith2-1/+425
2019-06-24op_display: make platform function rather than "FSP" specificStewart Smith1-4/+2
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith1-1/+0
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde1-0/+2
2019-06-03opal-msg: Pass return value to callback handlerVasant Hegde1-3/+3
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