diff options
author | hostboot <hostboot@us.ibm.com> | 2017-08-23 13:33:07 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2017-08-23 13:33:07 -0500 |
commit | 7e3e2d964d4816da20e377b3d7304e12e27b0d6a (patch) | |
tree | 04f017ee179ed5e9a8e61abae040a0c1400a2a45 | |
parent | 284e3c36aa6ff7a40f278842d484ce32466022df (diff) | |
download | talos-op-build-7e3e2d964d4816da20e377b3d7304e12e27b0d6a.tar.gz talos-op-build-7e3e2d964d4816da20e377b3d7304e12e27b0d6a.zip |
op-build update 8-23-2017
Changes Included for hostboot:
e5790ae - Ilya Smirnov - 2017-08-23 - IPL Time Checkstop Analysis Part 2: Start OCC
a8cbc4f - Benjamin Weisenbeck - 2017-08-23 - PRD: Fix lane repair threshold issue
ab2731e - Zane Shelley - 2017-08-23 - PRD: permanently mask NCEs/TCEs after runtime Targeted Diagnostics
ccc7376 - CHRISTINA L. GRAVES - 2017-08-23 - PBA Level 3 code, changed owner to Josh, and added comments
14b316c - CHRISTINA L. GRAVES - 2017-08-23 - p9_pba_coherent_utils -- add PIB abort error handling for Cronus platform
29e84a1 - Richard J. Knight - 2017-08-23 - Add sbeError tag to all SBE related error xml files
e69d62d - Dzuy Nguyen - 2017-08-22 - Check for Minimum Number of Cores (depending on system) during SBE Update
35a9e7c - crgeddes - 2017-08-22 - Fix attr names to be more correct and allow multiple customize tags
-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 ba5c1bc2..ab55c926 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 ?= b377c95837b47d991cab178832a6c9e891e9edd2 +HOSTBOOT_VERSION_BRANCH_MASTER ?= e5790aed63a53234a4ae733b5b351feae9e81670 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8)) HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION)) |