op-build update 8-2-2019
Changes Included for package hostboot, branch master:
15b0afe - Stephen Glancy - 2019-08-01 - Moves ecc::trap_address and fwms::address to new files
5e8d01a - Stephen Glancy - 2019-08-01 - Adds blank files for ecc traps and fwms addresses
06ed740 - Andre Marin - 2019-08-01 - Move find_magic from generic to Nimbus subdir path
ed0430e - Christian Geddes - 2019-08-01 - OR mux select with the "enable" bit 0b1000 when making selection
7e05c2e - Christian Geddes - 2019-08-01 - Always update EECACHE header when we find a new eeprom entry
b3043ae - Matt Derksen - 2019-08-01 - Enable testpreverifiedlidmgr for Axone
eafe3e3 - Roland Veloz - 2019-07-31 - Added support for checking on the health status of an NVDIMM
f088a0d - Corey Swenson - 2019-07-31 - Miscellaneous NVDIMM cleanup
44c6d59 - Roland Veloz - 2019-07-31 - Replaced invalid trace buffer with a valid one
f9d0c39 - Christian Geddes - 2019-07-30 - Skip phase 2 of IDEC check for ocmb targets for gemini
b3c0acc - Christian Geddes - 2019-07-30 - Remove MVPD,MEMD and CENHWIMG section from Axone pnor layout
be772a1 - Christian Geddes - 2019-07-30 - Break out of loop if we fail to load reserved mem section
3ab493b - Ilya Smirnov - 2019-07-30 - Account For TPM Not Required in Node Comm
0e26522 - Andre Marin - 2019-07-30 - Add nimbus and cumulus empty files for find specialization
afeaf78 - Matthew Hickman - 2019-07-30 - Fixed the ccs port merge conflicts and added lab code
4a69b75 - Stephen Glancy - 2019-07-30 - Adds LRDIMM shadow register workaround
1552e38 - Stephen Glancy - 2019-07-30 - Adds MCBIST beat/byte signature data patterns
60d3cb8 - Joachim Fenkes - 2019-07-30 - Streamline the way PIB/NET are initialized between SBE and Cronus
9eaf71a - Zane Shelley - 2019-07-30 - PRD: disable mask/clear for SMP failures on FSP
37af28e - Caleb Palmer - 2019-07-30 - PRD: NVDIMM avoid gard for general mem errors only for IPL
ddf90e5 - Caleb Palmer - 2019-07-30 - PRD: Cumulus Add PLL Slave Error Regs
e659585 - Caleb Palmer - 2019-07-30 - PRD: Add OCMB support for ROW_REPAIR code
4128797 - Caleb Palmer - 2019-07-30 - PRD: Axone sim support and test cases
b731bda - Caleb Palmer - 2019-07-30 - PRD: Axone Restore DRAM Repairs support
6751459 - Caleb Palmer - 2019-07-30 - PRD: Axone MemEccAnalysis Updates
81c225b - Christian Geddes - 2019-07-29 - Enable runtime test for Axone
5ccea20 - Mark Pizzutillo - 2019-07-29 - Add omi_workarounds blank files for PRBS OMI training workarounds
ab91399 - Andre Marin - 2019-07-29 - Move pre_eff_config specific code to chip specific folders
0978a1a - Stephen Glancy - 2019-07-29 - Adds lab MCBIST compare masking functionality
Changes Included for package pnor, branch master:
4fbcc5e - William Hoffa - 2019-08-01 - Merge pull request #126 from wghoffa/master
fae230b - Bill Hoffa - 2019-08-01 - Revert "Add OCMBFW Partition"
107b051 - Dan - 2019-07-31 - Merge pull request #125 from rajadas2/master
77aeb0f - Raja Das - 2019-07-31 - Updated update_image.pl file to fetch HW_REF image
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index bf2f6e7..eb41ce4 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
config BR2_HOSTBOOT_VERSION
string
- default "2e406cadf1a5240c31f0c900b118ef09fcd9fb39" if BR2_HOSTBOOT_LATEST_VERSION
+ default "15b0afe89c9109c0008a576e5bf74ca8222b6cc4" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 769a58d..791c57b 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENPOWER_PNOR_VERSION ?= 03469302c58f65ff57082792cdda159795f6e488
+OPENPOWER_PNOR_VERSION ?= 4fbcc5ef382f0202fa3fc6c3451a64fc39af3588
OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
OPENPOWER_PNOR_LICENSE = Apache-2.0