aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-28external/pflash: Update distclean make targetCyril Bur1-1/+2
2015-08-28external/common: Add x86 code reenable building pflashCyril Bur3-0/+57
2015-08-28external/common: Add POWERPC code reenable building pflash for POWERCyril Bur3-0/+233
2015-08-28libflash: Reintroduce typesafety in lowlevel libflash callsCyril Bur3-8/+6
2015-08-28external/common: Create common code for initialising libflash componentsCyril Bur10-319/+440
2015-08-28libflash: Return a pointer to internal structure.Cyril Bur6-7/+12
2015-08-28external/gard: Check the validity of the flashCyril Bur1-5/+55
2015-08-28libflash/blocklevel: Fix blocklevel read ECC failure return codeCyril Bur1-1/+4
2015-08-28Update READMEStewart Smith1-1/+10
2015-08-28hmi: Remove unused variable in opal_handle_hmi()Michael Neuling1-2/+1
2015-08-26Fix spelling mistakesStewart Smith24-34/+34
2015-08-21external/mambo: Update PVR valueSamuel Mendoza-Jonas1-0/+1
2015-08-19in skbioot-5.1.0 commit, accidentally somehow removed two compiler warning fi...Stewart Smith2-2/+8
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