diff options
author | hostboot <hostboot@us.ibm.com> | 2017-08-24 00:44:58 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2017-08-24 00:44:58 -0500 |
commit | a8e30957e300cb3f23bf527abf6c8aa13a425633 (patch) | |
tree | 8935c8e50043222a6c4953520515be0e2a8a1aa7 /openpower/package/hostboot/hostboot.mk | |
parent | dd039c04fab2c30142d7e580c34f0561c9042d7c (diff) | |
download | talos-op-build-a8e30957e300cb3f23bf527abf6c8aa13a425633.tar.gz talos-op-build-a8e30957e300cb3f23bf527abf6c8aa13a425633.zip |
op-build update 8-24-2017
Changes Included for witherspoon-xml:
c1e49a6 - Erich Hauptli - 2017-08-23 - Adding Misc System Power
a6c78b9 - Erich Hauptli - 2017-08-23 - Updating System Power Caps
Changes Included for witherspoon-xml:
c1e49a6 - Erich Hauptli - 2017-08-23 - Adding Misc System Power
a6c78b9 - Erich Hauptli - 2017-08-23 - Updating System Power Caps
Changes Included for hostboot:
90c6e1f - Anusha Reddy Rangareddygari - 2017-08-23 - Removing checkstop checks
f175054 - Richard J. Knight - 2017-08-23 - Add sbeError tag to all SBE related error xml files
b0da531 - crgeddes - 2017-08-23 - Use keyAddr stash chipop to pass rsv mem addr through SBE for MPIPL
a44497d - Caleb Palmer - 2017-08-23 - PRD: Set DRAM Repairs VPD when chip mark verified
b29c5a0 - Zane Shelley - 2017-08-23 - PRD: disable thresholding for RCD reconfigs on FSP based machines
6ab7b4d - Zane Shelley - 2017-08-23 - PRD: don't query per-symbol counters in broadcast mode
24221c6 - Prachi Gupta - 2017-08-23 - platform implementation of mbvpd/cvpd accesses
Diffstat (limited to 'openpower/package/hostboot/hostboot.mk')
-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 ab55c926..ce0a3d7a 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 ?= e5790aed63a53234a4ae733b5b351feae9e81670 +HOSTBOOT_VERSION_BRANCH_MASTER ?= 90c6e1f5768f7f18950fbb87a4617a22536629c2 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8)) HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION)) |