op-build update 9-4-2018
Changes Included for package hostboot, branch master:
6c30bcf - Benjamin Weisenbeck - 2018-08-31 - PRD: Handle chips with different MF clock sources
501844c - Matt K. Light - 2018-08-31 - fapi2 i2c access headers
48dc95a - Dan Crowell - 2018-08-31 - Enable CUMULUS config to use Zeppelin's SPDX override
ee83b4d - Dan Crowell - 2018-08-31 - Keep original istep error log during reconfig loops
1e8f52d - Dan Crowell - 2018-08-31 - Add ATTR_REL_POS for all units and dimms
1c4ad2c - Dan Crowell - 2018-08-30 - Remove XSCOM and LPC BARs from MRW processing
022bd8f - Corey Swenson - 2018-08-30 - Remove inband scom bit 18 workaround comment
a5e1315 - Dan Crowell - 2018-08-30 - Another fix to symsmode parms for debug mode
c8448c3 - Roland Veloz - 2018-08-30 - Deconfig EC/EX/EQ at runtime
1dd6d76 - Prasad Bg Ranganath - 2018-08-30 - Verify EQ/EX/Core clock/power states
edcc962 - Jennifer A. Stofer - 2018-08-30 - Revert "Verify Clock/power state on non functional EX/Core/quad chiplets"
600ffa1 - Prasad Bg Ranganath - 2018-08-30 - Verify Clock/power state on non functional EX/Core/quad chiplets
1adef8c - Richard J. Knight - 2018-08-30 - Eliminate makefile warnings for duplicate targets
Changes Included for package hostboot-binaries, branch master:
a2ee828 - hostboot - 2018-09-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090318a.930
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index ed584da..cb7430d 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
config BR2_HOSTBOOT_BINARIES_VERSION
string
- default "hw083018a.930" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw090318a.930" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 8c78543..783fe5d 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
config BR2_HOSTBOOT_VERSION
string
- default "76a14949a1eea0daeb4f14749a26cfc38a42ac00" if BR2_HOSTBOOT_LATEST_VERSION
+ default "6c30bcf8975825c394a6eb6f687535a9c52c74e8" if BR2_HOSTBOOT_LATEST_VERSION
default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION