aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Remove unused struct tm elementsStewart Smith1-5/+0
2015-06-12Fix incorrect size argument resulting from incorrect fix of unbounded stack u...Stewart Smith1-1/+1
2015-06-11Remove unused p5ioc2_set_sm_timeout from p5ioc2-phb.cStewart Smith1-13/+0
2015-06-11Move boot_tracebuf to BSSStewart Smith1-10/+5
2015-06-11Fix branch on uninitialized value in rhesus platform codeStewart Smith1-1/+1
2015-06-11Fix possible return garbage from xscom_read_cfam_chipid()Stewart Smith1-1/+2
2015-06-11Add the final bits of old docs OPAL calls related to PCIStewart Smith4-0/+241
2015-06-11prd: Enable prd_init() for firestone platformVaidyanathan Srinivasan1-0/+1
2015-06-11Add more OPAL documentation: MSI, XIVE, PHB MMIOStewart Smith4-0/+139
2015-06-11Add some OPAL API docs for PCI_XIVE callsStewart Smith2-0/+47
2015-06-11Add basic OPAL_CEC_POWER_DOWN documentationStewart Smith1-0/+25
2015-06-11Update OPAL_RTC_READ and OPAL_RTC_WRITE documentation to include BCD formatStewart Smith2-2/+13
2015-06-11Add more documentationStewart Smith5-0/+204
2015-06-09external/gard: add Makefile targets to make debian packagesCyril Bur1-0/+8
2015-06-09libflash: Blocklevel sanity checking of erase block sizesCyril Bur1-1/+10
2015-06-09libflash: Add checking at blocklevel for erase block aligned erase lengthsCyril Bur3-0/+16
2015-06-09libflash: start using the blocklevel interface.Cyril Bur11-128/+153
2015-06-09libflash: introduce blocklevel interfaceCyril Bur3-1/+92
2015-06-09hdata/memory: Add dimm frequency informationNeelesh Gupta2-2/+53
2015-06-09doc/vpd: Improve documentationNeelesh Gupta1-1/+4
2015-06-05force elf64-powerpc output format and big endian for linkerStewart Smith1-0/+3
2015-06-05Merge branch 'stable'Stewart Smith4-7/+8
2015-06-05core/mem_region: Create reservations of type REGION_HW_RESERVEDskiboot-5.0.3Jeremy Kerr4-7/+8
2015-06-02update .travis.yml to also do a gcov buildStewart Smith1-0/+1
2015-06-01FSP/EPOW: OPAL EPOW driver cleanupVipin K Parashar2-160/+45
2015-06-01external/pflash: Allow the libffs TOC to operate on to be specifiedCyril Bur1-5/+25
2015-06-01external/pflash: Perform flashing on flash sides other than side 0Cyril Bur1-6/+55
2015-06-01external/pflash: Show the partitions on the second side flashCyril Bur1-20/+32
2015-06-01external/pflash: Report if a flash partition is ECC protectedCyril Bur1-3/+5
2015-06-01libffs: Add the offset of the TOC to partition entry addressesCyril Bur1-1/+1
2015-06-01libffs: Rename various offset variables to toc_offsetCyril Bur2-15/+15
2015-06-01pflash: Create make dist target for pflash release tarballspflash-0.8.7Cyril Bur3-35/+57
2015-06-01pflash: Use git tag versioning from make_version.shCyril Bur2-4/+21
2015-06-01pflash: Improve ARCH detectionCyril Bur1-4/+3
2015-06-01Have make_version be able to generate versions for toolsCyril Bur2-4/+30
2015-06-01test/hello_world: Remove include fileMichael Neuling2-24/+1
2015-06-01test/hello_world: Cleanup codeMichael Neuling1-17/+15
2015-06-01test/hello_world: Add linker script to dependenciesMichael Neuling1-1/+1
2015-06-01test/hello_world: Add dump to gitignoreMichael Neuling1-0/+1
2015-06-01test/hello_world: Fix cleaning dependencies fileMichael Neuling1-1/+1
2015-06-01Optimized memset() implementation for POWERStewart Smith3-0/+55
2015-05-29Move the relax loop in secondary_cpu_entry to pure inline asmStewart Smith1-2/+9
2015-05-29Make cpu_relax() inlineStewart Smith2-13/+11
2015-05-28Make cpu_relax() nop instructions in one asm blockStewart Smith1-4/+4
2015-05-28Make boot_test.sh always prefix output with target nameStewart Smith2-16/+16
2015-05-28Ensure skiboot is built before running boot testsStewart Smith1-2/+2
2015-05-28Simplify boot-tests makefileStewart Smith1-12/+5
2015-05-27Support doing physical machine boot tests with gcovStewart Smith3-4/+39
2015-05-27Add fake nvram for Mambo platformStewart Smith1-0/+17
2015-05-27Add Mambo platformStewart Smith4-1/+97