aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-13fix boot-coverage-report target for updated boot_test.shStewart Smith1-4/+4
2015-08-12Newer GCC can automatically vectorise code. We do not want that.Stewart Smith1-0/+6
2015-08-12Test compiler flags before using, force abiv1 if neededStewart Smith1-4/+19
2015-08-11fix dump_regs() for hssr0 and hsrr1Stewart Smith1-1/+1
2015-08-11Don't try to print symbol when we didn't find oneStewart Smith1-1/+3
2015-08-10Merge branch 'stable' (backport of OPAL_CEC_REBOOT2)Stewart Smith0-0/+0
2015-08-10doc/opal-api: Add OPAL_CEC_REBOOT2 OPAL call descriptionVipin K Parashar1-0/+54
2015-08-10opal-api: Add OPAL call to handle abnormal reboots.Vipin K Parashar5-1/+80
2015-08-10Merge 'external/opal-prd: Only map each PRD range once' from branch 'stable'Stewart Smith1-12/+23
2015-08-10external/opal-prd: Only map each PRD range onceJeremy Kerr1-12/+23
2015-07-31fix run-pel.c build after error log entry changesStewart Smith1-1/+1
2015-07-31external/opal-prd: Use opal-prd as version prefixCyril Bur1-5/+5
2015-07-31versioning: Unify all versioning to match skiboot versionsCyril Bur3-24/+17
2015-07-31external/boot-tests: update boot-test.sh usage for BMC single partition flashingAndrew Donnellan1-4/+7
2015-07-31external/boot-tests: Fix logging functions in boot_test.shAndrew Donnellan1-5/+15
2015-07-31doc/opal-api: Add OPAL_CEC_REBOOT2 OPAL call descriptionVipin K Parashar1-0/+54
2015-07-31opal-api: Add OPAL call to handle abnormal reboots.Vipin K Parashar5-1/+83
2015-07-31errorlog: Update documentation to reflect append changesSamuel Mendoza-Jonas1-206/+217
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas20-66/+61
2015-07-31errorlog: Simplify log calling conventionSamuel Mendoza-Jonas3-68/+109
2015-07-31add some more PCI docs from old internal sourcesStewart Smith1-0/+71
2015-07-30tiny bit of docs for ibm,opal DT nodeStewart Smith1-0/+31
2015-07-21update skiboot-5.1.0-beta1 release notesskiboot-5.1.0-beta1Stewart Smith2-94/+214
2015-07-21Add skiboot-5.1-beta1 release notesStewart Smith1-0/+94
2015-07-18Merge branch 'stable'Stewart Smith0-0/+0
2015-07-17external/gard: Update gard tool to new blocklevel interfaceCyril Bur2-77/+55
2015-07-17hdata/paca: Check for dt_find_property() return valueKamalesh Babulal1-0/+3
2015-07-17hdata/paca: Check for dt_find_property() return valueKamalesh Babulal1-2/+7
2015-07-17hdata/memory: Introduce zalloc() return checkKamalesh Babulal1-0/+4
2015-07-17FSP/LEDS: Add support to handle SAI state request from service processorVasant Hegde1-25/+30
2015-07-17FSP/LEDS: Remove led-loc propertyVasant Hegde3-15/+0
2015-07-16bt: Remove B_BUSY stateskiboot-5.0.5Alistair Popple1-18/+6
2015-07-16Add OPAL_READ_TPO and OPAL_WRITE_TPO documentationStewart Smith1-0/+15
2015-07-10fsp/ipmi: Add the in-band IPMI support for FSP systemsNeelesh Gupta6-1/+377
2015-07-10ipmi: Provide a macro for netfn return codeNeelesh Gupta2-1/+4
2015-07-10fsp/mem-err: Fix leak in one error path and minor clean upsNeelesh Gupta1-10/+4
2015-07-10find_shared() - Check for return value from dt_find_propertyKamalesh Babulal1-2/+5
2015-07-10Introduce memory allocation return value checkKamalesh Babulal1-0/+4
2015-07-10pci_configure_mps fixes: NULL dereference, null check and typoKamalesh Babulal1-4/+4
2015-07-10Introduce blocklevel_ecc_protect() return value checkKamalesh Babulal1-3/+9
2015-07-10external/gard: change gard manual page filenameCédric Le Goater1-1/+1
2015-07-10fsp_create_node(): Fix resource leakKamalesh Babulal1-2/+4
2015-07-10hw/phb3: Fix logical operandKamalesh Babulal1-1/+1
2015-07-10Configure CAPP timebase.Philippe Bergheaud4-1/+171
2015-07-09opal: Recover from TOD register parity errors.Mahesh Salgaonkar1-2/+37
2015-07-09opal: Cache chipTOD control register values.Mahesh Salgaonkar1-0/+100
2015-07-09opal: Enable backup topology.Mahesh Salgaonkar6-7/+158
2015-07-09opal: Inform fsp about the topology switch.Mahesh Salgaonkar1-0/+33
2015-07-09opal: Check if backup master is valid before topology switch.Mahesh Salgaonkar1-2/+26
2015-07-09opal: Refactor TOD topology failover recovery.Mahesh Salgaonkar1-14/+133