[Skiboot] [PATCH 0/5] Fast reset (enabled via NVRAM)
Stewart Smith
stewart at linux.vnet.ibm.com
Fri Oct 14 17:01:28 AEDT 2016
Because the 4-5 seconds petitboot takes to shut down should be a
bottleneck in a reboot race.
Benjamin Herrenschmidt (2):
device: Add helper to delete a property by name if it exists
Fast reboot for P8
Oliver O'Halloran (2):
nvram: force re-verification after writing
nvram: add nvram_query_eq()
Stewart Smith (1):
fast-reset: free fdt on fast reset, count fast reboots
asm/head.S | 122 +++++-----
core/device.c | 8 +
core/fast-reboot.c | 542 +++++++++++++++++++++++++++++--------------
core/init.c | 11 +-
core/lock.c | 3 +
core/nvram-format.c | 34 ++-
core/nvram.c | 45 ++--
core/pci.c | 12 +-
core/platform.c | 9 +-
core/test/run-nvram-format.c | 5 +
hw/fsp/fsp-console.c | 5 +
hw/fsp/fsp-leds.c | 3 +
hw/occ.c | 5 +
hw/psi.c | 103 ++++----
hw/slw.c | 7 +-
include/config.h | 3 -
include/cpu.h | 1 +
include/device.h | 2 +
include/nvram.h | 2 +
include/processor.h | 1 +
include/skiboot.h | 9 +-
platforms/mambo/mambo.c | 10 +
22 files changed, 612 insertions(+), 330 deletions(-)
--
2.1.4
More information about the Skiboot
mailing list