aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-17skiboot 5.4.0-rc1 release notesskiboot-5.4.0-rc1Stewart Smith6-3/+546
2016-10-17initramfs: only delete /chosen/initrd-* nodes if we load initramfsStewart Smith1-3/+3
2016-10-17mambo: Advertise available RADIX page sizesChris Smart1-2/+16
2016-10-17external/pflash: Remove unused filesCyril Bur2-372/+0
2016-10-17external/pflash: Reduce variable scope as indicated by cppcheckCyril Bur1-4/+8
2016-10-17external/pflash: Fix ccpcheck warnings in progress.cCyril Bur1-3/+3
2016-10-17hw/phb3: Override root slot's prepare_link_change() with PHB'sGavin Shan1-0/+8
2016-10-17hw/phb3: Disable surprise link down event on PCI slotsGavin Shan2-17/+64
2016-10-17core/pci: Claim surprise hotplug capabilityGavin Shan4-8/+45
2016-10-17core/pci: Reserve PCI buses for RC's slotGavin Shan1-2/+21
2016-10-17core/pci: Get PCI slot before applying quirkGavin Shan1-12/+10
2016-10-17core/pci: Update PCI topology after power changeGavin Shan1-5/+21
2016-10-17core/pci: Return slot cached power stateGavin Shan1-5/+9
2016-10-17core/pci: Cache power state on slot without power controlGavin Shan1-2/+6
2016-10-17core/pci: Return error on invalid power state transitionGavin Shan1-3/+3
2016-10-17console-log: print full remaining timebase in skiboot logStewart Smith4-10/+10
2016-10-17snprintf: increase testing, %u and 0 paddingStewart Smith1-0/+53
2016-10-17Declare proc_chip_quirks as extern, squash sparse warningStewart Smith1-1/+3
2016-10-17core/init.c: move stb_init to later in the bootClaudio Carvalho1-3/+3
2016-10-17fast-reset: free fdt on fast reset, count fast rebootsStewart Smith2-2/+7
2016-10-17Fast reboot for P8Benjamin Herrenschmidt16-312/+527
2016-10-14device: Add helper to delete a property by name if it existsBenjamin Herrenschmidt2-0/+10
2016-10-14nvram: add nvram_query_eq()Oliver O'Halloran2-0/+12
2016-10-14nvram: force re-verification after writingOliver O'Halloran4-17/+57
2016-10-14doc: mark docs as 5.4.0-rc1-snapshotStewart Smith1-1/+1
2016-10-14doc: Add Secure/Trusted boot docs to indexStewart Smith1-0/+1
2016-10-14skiboot-5.3.7 release notesStewart Smith1-0/+79
2016-10-12pci: Avoid hot resets at boot timeRussell Currey4-53/+10
2016-10-11v2 mambo: Add section for kernel command line boot argsChris Smart1-0/+4
2016-10-11libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha3-4/+4
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde2-9/+33
2016-10-11platforms/astbmc: Support dynamic PCI slotGavin Shan1-6/+46
2016-10-11platforms/astbmc: Introduce slot_init_info() helper functionGavin Shan1-10/+18
2016-10-11hw/phb3: Disable ECRC on Broadcom adapter behind PMC switchGavin Shan1-2/+24
2016-10-11core/pci: Fix initial PCIe slot power stateGavin Shan1-1/+14
2016-10-11core/pci: Print CRS retry timesGavin Shan1-2/+2
2016-10-11platforms/astbmc: ibm, slot-label not depend on ibm, slot-location-codeGavin Shan1-1/+2
2016-10-11platforms/astbmc: Fix coding style in slot_table_get_slot_info()Gavin Shan1-1/+1
2016-10-11flash: Use blocklevel to do ECC readsAlistair Popple1-3/+3
2016-10-11flash: Size NVRAM based on ECC for OpenPOWER platformsCyril Bur1-2/+3
2016-10-11libflash/blocklevel: Allow double ecc protecting a regionCyril Bur3-51/+119
2016-10-11Revert "hw/phb3.c: adjust offset to run CAPP containers"Stewart Smith1-22/+2
2016-10-11Revert "hw/phb3.c: preload the whole CAPP partition"Stewart Smith1-2/+2
2016-10-10stb: always recompute hash of container payload and compareStewart Smith1-5/+20
2016-10-10init: rework tb_measure/verify so can work on preloaded kernelsStewart Smith1-9/+14
2016-10-10core/init: Compute built-in/preloaded BOOTKERNEL size from ELF and do secure/...Stewart Smith1-15/+40
2016-10-10Add software STB "ROM" implementation for MamboStewart Smith7-1/+754
2016-10-10external/boot_tests: remove lid from the BMC after flashingClaudio Carvalho1-2/+10
2016-10-10external/boot_tests: add the nobooting option -NClaudio Carvalho1-10/+21
2016-10-10external/boot_tests: add arbitrary lid option -FClaudio Carvalho2-3/+27