summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhostboot <hostboot@us.ibm.com>2019-04-08 01:42:43 -0500
committerhostboot <hostboot@us.ibm.com>2019-04-08 01:42:43 -0500
commit9d6d999a28557b234dc1a987df72c2a9816b5acd (patch)
tree15d11224c14b5525bdd3058ef48f46cbd426b5cc
parentc441b6d7457668fd01de9a23bd26bd7337db208a (diff)
downloadtalos-op-build-9d6d999a28557b234dc1a987df72c2a9816b5acd.tar.gz
talos-op-build-9d6d999a28557b234dc1a987df72c2a9816b5acd.zip
op-build update 4-8-2019
Changes Included for package hostboot, branch master: cb5872d - Prasad Bg Ranganath - 2019-04-06 - PPB: OPPB pstatemin value endianess fix 616f55b - Christian Geddes - 2019-04-06 - Setup CONFIG_AXONE env variable correctly 54a9c7b - Louis Stermole - 2019-04-05 - Fix duplicate symbol errors from DEFAULT_MC_TYPE acd09d4 - Luis Fernandez - 2019-04-05 - HB Improvements: Compiler Issues with Different Config Files 4995ec0 - Luis Fernandez - 2019-04-05 - HB Improvements: Fix compiler warnings on modern compilers Changes Included for package hcode, branch master: 0068bf4 - hostboot - 2019-04-06 - Release tag information updated for hw040619a.940 Signed-off-by: hostboot <hostboot@us.ibm.com>
-rw-r--r--openpower/package/hcode/Config.in2
-rw-r--r--openpower/package/hostboot/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index bb319602..e02ae0db 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 "hw040519a.940" if BR2_HCODE_LATEST_VERSION
+ default "hw040619a.940" 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 714a27b1..97e09539 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE
config BR2_HOSTBOOT_VERSION
string
- default "c8651104f00db7538147ab4cea9c9a3a8df5e500" if BR2_HOSTBOOT_LATEST_VERSION
+ default "cb5872dbdd7f6b52909930f821ff185f2c2ed6d6" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud