summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhostboot <hostboot@us.ibm.com>2019-04-09 01:12:54 -0500
committerhostboot <hostboot@us.ibm.com>2019-04-09 01:12:54 -0500
commit7b556015e9ea832e4a647385eb8183593308a48f (patch)
tree259c6b63445411042206c8e2b3b1214487b9c6c9
parent49abe4e2e95c7174b5ae094e07a237bf4c13fc9f (diff)
downloadtalos-op-build-7b556015e9ea832e4a647385eb8183593308a48f.tar.gz
talos-op-build-7b556015e9ea832e4a647385eb8183593308a48f.zip
op-build update 4-9-2019
Changes Included for package hostboot, branch master-p8: 1d4ee5b - Maxim Polyakov - 2019-04-08 - devtree: Add ranges to "ibm,hostboot" node Changes Included for package hostboot, branch master: a9aa7be - Nick Bofferding - 2019-04-08 - Fix page coalesce bug in coalescing end of cache memory range ecf2201 - Bill Hoffa - 2019-04-08 - Modify IPMI Timeout Value 1dc4c34 - Mike Baiocchi - 2019-04-08 - Force UCD Updates on each IPL e0fc8dd - Matt Derksen - 2019-04-08 - Add simics exit_cache_contained mode call 96195e4 - Joachim Fenkes - 2019-04-08 - Fix for workaround for HW480181 63a8b58 - Joachim Fenkes - 2019-04-08 - p9_tod_setup: Workaround for HW480181 08d472b - Dan Crowell - 2019-04-08 - Update Explorer FW Command IDs Signed-off-by: hostboot <hostboot@us.ibm.com>
-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 a614166b..bab566b3 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 ?= dc218d94c57b986f5620cc8651f5aae9d08536a6
+HOSTBOOT_P8_VERSION ?= 1d4ee5b3342c9e7aaa6a4b207c782f37c778bf05
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 97e09539..4e9d75fa 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 "cb5872dbdd7f6b52909930f821ff185f2c2ed6d6" if BR2_HOSTBOOT_LATEST_VERSION
+ default "a9aa7be26b1f54c228377ffa99c4afd3947b12dd" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud