diff options
author | hostboot <hostboot@us.ibm.com> | 2017-10-20 01:11:53 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2017-10-20 01:11:53 -0500 |
commit | c6ac79a14973cef664912f0b4ee04eabf30d7516 (patch) | |
tree | 43a396fec5a0f6dc12da0c135a67db4775962003 /openpower/package/hostboot-binaries/hostboot_binaries.mk | |
parent | fa1985604f2b4eb50a7a257bb82ba833bca8d37a (diff) | |
download | talos-op-build-c6ac79a14973cef664912f0b4ee04eabf30d7516.tar.gz talos-op-build-c6ac79a14973cef664912f0b4ee04eabf30d7516.zip |
op-build update 10-20-2017
Changes Included for package hostboot-binaries, branch master:
25ebcad - William Hoffa - 2017-10-19 - Merge pull request #52 from wghoffa/master
c6ec99b - Bill Hoffa - 2017-10-19 - Update HCODE to hw101617a.910
Changes Included for package hostboot, branch master:
3b73246 - Brian Bakke - 2017-10-19 - Add mutex to protect queue from SMP effects.
b950ea3 - Marty Gloff - 2017-10-19 - Concurrent code update of HBRT - Runtime Interface
01de349 - Christian Geddes - 2017-10-19 - Remove extra make output that was added for debug during develoment
9a5c0aa - Nick Bofferding - 2017-10-19 - Secure Boot: Log SBE FIFO scom blacklist violations
204f665 - Matt Derksen - 2017-10-19 - Add SBE boot side to default console output
ad1909d - Matt Derksen - 2017-10-19 - Log traces to error logs in HBRT
20250c0 - Dan Crowell - 2017-10-19 - Ensure AbaPtr is not used in runtime code
2815033 - Jim Yuan - 2017-10-19 - Fix hdatBmcFamily string is overwritten.
f473840 - Ryan Black - 2017-10-19 - CQ: HW421976
6c15678 - Christian Geddes - 2017-10-19 - Remove unneeded init files
fd4de99 - Caleb Palmer - 2017-10-19 - PRD: Disable restoreDramRepairs for now
c32b7f7 - Caleb Palmer - 2017-10-19 - PRD: Missing errl for IUEs because of port fail
Diffstat (limited to 'openpower/package/hostboot-binaries/hostboot_binaries.mk')
-rw-r--r-- | openpower/package/hostboot-binaries/hostboot_binaries.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk index dee9ed6c..1cc30d1e 100644 --- a/openpower/package/hostboot-binaries/hostboot_binaries.mk +++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk @@ -5,7 +5,7 @@ ################################################################################ -HOSTBOOT_BINARIES_VERSION ?= c3b1e2e5d515a54c745a0a188f286f71540e17a7 +HOSTBOOT_BINARIES_VERSION ?= 25ebcad0c402f3d1e3e2a6d25b5ffe9ed9dfa047 HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION)) HOSTBOOT_BINARIES_LICENSE = Apache-2.0 |