aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-08external/gard: Fix Coverity defect 107466Cyril Bur1-1/+1
2015-09-08external/gard: Fix Coverity defect 107467Cyril Bur1-1/+2
2015-09-08external/opal-prd: move hservices_init after the ipmi and pnor initNeelesh Gupta1-4/+4
2015-09-08Fix possible passing of -1 to write() in extract-gcov.cStewart Smith1-0/+5
2015-09-08Fix index of -1 into arrayStewart Smith1-1/+3
2015-09-08Fix unsafe list for each: need to use _safe for deletionStewart Smith1-2/+2
2015-09-08trivial run-malloc test fixup that was fooling coverityStewart Smith1-1/+1
2015-09-08coverity scan through travis-ciStewart Smith2-5/+18
2015-09-07external/gard: Recover the entire gard partitionCyril Bur1-12/+2
2015-09-07external/gard: Update record clearing to match Hostboots expectationsCyril Bur1-46/+59
2015-09-07libflash/blocklevel: Smarten up blocklevel_smart_write()Cyril Bur1-3/+40
2015-09-07external/opal-prd: Add 'run' option to execute HBRT commandsVaidyanathan Srinivasan3-1/+135
2015-09-07external/opal-prd: Support manufacturing command HTMGT and attribute overrideNeelesh Gupta3-48/+345
2015-09-02Merge branch 'update-2.1.1.1'Stewart Smith1-5/+9
2015-09-01build pflash in travis-ciStewart Smith2-1/+3
2015-09-01Build gard utility in travis-ciStewart Smith1-0/+3
2015-09-01external/opal-prd: Refactor the handle_prd_control() functionNeelesh Gupta1-33/+47