aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-25core/flash-subpartition: compute partition size from subpartition structStewart Smith4-37/+60
2016-10-25core/flash: Move subpartition locating logic out into own file, add testsStewart Smith6-74/+161
2016-10-24pci: Check power state before powering off slotGavin Shan1-1/+17
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan12-63/+38
2016-10-24pci: make PCI slot state as incremental to base numberGavin Shan5-93/+93
2016-10-24Fix typosNageswara R Sastry2-1/+2
2016-10-24fast-reboot: abort fast reboot if CAPP attachedAndrew Donnellan1-0/+13
2016-10-19Revert "flash: Move flash node under ibm,opal/flash/"Stewart Smith1-24/+7
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