diff options
author | hostboot <hostboot@us.ibm.com> | 2019-02-21 01:28:26 -0600 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2019-02-21 01:28:26 -0600 |
commit | cd4944c9b230c5f17658b89ab210a678aff941a9 (patch) | |
tree | 6148b2629a63076f0ab49c7e61d756a212b447b2 | |
parent | 4f65d12d54a59b7f68477cfc68fc6c9121d7119a (diff) | |
download | blackbird-op-build-cd4944c9b230c5f17658b89ab210a678aff941a9.tar.gz blackbird-op-build-cd4944c9b230c5f17658b89ab210a678aff941a9.zip |
op-build update 2-21-2019
Changes Included for package hostboot, branch master:
2fce6c0 - Christian Geddes - 2019-02-20 - Add omi setup/training calls to istep 12
b4d32e9 - Christian Geddes - 2019-02-20 - Use shell command to look up CEC_TYPE
3a6180b - Ilya Smirnov - 2019-02-20 - Secureboot: Enhanced Multinode Comm: Master Node
7c42c4c - Christian Geddes - 2019-02-20 - Update simics build and pull in Axone binary to pnor generation
Changes Included for package hcode, branch master:
cf135ee - hostboot - 2019-02-20 - Release tag information updated for hw022019a.930
a98ec3b - Joe McGill - 2019-02-20 - Change CME BCE reads to always use VG scope
Signed-off-by: hostboot <hostboot@us.ibm.com>
-rw-r--r-- | openpower/package/hcode/Config.in | 2 | ||||
-rw-r--r-- | openpower/package/hostboot/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in index c7a090f5..f382e746 100644 --- a/openpower/package/hcode/Config.in +++ b/openpower/package/hcode/Config.in @@ -31,7 +31,7 @@ config BR2_HCODE_CUSTOM_VERSION_VALUE config BR2_HCODE_VERSION string - default "hw021919a.930" if BR2_HCODE_LATEST_VERSION + default "hw022019a.930" if BR2_HCODE_LATEST_VERSION default BR2_HCODE_CUSTOM_VERSION_VALUE \ if BR2_HCODE_CUSTOM_VERSION diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in index a9e489c3..1430e2fd 100644 --- a/openpower/package/hostboot/Config.in +++ b/openpower/package/hostboot/Config.in @@ -28,7 +28,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE config BR2_HOSTBOOT_VERSION string - default "00325c6de8baa143c8e06e9324d6ba997465aa1f" if BR2_HOSTBOOT_LATEST_VERSION + default "2fce6c032485af7c4dfc02c1d2a5ec9d0d11758c" if BR2_HOSTBOOT_LATEST_VERSION default "610ca55e285e2f0d7cabed6235deef82ee271627" if BR2_HOSTBOOT_STABLE_VERSION default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \ if BR2_HOSTBOOT_CUSTOM_VERSION |