summaryrefslogtreecommitdiffstats
path: root/openpower/package
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-29 15:20:49 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-29 15:20:49 +1100
commit12d587e9117ee0f07edad068cf91820903bdd535 (patch)
treea692680d81ea016580beb8ae531a88da9db1e456 /openpower/package
parentb52cd75cebcff0b60a957adc7831fdf5604e2a6f (diff)
downloadblackbird-op-build-12d587e9117ee0f07edad068cf91820903bdd535.tar.gz
blackbird-op-build-12d587e9117ee0f07edad068cf91820903bdd535.zip
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>
Diffstat (limited to 'openpower/package')
-rw-r--r--openpower/package/skiboot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index b2d0a092..d6c879df 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@ config BR2_SKIBOOT_CUSTOM_VERSION_VALUE
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
OpenPOWER on IntegriCloud