diff options
author | hostboot <hostboot@us.ibm.com> | 2018-03-23 02:01:44 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2018-03-23 02:01:44 -0500 |
commit | e475aada1e107d481d2cdd1418605173135a4ca8 (patch) | |
tree | 647816e4c6b892348e1b9e4f88160da680b4d004 /openpower/package/hostboot-binaries/hostboot_binaries.mk | |
parent | 5301d4d9ea7ed5ac50572aa06eed20ed40a03c71 (diff) | |
download | talos-op-build-e475aada1e107d481d2cdd1418605173135a4ca8.tar.gz talos-op-build-e475aada1e107d481d2cdd1418605173135a4ca8.zip |
op-build update 3-23-2018
Changes Included for package hostboot, branch master:
6eaa457 - Matt Derksen - 2018-03-22 - Handle new version of WOF tables that includes power mode
425eb89 - Bill Hoffa - 2018-03-22 - Add ATTR_ prefix to attributes missing it in hb_customized_attrs.xml
4d75532 - Dan Crowell - 2018-03-22 - Completely hide attributes that have no value
a48f950 - Rick Ward - 2018-03-22 - Dump collection should only be run on the master node and skipped on slaves.
bbe9dd4 - Dan Crowell - 2018-03-22 - Fix FFDC for FW Request Errors
9de67e5 - Bill Hoffa - 2018-03-22 - Update Bbuild to b0316a_1813.920
3d7aee8 - Roland Veloz - 2018-03-22 - Inform OPAL of the state of the SBE after an attempt to restart
3f63946 - Prachi Gupta - 2018-03-21 - ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: add function backed to this attribute
7ce9312 - Prachi Gupta - 2018-03-21 - ATTR_CEN_VPD_DRAM_ADDRESS_MIRRORING: Remove writable tag
218a486 - Stephen Glancy - 2018-03-21 - Adds secure mode boot for memory buffer chips
b4699ae - Corey Swenson - 2018-03-21 - Add inband bar address to simics xml
87e4548 - Zane Shelley - 2018-03-21 - PRD: add c_err_rpt registers for INTCQFIR
ed84b08 - Corey Swenson - 2018-03-20 - Inband SCOM clean up
Changes Included for package hostboot-binaries, branch master:
2657e58 - hostboot - 2018-03-22 - Release information updated for hw032218a.920
33dd50c - hostboot - 2018-03-22 - UPDATE ring files for hw032218a.920
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 9d157dae..e1b86007 100644 --- a/openpower/package/hostboot-binaries/hostboot_binaries.mk +++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk @@ -5,7 +5,7 @@ ################################################################################ -HOSTBOOT_BINARIES_VERSION ?= 55e68fa72b283c5b2072086992d683038dc363e0 +HOSTBOOT_BINARIES_VERSION ?= 2657e58ac28a32c73a3002c715b6ea9d8880f112 HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION)) HOSTBOOT_BINARIES_LICENSE = Apache-2.0 |