skiboot v6.1-151-g3c54a914e54d
Andrew Jeffery (11):
ipmi: Introduce registration for SEL command handlers
core/lock: Use try_lock_caller() in lock_caller() to capture owner
core/flash: Only lock around flashes update in flash_register()
core/flash: Unlock around blocklevel calls in NVRAM accessors
libflash: Add ipmi-hiomap
astbmc: Prefer ipmi-hiomap for PNOR access
astbmc: Remove coordinated isolation support
lpc: Introduce generic probe capability
astbmc: Use LPC probe calls to determine SIO presence
platform: Restructure bmc_platform type
astbmc: Fail SFC init if SIO is unavailable
Joel Stanley (1):
README: Update Qemu instructions
Nicholas Piggin (2):
core/lock: fix timeout warning causing a deadlock false positive
core/lock: don't set bust_locks on lock error
Oliver O'Halloran (2):
hdata/i2c: Add whitelisting for Host I2C devices
hdata/i2c: Make SPD workaround more workaroundy
Samuel Mendoza-Jonas (1):
core/flash: Ignore prefix when comparing versions.
Stewart Smith (5):
gcov: Fix building with GCC8
core/device: Add test for duplicate nodes with dt_attach_root()
core/device: add test for dt_new() a duplicate node
core/device: increase test coverage for dt_new_addr and dt_new_2addr
core/device: Test dt_new_check()
Vaibhav Jain (4):
phb4/capp: Use link width to allocate STQ engines to CAPP
phb4/capp: Update the expected Eye-catcher for CAPP ucode lid
phb4: Enable PHB MMIO-0/1 Bars only when mmio window exists
opal/hmi: Wakeup the cpu before reading core_fir
Vasant Hegde (1):
hdata/i2c: Skip unknown device type
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index a8040d9..1e06012 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
config BR2_SKIBOOT_VERSION
string
- default "v6.1-124-g7dbf80d1db45" if BR2_SKIBOOT_LATEST_VERSION
+ default "v6.1-151-g3c54a914e54d" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION