skiboot v6.3-rc1
Andrew Donnellan (6):
core/stack: Remove r1 argument from ___backtrace()
core/stack: Define a backtrace metadata struct
core/stack: Store PIR in ___backtrace()
hw/fsp, hw/ipmi: Convert attn code to not use backtrace wrappers
core/stack: Convert stack check code to not use backtrace wrapper
core/stack: Rename backtrace functions, get rid of wrappers
Andrew Jeffery (2):
core/flash: Retry requests as necessary in flash_load_resource()
astbmc: Handle failure to initialise raw flash
Anju T Sudhakar (7):
doc/imc: Edit imc.rst documentation to include
doc/device-tree: Edit device tree documentation for imc to include trace-node information.
doc/opal-api: Edit documentation for IMC opal call to include trace-imc
include/imc: Trace IMC Macro definitions
hw/imc: Refactor opal init call for core-imc
hw/imc: Enable opal calls to init/start/stop IMC Trace mode
external/mambo: Mambo hack to add trace-imc nodes in the device-tree
Artem Senichev (1):
platforms/vesnin: Disable PCIe port bifurcation
Cédric Le Goater (1):
xive: Add calls to save/restore the queues and VPs HW state
Mahesh Salgaonkar (1):
Fix hang in pnv_platform_error_reboot path due to TOD failure.
Oliver O'Halloran (16):
hdata/iohub: Look for IOVPD on P9
hw/phb4: Look for the hub-id from in the PBCQ node
core/pci: Increase the max slot string size
core/pcie-slot: Set power state from the PWRCTL flag
fsp/lxvpd: Print more LXVPD slot information
firenze-pci: Always init slot info from LXVPD
core/pcie-slot: Better explain suprise_check
core/pcie-slot: Don't bail early in the power on case
hw/phb4: Skip FRESET PERST when coming from CRESET
hw/phb4: Remove FRESET presence check
hw/phb4: Factor out PERST control
hw/phb4: Drop FRESET_DEASSERT_DELAY state
core/i2c: Add request state tracking
core/i2c: Poll on request state in i2c_request_send()
core/i2c: split i2c_request_send()
platforms/firenze: Rework I2C controller fixups
Russell Currey (2):
external/mambo: Populate kernel-base-address in the DT
external/mambo: Error out if kernel is too large
Stewart Smith (6):
ci: Remove debian-jessie boot test.
ci: qemu boot tests should use built skiboot
ci/fedora29: --allowerasing to work around conflicting packages
Bump allowed stack frame size for unit tests/host programs
Force noinline for pci_add_(one_)device_node(s)()
skiboot v6.3-rc1 release notes
Vasant Hegde (1):
core/ipmi: Print correct netfn value
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index b2d0a09..d6c879d 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
config BR2_SKIBOOT_VERSION
string
- default "v6.2-204-gb392d785eb49" if BR2_SKIBOOT_LATEST_VERSION
+ default "v6.3-rc1" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION