summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-06 17:56:55 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-06 17:56:55 +1100
commit5d47c7abc2503ef000210e022fe869aeb04fe485 (patch)
treed5655f2c6493ac76d629582981e878844f307188
parentcd0db58f1ca9d1cbd5988ed8523d5604cfec74fc (diff)
downloadblackbird-op-build-5d47c7abc2503ef000210e022fe869aeb04fe485.tar.gz
blackbird-op-build-5d47c7abc2503ef000210e022fe869aeb04fe485.zip
skiboot v6.0.18
Alexey Kardashevskiy (1): hw/phb3/naples: Disable D-states Andrew Jeffery (48): libflash/test: Generate header dependencies for tests test-ipmi-hiomap: Add ability to delay some IPMI messages test-ipmi-hiomap: Dump unexpected IPMI messages test-ipmi-hiomap: Ensure the completion code is set test-ipmi-hiomap: Print some information on early libflash/ipmi-hiomap: Fix leak of msg in callback libflash/ipmi-hiomap: Overhaul error handling libflash/ipmi-hiomap: Overhaul event handling libflash/ipmi-hiomap: Remove unused close handling libflash/ipmi-hiomap: Enforce message size for empty response test-ipmi-hiomap: Add protocol-persistent-error test test-ipmi-hiomap: Add read-one-block test test-ipmi-hiomap: Add read-two-blocks test test-ipmi-hiomap: Add event-before-read test-ipmi-hiomap: Add event-during-read test test-ipmi-hiomap: Add write-one-block test test-ipmi-hiomap: Add write-two-blocks test test-ipmi-hiomap: Add event-before-write test test-ipmi-hiomap: Add event-during-write test test-ipmi-hiomap: Add erase-one-block test test-ipmi-hiomap: Add erase-two-blocks test test-ipmi-hiomap: Add event-before-erase test test-ipmi-hiomap: Add event-during-erase test-ipmi-hiomap: Add bad-sequence test test-ipmi-hiomap: Add action-error test test-ipmi-hiomap: Add get-flash-info test test-ipmi-hiomap: Add get-info-error test test-ipmi-hiomap: Add get-flash-info-error test test-ipmi-hiomap: Add create-read-window-error test test-ipmi-hiomap: Add create-write-window-error test test-ipmi-hiomap: Add mark-dirty-error test test-ipmi-hiomap: Add flush-error test test-ipmi-hiomap: Add ack-error test test-ipmi-hiomap: Add erase-error test test-ipmi-hiomap: Add ack-malformed tests test-ipmi-hiomap: Add get-info-malformed tests test-ipmi-hiomap: Add get-flash-info-malformed tests test-ipmi-hiomap: Add create-read-window-malformed tests test-ipmi-hiomap: Add create-write-window-malformed tests test-ipmi-hiomap: Add mark-dirty-malformed tests test-ipmi-hiomap: Add flush-malformed tests test-ipmi-hiomap: Add erase-malformed tests test-ipmi-hiomap: Add protocol-recovery-failure-ack test test-ipmi-hiomap: Add protocol-recovery-failure-get-info test test-ipmi-hiomap: Add protocol-recovery-get-flash-info-failure test test-ipmi-hiomap: Add read-one-block-twice test test-ipmi-hiomap: Add write-one-block-twice test test-ipmi-hiomap: Add erase-one-block-twice test Shilpasri G Bhat (1): powercap: occ: Fix the powercapping range allowed for user Vasant Hegde (7): ipmi/power: Fix system reboot issue hw/bt: Fix message retry handler hw/bt: Add backend interface to disable ipmi message retry option hw/bt: Introduce separate list for synchronous messages core/ipmi: Add ipmi sync messages to top of the list hw/bt: Do not disable ipmi message retry during OPAL boot skiboot v6.0.18 release notes Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-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 cdaf2bc5..5319ab46 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.0.17" if BR2_SKIBOOT_LATEST_VERSION
+ default "v6.0.18" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud