op-build update 4-10-2018
Changes Included for package witherspoon-xml, branch master:
07a5d2c - Erich Hauptli - 2018-04-09 - Backing out TPM FRU_ID
Changes Included for package hostboot, branch master:
1e784c0 - Matt Derksen - 2018-04-09 - Handle early life PNOR fails in HBRT instead of hanging
7383c3a - Marty Gloff - 2018-04-09 - Get Hostboot Dump after Hostboot Crash
519b09d - Marty Gloff - 2018-04-09 - Support multiple nodes in HBRT - Concurrent Code Update
093052d - Ilya Smirnov - 2018-04-09 - Always Lock Down SBE SEEPROM After SBE Update
da8911c - Ilya Smirnov - 2018-04-09 - Secure Boot: Support Phyp debug flag in HDAT
5192636 - Christian Geddes - 2018-04-09 - Hook up FSP runtime support for sbe_retry_handler (hreset path)
a027c49 - Elizabeth Liner - 2018-04-09 - Temporarily moving attribute to the system target
c5ca811 - Elizabeth Liner - 2018-04-09 - Updating ATTR_PROC_CHIP_MEM_TO_USE to use all bits of group and chip ID
52d1563 - SWATHI M. BHATTIPROLU - 2018-04-09 - Revert "Verify frequency attributes across nodes"
db62cb5 - Chris Cain - 2018-04-06 - HTMGT: memory throttle calculation fixes
8d6e983 - Ilya Smirnov - 2018-04-06 - Reset Security Override Flag During Key Transition
be53610 - Jaymes Wilks - 2018-04-06 - Propagate TPM information into HDAT on non-master nodes
d5ba462 - Christian Geddes - 2018-04-06 - Update hreset HWP to always use scoms during HBRT
ba8c8bf - Christian Geddes - 2018-04-06 - sbe_retry_handler refactor
02f8995 - Christian Geddes - 2018-04-05 - Use SCOM to access Master Processor's SBE MSG register
211b0cb - Srikantha Meesala - 2018-04-05 - Wrong value for MSS_MRW_IDLE_POWER_CONTROL_REQUESTED
571e1d8 - Swathi Madhuri Bhattiprolu - 2018-04-05 - Verify frequency attributes across nodes
ad4459f - Stephen Glancy - 2018-04-05 - Adds blank files for DMI IO
2e3def0 - Rick Ward - 2018-04-05 - zero length dump on single node systems
379efca - Marty Gloff - 2018-04-05 - Support multiple nodes in HBRT - Update Functions
c39a13d - Marty Gloff - 2018-04-05 - Disable Multi-Node Sync System Attributes
84909fd - Claus Michael Olsen - 2018-04-05 - Update to ifCompiler to produce *.bitsModified Care for PLL filter rings
bde38b5 - Soma BhanuTej - 2018-04-05 - Update to fix ekb master
717ac2a - Stephen Glancy - 2018-04-05 - Moves count_dimm to be in the memory generic folder
e286748 - Claus Michael Olsen - 2018-04-05 - Code restruct: ring_apply
3661916 - manichow - 2018-04-05 - Solution for proc_tod_setup during MPIPL.
db9ded1 - Nick Bofferding - 2018-04-05 - Secure Boot: Introduce key transition state node attribute
fef105c - Marty Gloff - 2018-04-04 - Resolve NodeInfo Naming Conflict
e3bff03 - Ilya Smirnov - 2018-04-04 - Pass SBE Security Backdoor Bit to HB Bootloader
ad51763 - Rick Ward - 2018-04-04 - Verify deconfig-by-association assumptions still apply to CDIMM scenario.
3a4e193 - Joe McGill - 2018-04-03 - move xlink psave configuration to SBE
bd31485 - Daniel Howe - 2018-04-03 - Update settings to allow xlink psave
da512ca - Rahul Batra - 2018-04-03 - PGPE: Error Handling Support
8e5461d - Tsung Yeung - 2018-04-03 - Includes NVDIMM in workaround for self-time refresh
b77925c - Rahul Batra - 2018-04-03 - PM: Generated Vratio/Vindex tables
523de82 - Joe McGill - 2018-04-03 - configure Cumulus MC inband logic to pass host/occ bit under BAR
c6150ef - Benjamin Weisenbeck - 2018-04-03 - PRD: ABUS lane fail callout support
dd26705 - Zane Shelley - 2018-04-03 - PRD: updates from OBUS FIR reviews
Changes Included for package pnor, branch master:
864bec4 - William Hoffa - 2018-04-09 - Merge pull request #95 from rjknight/master
c826368 - Richard J. Knight - 2018-04-08 - Increase the HBRT section size
Changes Included for package hostboot-binaries, branch master:
7628674 - hostboot - 2018-04-06 - UPDATE executables for the NVIDIA gpu and/or ring files for hw040618a.920
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 14076e6..ae530ff 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
#
################################################################################
HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= d3025f5d7ddd0723946bb54fcb471d2bf1fd2da4
-HOSTBOOT_VERSION_BRANCH_MASTER ?= b51298075aee402dbcef485088cfa71a6ca61725
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 1e784c03824d66dd76ee5effe16b55782c703599
HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))