op-build update 8-28-2020

Changes Included for package sbe, branch master-p10:
a0487c9 - Louis Stermole - 2020-08-27 - Fix P10 memory FIR settings
d877a2d - Murulidhar Nataraju - 2020-08-27 - istep4: Always write L3 backing control register
4e4d115 - Matt Derksen - 2020-08-27 - Add SPI TPM read/write access functions
6b3ca04 - Jenny Huynh - 2020-08-27 - Adjust handling of NX hang detectors
c4d70b3 - Greg Still - 2020-08-27 - p10_pm_qme_init: clear QME TOD SETUP flag in MPIPL
66d96d6 - Prasad Bg Ranganath - 2020-08-27 - PM HWP:QME init: Check pscom enable state before accessing scom
4eabe76 - Joachim Fenkes - 2020-08-27 - Skew and DC updates
5d3d374 - Murulidhar Nataraju - 2020-08-27 - MPIPL: Enable continue MPIPL on the secondary PROC chips

Changes Included for package hostboot, branch master-p10:
5d1764a - Greg Still - 2020-08-27 - p10_sbe_powerdown_backing_caches.C: clear PM_EXIT to ready for wake-up
3da3010 - Mark Pizzutillo - 2020-08-27 - Revert "Add support for PMIC 1U/2U PWR_GOOD IO Mode"
bdad2c5 - Zach Clark - 2020-08-27 - Make host/SBE functional state mismatch errors unrecoverable
f051dcf - Matt Derksen - 2020-08-27 - Breakup SpiOp into eeprom and tpm spi ops
169fbba - Matt Derksen - 2020-08-27 - Add SPI TPM read/write access functions
a14f6e9 - Mike Baiocchi - 2020-08-27 - Do Not Export SECURE_VERSION Attributes to the MRW
df3942f - Andre Marin - 2020-08-27 - Added I2C fields, EXP_FW_STATUS API
4ff9bc4 - Andre Marin - 2020-08-27 - Add empty explorer "check_for_ready" procedure files
d399dfe - Zach Clark - 2020-08-27 - Make more room in the standalone PNOR layout for code coverage
1001d5c - Jenny Huynh - 2020-08-27 - Adjust handling of NX hang detectors
8faa1d8 - Greg Still - 2020-08-27 - p10_pm_qme_init: clear QME TOD SETUP flag in MPIPL
2e9a9e0 - Prasad Bg Ranganath - 2020-08-27 - PM HWP:QME init: Check pscom enable state before accessing scom
f747e12 - Prasad Bg Ranganath - 2020-08-27 - PM HWP: Updated multicast usage that is supported in HB
5d22d49 - Roland Veloz - 2020-08-27 - ProcessMrw.pl: Fixed an issue found during testing
1d34808 - Zach Clark - 2020-08-27 - Fix out-of-memory condition error handling
747ce6a - Ilya Smirnov - 2020-08-27 - Increase the Size of Constants on FSP

Changes Included for package pnor, branch master-p10:
d21456f - Nicholas E Bofferding - 2020-08-27 - Merge pull request #23 from debmc/debs_hcode
c7e76d7 - Deb McLemore - 2020-08-27 - HCODE_LID HPT Enablement

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 24c79ea..76e17a0 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_P10_VERSION
 	string
-	default "0ad7e3d672ae10f3f4ffcf4f695eff9d40315268" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "5d1764ab4d5b3a1e44d7ca6f603bc2d7bf27521e" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 9b8f60a..f9db4ac 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENPOWER_PNOR_VERSION ?= 29b0ba2144513d553b9799e9858b089767dc1a15
+OPENPOWER_PNOR_VERSION ?= d21456f844ee59027a651002ed05e209a1befe03
 
 # TODO: WORKAROUND: Need to reenable next line and comment out the two lines
 # after that, when code is propagated to a public repo
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 1bd6ebf..4265db2 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
 
 config BR2_SBE_P10_VERSION
 	string
-	default "6c3a3b81098328b2aeaf26fc01611ec80432a266" if BR2_SBE_P10_LATEST_VERSION
+	default "a0487c92753a401e5652e945f1e2e83d9885c8cc" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION