aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18skiboot-5.1.1 release notesskiboot-5.1.1Stewart Smith1-0/+41
2015-08-18update centaur i2c support in 5.1.0 release notesStewart Smith1-1/+2
2015-08-18phb3: Continue CAPP setup even if PHB is already in CAPP modeDaniel Axtens1-1/+0
2015-08-18Fix try-cflag makefile foo for ancient GCC (e.g. 4.4 shipped with RHEL6)Stewart Smith1-1/+1
2015-08-18Use target CC for __GNUC__ version defines in extract-gcovStewart Smith2-2/+6
2015-08-17Add skiboot-5.1.0 release notesskiboot-5.1.0Stewart Smith3-8/+262
2015-08-17external/gard: Fix uninitialised variable warningJeremy Kerr1-1/+1
2015-08-17libflash: check ffs_part_info return value in ffs_initJeremy Kerr1-1/+7
2015-08-17hw/homer: Don't re-reserve homer rangesJeremy Kerr1-5/+20
2015-08-17core/mem_region: Add mem_range_is_reserved()Jeremy Kerr4-0/+262
2015-08-17core/mem_region: parse node-style reserved memoryJeremy Kerr1-1/+57
2015-08-17core/mem_region: allow pre-existing reserved-memory nodesJeremy Kerr1-4/+7
2015-08-17core/mem_region: Move reserved-ranges parsing into a separate functionJeremy Kerr1-34/+46
2015-08-17core: Add dt_copyJeremy Kerr2-0/+41
2015-08-17external/opal-prd: Allow instance numbers for PRD rangesJeremy Kerr2-18/+130
2015-08-14add skiboot-5.1.0-beta2.txt release notesskiboot-5.1.0-beta2Stewart Smith1-0/+53
2015-08-14update 'loading kernel' message to 'waiting for kernel'Stewart Smith1-1/+1
2015-08-14IPMI: Add SEL event with eSEL record IDVasant Hegde2-0/+84
2015-08-14IPMI: Fix eSEL loggingVasant Hegde3-12/+121
2015-08-14travis-ci: test building out of treeStewart Smith1-0/+1
2015-08-14use pr_fmt in hw/ipmi/ipmi-sel.cStewart Smith1-12/+13
2015-08-14IPMI: Only log events that needs attentionVasant Hegde1-0/+7
2015-08-14IPMI: Fix eSEL sizeVasant Hegde1-3/+4
2015-08-14hw/phb3: Remove struct rtt_entryGavin Shan1-5/+2
2015-08-14hw/phb3: Change reserved PE to 255Gavin Shan2-5/+17
2015-08-14fsp/fsp-chiptod: Fix uninitialized valueKamalesh Babulal1-1/+1
2015-08-13hw/p7ioc-phb.c: Fix assignment of addrKamalesh Babulal1-1/+0
2015-08-13hw/chiptod: Refactor code to remove goto labelKamalesh Babulal1-2/+1
2015-08-13ccan: Update short_types module to fix warningJoel Stanley4-22/+40
2015-08-13Add prototype in asm-offsets to silence clangJoel Stanley1-0/+2
2015-08-13fsp/chiptod: Fix initialised variableJoel Stanley3-11/+13
2015-08-13Enforce GNU 11 as default C dialectJoel Stanley1-0/+2
2015-08-13ipmi: Fix the opal_ipmi_recv() call to handle the error pathNeelesh Gupta1-4/+9
2015-08-13fix fat-fingering of FSPSSHUSER support in extract_gcov.shStewart Smith1-4/+6
2015-08-13support FSPSSHUSER env variables in extract_gcov.shStewart Smith1-1/+1
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