summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-04-04 13:47:06 -0500
committerGitHub <noreply@github.com>2019-04-04 13:47:06 -0500
commitb605bf2509aec4021c51658ead85d3c0d26ca8fd (patch)
tree6b6639a63754f61d9aaa2b87ee10e37ef3b1f9ac
parentded897555d75ba6f51669ba5e6178d01ea6d7806 (diff)
parent4c79018b3edc9466d9c6f770898845e7847c8de5 (diff)
downloadtalos-op-build-b605bf2509aec4021c51658ead85d3c0d26ca8fd.tar.gz
talos-op-build-b605bf2509aec4021c51658ead85d3c0d26ca8fd.zip
Merge pull request #2758 from op-jenkins/op-build-update_36_4-4-2019
op-build update 4-4-2019
-rw-r--r--openpower/package/hcode/Config.in2
-rw-r--r--openpower/package/hostboot-p8/hostboot-p8.mk2
-rw-r--r--openpower/package/hostboot/Config.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index dd46ad74..dc37c137 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 "hw040219a.940" if BR2_HCODE_LATEST_VERSION
+ default "hw040319a.940" if BR2_HCODE_LATEST_VERSION
default BR2_HCODE_CUSTOM_VERSION_VALUE \
if BR2_HCODE_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index 39854191..a614166b 100644
--- a/openpower/package/hostboot-p8/hostboot-p8.mk
+++ b/openpower/package/hostboot-p8/hostboot-p8.mk
@@ -3,7 +3,7 @@
# hostboot for POWER8
#
################################################################################
-HOSTBOOT_P8_VERSION ?= c2074ad87972f2542d8313c4d8dec143bc96ac3d
+HOSTBOOT_P8_VERSION ?= dc218d94c57b986f5620cc8651f5aae9d08536a6
HOSTBOOT_P8_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_P8_VERSION))
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 1f2671e8..27383926 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 "54178321414bc23e827940c120e6759265d33385" if BR2_HOSTBOOT_LATEST_VERSION
+ default "e5622fb032dc8b23627d8ca06d82a10b612d5435" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud