aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Drop support for p5ioc2Daniel Axtens12-2152/+5
2015-11-18Merge branch 'stable'Stewart Smith1-4/+1
2015-11-18fsp/fsp-rtc: Correctly report back errors to hostStewart Smith1-4/+1
2015-11-17hw/bt: Ask the BMC for its BT interface capabilitiesCyril Bur2-3/+84
2015-11-17hw/bt: Clear the fifo when an unknown response is receivedCyril Bur1-1/+23
2015-11-17hw/bt: Remove state machine and use only B2H_ATN and H2B_ATN.Cyril Bur1-21/+7
2015-11-17hw/bt: Convert retry_count to send_countCyril Bur1-6/+8
2015-11-17hw/bt: Improve debug printingCyril Bur1-19/+40
2015-11-17slw: Remove overwrites for EX_PM_CORE_ECO_VRET and EX_PM_CORE_PFET_VRETShreyas B. Prabhu1-17/+0
2015-11-17lpc-rtc: zero out struct tm before readStewart Smith1-0/+2
2015-11-17libfdt: add basic sanity check to fdt_open_intoStewart Smith1-0/+4
2015-11-17PCI: use define for wanting dynamic PHB id for pci_register_phbStewart Smith5-4/+5
2015-11-17slw: don't be tricky with pointer mathStewart Smith1-3/+5
2015-11-17libflash: fix resource leaks on errors in ffs_open_imageStewart Smith1-1/+5
2015-11-17pflash: Fix file descriptor leakStewart Smith1-0/+1
2015-11-17Enable building pflash for coverity (travis)Stewart Smith2-1/+3
2015-11-16Enable -Werror for -WformatStewart Smith6-16/+64
2015-11-16assert cpu < CPUS in core/test/run-trace.cStewart Smith1-2/+7
2015-11-16assert IPMI sensors < max we supportStewart Smith1-1/+4
2015-11-16assert cec_register(hub) hub_id is < MAX_IO_HUBSStewart Smith1-0/+1
2015-11-16Make gard and pflash build arch specific files in pwdStewart Smith3-11/+17
2015-11-16external/gard: Clean after check to avoid leaving bad .o files aroundCyril Bur1-2/+6
2015-11-16external/gard: Add make distCyril Bur2-0/+21
2015-11-16external/gard: Make use of the common/ flash reading codeCyril Bur1-153/+11
2015-11-16external/gard: Add version informationCyril Bur5-6/+37
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