aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-09FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith2-6/+19
2017-02-22core/pci: Fix PCIe slot's presenceGavin Shan1-1/+3
2017-02-22core/pci: More reliable way to update PCI slot power stateGavin Shan1-1/+1
2017-02-16core/pci: Avoid hreset after fresetGavin Shan1-1/+2
2016-12-22stack: Don't recurse into __stack_chk_failBenjamin Herrenschmidt1-2/+7
2016-12-02i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith1-0/+5
2016-11-24Limit number of "Poller recursion detected" errors to displayStewart Smith1-1/+5
2016-11-11Revert "core/ipmi: Set interrupt-parent property"Stewart Smith1-5/+1
2016-11-08Add BMC platform to enable correct OEM IPMI commandsStewart Smith1-1/+17
2016-11-07core/pci: Fix criteria in pci_cfg_reg_filter()Gavin Shan1-2/+7
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling1-3/+3
2016-11-02core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur1-6/+9
2016-11-02opal/fast-reboot: Send special reset sequence to operational CPUs only.Mahesh Salgaonkar1-1/+29
2016-11-02core/flash: Use blocklevel accessors to load resourcesCyril Bur1-8/+8
2016-11-02libstb: remove subid argument from sb_verify and tb_measureClaudio Carvalho2-6/+6
2016-11-02core/flash.c: Fix lines > 80 colsClaudio Carvalho1-3/+7
2016-11-02core/flash-subpartition.c: remove toc var to clean-upClaudio Carvalho1-3/+1
2016-10-28add BUILD_ASSERT that reset_patch fits in area savedStewart Smith1-0/+1
2016-10-28flash-subpartition: fix spurious non-NULL check of non-NULL variableStewart Smith1-2/+0
2016-10-26libstb/stb.c: ignore the secure mode flag unless forced in NVRAMClaudio Carvalho1-3/+3
2016-10-25errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha1-10/+12
2016-10-25core/init.c: Fix bootargs parsingChris Smart1-8/+4
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 Smith2-0/+21
2016-10-25flash: rework flash_load_resource to correctly read FFS/STBStewart Smith1-89/+152
2016-10-25core/flash-subpartition: compute partition size from subpartition structStewart Smith3-36/+58
2016-10-25core/flash: Move subpartition locating logic out into own file, add testsStewart Smith5-73/+159
2016-10-24pci: Check power state before powering off slotGavin Shan1-1/+17
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan2-4/+0
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-17initramfs: only delete /chosen/initrd-* nodes if we load initramfsStewart Smith1-3/+3
2016-10-17hw/phb3: Disable surprise link down event on PCI slotsGavin Shan1-9/+15
2016-10-17core/pci: Claim surprise hotplug capabilityGavin Shan2-8/+34
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-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 Herrenschmidt5-185/+385
2016-10-14device: Add helper to delete a property by name if it existsBenjamin Herrenschmidt1-0/+8
2016-10-14nvram: add nvram_query_eq()Oliver O'Halloran1-0/+11
2016-10-14nvram: force re-verification after writingOliver O'Halloran3-17/+56
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde2-9/+33
2016-10-11core/pci: Fix initial PCIe slot power stateGavin Shan1-1/+14
2016-10-11core/pci: Print CRS retry timesGavin Shan1-2/+2