aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Add skiboot-5.1.6 release notesskiboot-5.1.6Stewart Smith1-0/+31
2015-10-07Fix printf format warningStewart Smith1-1/+1
2015-10-07hw/bt.c: Check for timeout after checking for message responseAlistair Popple1-1/+2
2015-10-07Ensure we run pollers in cpu_wait_job()Stewart Smith1-0/+9
2015-10-01Add skiboot-5.1.5 release notesskiboot-5.1.5Stewart Smith1-0/+39
2015-10-01Add ability to copy pflash binary to BMC to boot_tests.shStewart Smith1-3/+9
2015-10-01centaur: Add indirect XSCOM supportBenjamin Herrenschmidt3-15/+118
2015-09-30xscom: Fix logging of indirect XSCOM errorsBenjamin Herrenschmidt1-3/+3
2015-09-30PHB3: Fix incorrect commentsGavin Shan1-1/+1
2015-09-30ipmi-sel: Run power action immediately if host not upJoel Stanley1-4/+16
2015-09-30Add opal_boot_complete to debug descriptorJoel Stanley2-1/+5
2015-09-30opal-prd: Increase IPMI timeout to a slightly better valueStewart Smith1-1/+1
2015-09-30PHB3: Fix wrong PE number in error injectionGavin Shan1-2/+2
2015-09-26Add skiboot-5.1.4 release notesskiboot-5.1.4Stewart Smith1-0/+32
2015-09-25Rate limit OPAL_MSG_OCC to only one outstanding message to hostStewart Smith1-2/+17
2015-09-22Improve debug/pr_fmt for libporeStewart Smith1-1/+3
2015-09-22Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith4-14/+29
2015-09-15Add skiboot-5.1.3 release notesskiboot-5.1.3Stewart Smith1-0/+92
2015-09-15PCI: Clear error bits after changing MPSGavin Shan1-3/+19
2015-09-15platforms/astbmc: Move prd_init calls to astbmc_early_init()Jeremy Kerr4-5/+2
2015-09-15opal/hmi: Use prlog instead of printf.Mahesh Salgaonkar1-4/+4
2015-09-15opal: Fix hang in time_wait* calls on HMI for TB errors.Mahesh Salgaonkar3-0/+19
2015-09-11firestone: Add slot tablesBenjamin Herrenschmidt1-0/+110
2015-09-11lpc: Fix display of LPC errorsBenjamin Herrenschmidt1-54/+24
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt6-43/+235
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt6-21/+25
2015-09-11fsp/ipmi: Fix an illegal memory accessNeelesh Gupta1-2/+1
2015-09-11psi: Fix a few typosBenjamin Herrenschmidt2-13/+13
2015-09-10Remove old, out of date and misplaced commentStewart Smith1-5/+0
2015-09-10move enum ipl_state to hw/fsp/fsp.cStewart Smith3-11/+10
2015-09-10Remove FIXME for using atomics for opal_pending_eventsStewart Smith1-1/+0
2015-09-10remove FIXME from opal_trace_entryStewart Smith1-1/+0
2015-09-09Add skiboot-5.1.2 release notesskiboot-5.1.2Stewart Smith1-0/+125
2015-09-09Fix comparing array to null is always trueStewart Smith1-2/+2
2015-09-09assert that allocation of node region name succeeedsStewart Smith1-0/+1
2015-09-09assert dt allocation succeeded for rhesus rtcStewart Smith1-0/+1
2015-09-09Assert that memory allocation succeeds in mem_region_add_dt_reserved_node()Stewart Smith1-0/+2
2015-09-09Fix harmless free() after realloc() in test-malloc.cStewart Smith1-2/+2
2015-09-09IPMI: Introduce attention callVasant Hegde7-1/+93
2015-09-09platform: Add platform hook for terminate callVasant Hegde4-1/+10
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde6-27/+36
2015-09-09IPMI: Move MAX_PEL_SIZE to ipmi.hVasant Hegde2-9/+11
2015-09-09IPMI: Pre-allocate memory for PANIC eventVasant Hegde3-6/+73
2015-09-09IPMI: Avoid unnecessary ipmi_msg allocationVasant Hegde1-13/+11
2015-09-09IPMI: Insert SEL event to IPMI queue headVasant Hegde1-1/+1
2015-09-08IPMI: Fix corner case eSEL logging issueVasant Hegde1-1/+1
2015-09-08libflash/test: Attempted fix of Coverity defect 98799Cyril Bur1-1/+1
2015-09-08libflash/test: Fix Coverity defect 98827Cyril Bur1-1/+1
2015-09-08libflash: Fix Coverity defect 97867Cyril Bur1-2/+2
2015-09-08external/gard: Fix Coverity defect 107465Cyril Bur1-1/+1