summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorhostboot <hostboot@us.ibm.com>2019-03-29 02:28:56 -0500
committerhostboot <hostboot@us.ibm.com>2019-03-29 02:28:56 -0500
commit4984fad8f6e1a5d02c38d45a530630080ae53909 (patch)
treecba08c3ac725a670280085084da9184577df757d /openpower
parent55a90a66039867b332509db4c05b0ab249ecc158 (diff)
downloadblackbird-op-build-4984fad8f6e1a5d02c38d45a530630080ae53909.tar.gz
blackbird-op-build-4984fad8f6e1a5d02c38d45a530630080ae53909.zip
op-build update 3-29-2019
Changes Included for package hostboot, branch master-p8: c2074ad - Carey Zhang - 2019-03-28 - Add imageId for P8 hostboot. Changes Included for package hostboot, branch master: 30a512e - Christian Geddes - 2019-03-28 - Disable OCMB getVPD tests until we get better SPD 610f166 - Dean Sanner - 2019-03-28 - Allow OPAL to run on fused cores 224517a - Ben Gass - 2019-03-28 - Update cmd/rsp endian handling in exp_inband Signed-off-by: hostboot <hostboot@us.ibm.com>
Diffstat (limited to 'openpower')
-rw-r--r--openpower/package/hostboot-p8/hostboot-p8.mk2
-rw-r--r--openpower/package/hostboot/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index c2ad607b..39854191 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 ?= 839de20e2e7df7d7fb13b542f9e7d1ed7c5302df
+HOSTBOOT_P8_VERSION ?= c2074ad87972f2542d8313c4d8dec143bc96ac3d
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 4d989ac5..9f26f48f 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 "1564d45787cec40d0f80e2db04cd20c55ed1a2e9" if BR2_HOSTBOOT_LATEST_VERSION
+ default "30a512e3d84df2ac47c1ad1876e3ff0811a7aa2a" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud