diff options
author | hostboot <hostboot@us.ibm.com> | 2017-10-20 22:53:39 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2017-10-20 22:53:39 -0500 |
commit | e335c6489f6b1055c337deb5edc39369fd349fb3 (patch) | |
tree | 0b100a6adccf38bea4d04df843373f7689b7481c /openpower/package/hostboot | |
parent | 8d582e4a9acaa51b303b1e01c6253f953e5f41df (diff) | |
download | talos-op-build-e335c6489f6b1055c337deb5edc39369fd349fb3.tar.gz talos-op-build-e335c6489f6b1055c337deb5edc39369fd349fb3.zip |
op-build update 10-20-2017
Changes Included for package zaius-xml, branch master:
22ce15f - Adrian Barrera - 2017-10-20 - Enable WOF
d56ccc2 - Adrian Barrera - 2017-10-20 - Add missing WOF attributes
de0a50d - Adrian Barrera - 2017-10-20 - Enable resonant clocking
Changes Included for package hostboot, branch master:
7a18fd6 - Dan Crowell - 2017-10-20 - Manually perform multicast scom ops to avoid chip bug
b70fc1a - Jaymes Wilks - 2017-10-20 - Implement Secure unload
3f4963b - Benjamin Weisenbeck - 2017-10-20 - Fix parameter order mismatch for erepairSetFailedLanes
a3be072 - Caleb Palmer - 2017-10-20 - PRD: Fix MemMruMeld parser endianness issue
d42c0d2 - Brian Stegmiller - 2017-10-20 - PRD: Handle Centaur attribute name changes
af59dc7 - Roland Veloz - 2017-10-20 - Added file generic_hbrt_fsp_message.H to file dist.targets.mk
a77b20d - Joe McGill - 2017-10-20 - PLL updates for filter BG, BW including OBUS tank coreqs
691a96a - Dan Crowell - 2017-10-20 - Enable OCC on ZZ with Opal
Diffstat (limited to 'openpower/package/hostboot')
-rw-r--r-- | openpower/package/hostboot/hostboot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk index 11b0d6d6..a8688f39 100644 --- a/openpower/package/hostboot/hostboot.mk +++ b/openpower/package/hostboot/hostboot.mk @@ -4,7 +4,7 @@ # ################################################################################ HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= 695bd891343faf1f0ef85fe53148590e58239efd -HOSTBOOT_VERSION_BRANCH_MASTER ?= 3b73246002f677ac22998c3e19c7435aa613ab6b +HOSTBOOT_VERSION_BRANCH_MASTER ?= 7a18fd613a1f85dd42a215607a2a05e5e5ce8a0e HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8)) HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION)) |