aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-01external/opal-prd: Move client socket common code to a functionNeelesh Gupta1-27/+34
2015-09-01external/opal-prd: send socket response in the error pathNeelesh Gupta1-1/+3
2015-09-01Add slot tables for HabaneroBenjamin Herrenschmidt1-1/+98
2015-09-01plat/bmc: Add infrastructure for slot tablesBenjamin Herrenschmidt3-1/+119
2015-09-01pci: Support absence of base location codeBenjamin Herrenschmidt1-7/+11
2015-09-01pci: Don't create -T location codes on non-FSP machinesBenjamin Herrenschmidt1-1/+5
2015-09-01pci/fsp: Cleanup slot_infoBenjamin Herrenschmidt3-60/+71
2015-09-01update doc/pci-slot-properties.txt with items that are optionalStewart Smith1-6/+6
2015-09-01opal-api: Assign numbers to OPAL_MSG macros of enum opal_msg_typeVipin K Parashar1-8/+8
2015-09-01Rename send_pending_events() to send_next_pending_event()Stewart Smith1-5/+5
2015-09-01Fix scan-build warning of value stored to event is never usedStewart Smith1-6/+0
2015-09-01phb3: Handle fence in phb3_pci_msi_check_q to fix hangIan Munsie1-4/+8
2015-08-31Fix stored value never read warning from scan-build in FSP code updateStewart Smith1-0/+3
2015-08-31Fix scan-build waring of never read rc valueStewart Smith1-0/+4
2015-08-28external/common: Write an includeable rules.mk.Cyril Bur7-45/+51