summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-02-12 08:38:54 -0600
committerGitHub <noreply@github.com>2019-02-12 08:38:54 -0600
commit051f2c90445bf920014ccf8d10bda5b1da2c33d0 (patch)
tree1defb11c1bc9e2d7aa101714c5d451da9721539d
parent52cfa66ed9d8935009a128fac8134d2558c15f40 (diff)
parent06a2f02567762bdb89cfbb9eba06217ea5711492 (diff)
downloadblackbird-op-build-051f2c90445bf920014ccf8d10bda5b1da2c33d0.tar.gz
blackbird-op-build-051f2c90445bf920014ccf8d10bda5b1da2c33d0.zip
Merge pull request #2623 from op-jenkins/op-build-update_043_2-12-2019
op-build update 2-12-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 30d54756..0e3b9353 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 "hw020619a.930" if BR2_HCODE_LATEST_VERSION
+ default "hw020919a.930" 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 dfe28e84..58be71bd 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 ?= e743c92914db3bb33add6132dccf07a1666b6a85
+HOSTBOOT_P8_VERSION ?= a3b0cb929cbf28bc82e54ef8787d36fd5eac4b0a
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 161b02a5..c47067ac 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 "610ca55e285e2f0d7cabed6235deef82ee271627" if BR2_HOSTBOOT_LATEST_VERSION
+ default "cccf89e092dd50e3fe10b70701c9ddfaa84498cb" if BR2_HOSTBOOT_LATEST_VERSION
default "610ca55e285e2f0d7cabed6235deef82ee271627" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud