diff options
author | hostboot <hostboot@us.ibm.com> | 2018-01-12 12:22:13 -0600 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2018-01-12 12:22:13 -0600 |
commit | 478b73fcd88376c5ebd62065f21663c4f1440ec5 (patch) | |
tree | 1980de58a20ad18693f4767dae6b0b93762ddbfa /openpower/package/sbe | |
parent | 3da724da6915ad7e9a4c43f4d93fa195f6093ece (diff) | |
download | talos-op-build-478b73fcd88376c5ebd62065f21663c4f1440ec5.tar.gz talos-op-build-478b73fcd88376c5ebd62065f21663c4f1440ec5.zip |
op-build update 1-12-2018
Changes Included for package sbe, branch master:
86ae83c - Joe McGill - 2018-01-12 - MCD disable workaround for HW423589 (option1)
584ee23 - Sunil Kumar - 2018-01-12 - SW410723 chiplet ID range for address 107D0 is increased to 0x37.
7843b72 - spashabk-in - 2018-01-12 - Disable generic and isntruction control on DD1
633cc43 - Sachin Gupta - 2018-01-11 - Update backing build
057add7 - Sachin Gupta - 2018-01-10 - Solve compilation issue for type casting
25bfaab - spashabk-in - 2018-01-10 - [SBE-code-re-org][5] IPL table re org
b47bb02 - Martin Peschke - 2018-01-08 - p9_dd_container: simple generic standalone DD level container
71ffbf4 - spashabk-in - 2018-01-04 - [SBE-code-re-org][4] Adding app common makefiles
1c7f2eb - spashabk-in - 2018-01-04 - [SBE-code-re-org][3] Merge core folder makefiles
efddbee - Claus Michael Olsen - 2018-01-03 - Adding CT_P9A to the enum list of chip types.
5601065 - spashabk-in - 2018-01-03 - [SBE-code-re-org][2] Chip-op handler code
819a606 - spashabk-in - 2018-01-03 - [SBE-code-re-org][1] sbefw - core and app folders
Changes Included for package hostboot, branch master:
52ca812 - Corey Swenson - 2018-01-12 - Leave MCS acker open until Istep14
aa5e361 - Caleb Palmer - 2018-01-11 - MDIA: Fix overwriting rc from restoreDramRepairs
2a032fa - Jaymes Wilks - 2018-01-11 - Continue to run simics on lack of write access for trace files
443f2c7 - Rahul Batra - 2018-01-11 - PGPE: Fix FIT and actuation step conflict
21c7d72 - Claus Michael Olsen - 2018-01-11 - p9_dd_container: Introducing DD container API lib to PPE repo
1233c10 - Dean Sanner - 2018-01-10 - Various targeting fixes for Fleetwood system
1e15041 - Christian Geddes - 2018-01-10 - Remove obus workaround from call_proc_chiplet_fabric_scominit
6407898 - Dean Sanner - 2018-01-10 - Connect CDIMM power/slope ATTR with VPD accessor function
4592e5a - Christian Geddes - 2018-01-10 - Add FABRIC_PRESENT_GROUPS system attribute
13863b5 - Bill Hoffa - 2018-01-09 - Add call_host_set_voltages to istep 08.12
e5cb788 - Christian Geddes - 2018-01-09 - Remove writable property from ATTR_LINK_TRAIN
3dca5a8 - Santosh Puranik - 2018-01-09 - Remove writeable tag from ATTR_PROC_FABRIC_GROUP_ID
610996c - Sachin Gupta - 2018-01-09 - Change type for number of pages.
7f8aa4b - Dan Crowell - 2018-01-09 - Tweaks to multicast scom workaround
9ea9546 - Prachi Gupta - 2018-01-09 - ZEP_BUP: remove no_export and default value from DMI_REFCLOCK_SWIZZLE
fc6895b - Christian Geddes - 2018-01-08 - Remove writable from Power Slope Centaur Attributes
245f722 - Thi Tran - 2018-01-08 - Mirror (new) p9_putmemproc HWP files
03e13de - Ilya Smirnov - 2018-01-08 - Populate hb Runtime Data after OCC Starts
0a1b60c - Marty Gloff - 2018-01-08 - Concurrent code update of HBRT - Update Structure
Diffstat (limited to 'openpower/package/sbe')
-rw-r--r-- | openpower/package/sbe/sbe.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/sbe/sbe.mk b/openpower/package/sbe/sbe.mk index 1c3fa204..ae95e6f7 100644 --- a/openpower/package/sbe/sbe.mk +++ b/openpower/package/sbe/sbe.mk @@ -4,7 +4,7 @@ # ################################################################################ -SBE_VERSION ?= b99e4a419eecff1dbc488324e11aa0a3e31aa368 +SBE_VERSION ?= 86ae83c5d6a45b3eb616af87adf081f0216fae08 SBE_SITE ?= $(call github,open-power,sbe,$(SBE_VERSION)) SBE_LICENSE = Apache-2.0 |