aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
2015-01-22rtc: rtc tod state need to be updated on successNeelesh Gupta1-0/+1
2015-01-21Don't run pollers when sending fsp msg for op panel op_display(FATAL)Stewart Smith1-1/+8
2014-12-10FSP: Reset the response outstanding bitmap on reset startAnanth N Mavinakayanahalli1-2/+6
2014-12-10Fix warn_unused_result warnings in fsp-leds.cStewart Smith1-25/+131
2014-12-10Console: Fix unused result warnings in console driverAnanth N Mavinakayanahalli1-22/+79
2014-12-10FSP/EPOW: Fix unused result warnings in EPOW driverVasant Hegde1-3/+34
2014-12-10FSP/DPO: Fix unused result warnings in DPO driverVasant Hegde1-4/+46
2014-12-10SURV: Fix unused result warnings in surveillance codeAnanth N Mavinakayanahalli1-6/+14
2014-12-10RTC: Fix unused result warnings in RTC driverAnanth N Mavinakayanahalli1-2/+11
2014-12-10FSP: Fix unused result warnings in fsp driverAnanth N Mavinakayanahalli1-9/+60
2014-12-10Enable warn_unused_result for fsp_fetch_data_queue()Vasant Hegde1-8/+21
2014-12-10FSP/CUPD: Convert printf based log messages into prlog based logsVasant Hegde1-16/+18
2014-12-10fsp-elog: Add various NULL checksBenjamin Herrenschmidt2-11/+46
2014-12-09Make fsp_freemsg() behave if passed a NULL pointerStewart Smith1-1/+1
2014-12-09fsp: Avoid NULL dereference in case of invalid class_resp bitsBenjamin Herrenschmidt1-8/+19
2014-12-03epow: Convert printf based log messages into prlog based logsAnshuman Khandual1-10/+10
2014-12-03dpo: Convert printf based log messages into prlog based logsAnshuman Khandual1-5/+5
2014-12-02elog: Clean up error logging headersAlistair Popple11-11/+11
2014-12-02rtc: Add a generic rtc cacheAlistair Popple1-55/+17
2014-12-02tce: Use TCE macrosNeelesh Gupta1-14/+14
2014-11-28elog: (sensor) Replace prerror with elogNeelesh Gupta1-7/+7
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-1/+1
2014-11-26FSP: Validate fsp_msg in fsp_queue_msgVasant Hegde1-1/+1
2014-11-22Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt1-2/+2
2014-11-19Implement skiboot versioningStewart Smith1-2/+2
2014-11-18Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt1-1/+1
2014-11-18Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt1-1/+11
2014-11-07fsp/ti: Make sure the TI area is initialized before useBenjamin Herrenschmidt1-1/+9
2014-10-30fsp: Allow loading initramfs resourcesJeremy Kerr1-0/+4
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-0/+48
2014-10-22fsp/elog: Create a logging frontendAlistair Popple1-194/+7
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple1-229/+10
2014-10-15led: Fix white space problemsAnshuman Khandual2-24/+24
2014-10-15attn: Remove generate_hex_word macroAruna Balakrishnaiah1-7/+2
2014-10-15sysparam: Add the new system parameter boot device pathNeelesh Gupta1-1/+2
2014-10-15led: Handle all the FSP_MCLASS_INDICATOR class sub commandsAnshuman Khandual1-0/+63
2014-10-15Be less verbose in logging about FSP ConsoleStewart Smith1-21/+22
2014-10-15Perhaps we shouldn't prerror() about the presence of an FSP. perhaps.Stewart Smith1-1/+2
2014-10-15Make FSP console a bit quieter, most can be PR_DEBUGStewart Smith1-23/+23
2014-10-15Make FSP a lot less verbose by setting log priorityStewart Smith1-54/+63
2014-10-15Adjust log message priority in fsp-leds.cStewart Smith1-22/+24
2014-10-15FSP buffer allocation messages can be PR_DEBUG.Stewart Smith1-4/+4
2014-10-10CUPD: Log LID ID in elog if size crosses the limitVasant Hegde1-3/+4
2014-10-08Remove (unused) DBG macros from hw/fsp/fsp-nvram.cStewart Smith1-3/+0
2014-10-08Use prlog instead of DBG macros in hw/fsp/fsp-rtc.cStewart Smith1-16/+16
2014-10-08Use prlog rather than DBG #ifdef in hw/fsp/fsp-leds.cStewart Smith1-14/+11
2014-10-08use prlog(PR_INSANE in hw/fsp/fsp.c in place of DBG ifdefStewart Smith1-8/+6
2014-10-08Change DBG to prlog PR_TRACE and PR_INSANE in hw/fsp/fsp-sensor.cStewart Smith1-13/+16
2014-09-30dpo: Return OPAL_WRONG_STATE when not in DPO pending stateAnshuman Khandual1-7/+7
2014-09-30dpo: Return error status to FSP when OPAL message queueing failsAnshuman Khandual1-0/+2