aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-16external/tests: Add ability to strip version string from resultCyril Bur1-0/+6
2015-11-16external/gard: Update gard building to use external/common filesCyril Bur2-26/+44
2015-11-16external/pflash: Fixup LDFLAGSCyril Bur2-4/+3
2015-11-16external/common: Don't just expect `sh` to be in $PATHCyril Bur1-1/+1
2015-11-16external/gard: Fix memory leakCyril Bur1-6/+13
2015-11-16external/common: Don't leak temporary filenameCyril Bur1-1/+2
2015-11-16Fix null checks in find_master_and_slave_occStewart Smith1-2/+2
2015-11-13occ: hbrt: Change the OCC reset orderShilpasri G Bhat3-12/+75
2015-11-13Merge branch 'stable'Stewart Smith2-1/+17
2015-11-13Add skiboot-5.1.11 release notesskiboot-5.1.11Stewart Smith1-0/+16
2015-11-13core: Check con_driver is not NULLSamuel Mendoza-Jonas1-1/+1
2015-11-13libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr2-4/+19
2015-11-13Enable -fstack-protector-strong if supported by compilerStewart Smith1-1/+1
2015-11-13Remove unused scanf and variantsStewart Smith5-455/+3
2015-11-13Merge branch 'stable'Stewart Smith1-0/+34
2015-11-13Add skiboot-5.1.10 release notesskiboot-5.1.10Stewart Smith1-0/+34
2015-11-12Add Nvlink documentation including device tree bindingsAlistair Popple2-0/+283
2015-11-12core/pci.c: Move device node fixups to happen after all devices are added to ...Alistair Popple1-4/+19
2015-11-12Merge branch 'stable'Stewart Smith3-4/+19
2015-11-12FSP: Handle DPO initiated CEC shutdown with FSP in RRAnanth N Mavinakayanahalli3-4/+19
2015-11-12Merge branch 'stable'Stewart Smith1-0/+1
2015-11-12sensor: add a compatible propertyCédric Le Goater1-0/+1
2015-11-12Fix resource leak on crash (similar to 125f95e)Stewart Smith1-1/+3
2015-11-11Fix endian flip in printf for FSP in hdata/fsp.cStewart Smith2-3/+4
2015-11-11Add hdata_to_dt testStewart Smith7-11/+8767
2015-11-11Revive hdata_to_dt and make it work againStewart Smith2-18/+3
2015-11-11Use VALGRIND callout rather than tricky malloc/memcpyStewart Smith1-3/+3
2015-11-11Check return result of sbe_xip_get_section in sbe_xip_image.cStewart Smith1-2/+5
2015-11-11Fix resource leak on crashStewart Smith1-1/+5
2015-11-11llvm-scan-build: fix dead assignment in hw/lpc.cStewart Smith1-2/+9
2015-11-10llvm-scan-build: fix value stored to rc never read in hw/occ.cStewart Smith1-0/+11
2015-11-10llvm-scan-build: fix value stored to end during init never read in phb3.cStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix value stored to tfmr during init is never readStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix value stored during init is never read in npu.cStewart Smith1-1/+1
2015-11-10llvm-scan-build: fix dead assignment in fsp-leds.cStewart Smith1-2/+0
2015-11-10llvm-scan-build: fix value is never read warningStewart Smith1-6/+2
2015-11-10llvm-scan-build: fix dead assignment warningStewart Smith1-6/+2
2015-11-10llvm-scan-build: fix potential division by zeroStewart Smith1-0/+3
2015-11-10sparse: fix incorrect type in assignment in fsp-mem-err.cStewart Smith1-7/+7
2015-11-10sparse: fix be64 degrades to integer warnings in fsp-mem-err.cStewart Smith1-6/+6
2015-11-10sparse: correct endian conversion of sglistStewart Smith1-1/+1
2015-11-10sparse: add missing endian conversion in fsp-attn.cStewart Smith1-1/+1
2015-11-10sparse: fix incorrect type in assignment warning in hw/lpc-uart.cStewart Smith1-1/+1
2015-11-10sparse: fix endian conversions in hw/occ.cStewart Smith1-5/+5
2015-11-10sparse: fix beint32_t degrades to int wantings in hdata/spira.cStewart Smith1-2/+2
2015-11-10sparse: fix endian conversion for MDST tableStewart Smith2-14/+15
2015-11-10sparse: fix missing endian conversion in hdif pointerStewart Smith1-1/+1
2015-11-10sparse: fix cast that discarded endian annotation in hdata/paca.cStewart Smith1-1/+1
2015-11-10sparse: fix beint32_t degrades to int in hdata/pcia.cStewart Smith1-1/+1
2015-11-10sparse: fix beint16_t degrades to int in hdata/hdif.cStewart Smith1-1/+1