aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-28doc: bump docs version to 5.4.0-rc2, fix oneline descriptionStewart Smith1-2/+2
2016-10-28doc: ref for skiboot-5.4.0-rc1 release notesStewart Smith1-0/+2
2016-10-28print-stb-container: close(fd) to clean up neatlyStewart Smith1-0/+1
2016-10-28flash-subpartition: fix spurious non-NULL check of non-NULL variableStewart Smith1-2/+0
2016-10-28Change .txt to .rst for correctnessNageswara R Sastry16-16/+16
2016-10-26skiboot 5.4.0-rc2 release notesskiboot-5.4.0-rc2Stewart Smith1-0/+270
2016-10-26libstb/stb.c: ignore the secure mode flag unless forced in NVRAMClaudio Carvalho2-6/+24
2016-10-25errorlog: Removal of elog_reject_head() from 'opal_kexec_elog_notify' routineMukesh Ojha1-1/+0
2016-10-25errorlog: Remove the elog enable check from 'fsp_elog_check_and_fetch_head'Mukesh Ojha1-3/+0
2016-10-25errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha4-183/+200
2016-10-25core/init.c: Fix bootargs parsingChris Smart1-8/+4
2016-10-25external/pflash: Make MTD accesses the defaultCyril Bur1-24/+22
2016-10-25external/pflash: Catch incompatible combination of flagsCyril Bur1-0/+10
2016-10-25external/common: Rename arch_flash_bmc() to arch_flash_access()Cyril Bur5-13/+31
2016-10-25external/common: arm: Don't error trying to wrprotect with MTD accessCyril Bur1-0/+3
2016-10-25libflash/libffs: Use blocklevel_smart_write() when updating partitionsCyril Bur1-1/+1
2016-10-25extract-gcov: build with -m64 if compiler supports itStewart Smith1-0/+1
2016-10-25fast-reset: disable fast reboot in event of platform errorStewart Smith1-0/+1
2016-10-25fast-reboot: disable on FSP code update or unrecoverable HMIStewart Smith4-0/+25
2016-10-25flash: rework flash_load_resource to correctly read FFS/STBStewart Smith1-89/+152
2016-10-25libstb/container: add function for getting sw payload sizeClaudio Carvalho2-0/+11
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