skiboot v5.10-34-g0f3584d84662
.... and we're back to development skiboot. Let the fun continue!
Andrew Donnellan (10):
npu2: Split out common helper functions into separate file
npu2: Rework NPU data structures for OpenCAPI
platform: Add fields for OpenCAPI platform data
npu2-opencapi: Configure NPU for OpenCAPI
npu2-hw-procedures: Add support for OpenCAPI PHY link training
npu2-opencapi: Train OpenCAPI links and setup devices
platforms: Add OpenCAPI platform data and device tree nodes
doc/device-tree: Add PCI bindings stub
doc/device-tree: Add OpenCAPI device tree bindings
gitignore: Add *.a
Cyril Bur (1):
libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()
Frederic Barrat (1):
npu2-opencapi: Add OpenCAPI OPAL API calls
Joel Stanley (1):
README: document output files
Michael Ellerman (1):
mambo: Add fw-feature flags for security related settings
Michael Neuling (4):
core/pci-dt-slot: Fix booting with no slot map
pci: Move code around
pci: Make fast reboot creset PHBs in parallel
core/init: Assert when kernel not found
Murilo Opsfelder Araujo (1):
skiboot.spec: Update to v5.10 release
Nicholas Piggin (3):
direct-controls: mambo fix for multiple chips
build: use thin archives rather than incremental linking
core/hmi: report processor recovery reason from core FIR bits on P9
Philippe Bergheaud (2):
phb4: set PHB CMPM registers for tunneled operations
phb4: set PBCQ Tunnel BAR for tunneled operations
Pridhiviraj Paidipeddi (5):
libstb/secureboot: Fix logging of secure verify messages.
console(lpc/fsp-console): Use only stdout-path property on P9 and above
doc/opal-api: Document using stdout-path property
core/ipmi-opal: Add interrupt-parent property for ipmi node on P9 and above.
doc/opal-api: Document changes of adding interrupt-parent property under /ibm, opal/ipmi node on POWER9 and above.
Shilpasri G Bhat (1):
fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgt
Stewart Smith (2):
NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging
doc: skiboot 5.10.1 release notes
Vaibhav Jain (1):
capp: Disable fast-reboot when capp is enabled
Vasant Hegde (1):
core: Fix 'opal-runtime-size' property
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 724e26c..1ebf0cd 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
config BR2_SKIBOOT_VERSION
string
- default "v5.10" if BR2_SKIBOOT_LATEST_VERSION
+ default "v5.10-34-g0f3584d84662" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION