op-build update 7-20-2021

Changes Included for package hcode, branch master-p10:
590f97e - hostboot - 2021-07-19 - Release tag & head commit information updated for hw071921a.opmst10
80d26ea - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
57efe3b - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
822ff17 - Daniel Crowell - 2021-07-19 - Add check for invalid #V version
03e1f18 - Christian Geddes - 2021-07-19 - RAS Review: p10_ipl_section_append_errors.xml
45bb4e3 - Prasad Bg Ranganath - 2021-07-19 - XGPE HCODE initial update
faa3a75 - Prasad Bg Ranganath - 2021-07-19 - P10: #V and #W attribute read support
5282091 - Claus Michael Olsen - 2021-07-19 - Renaming and relocating core image infrastructure files (new)
fd0dbb9 - hostboot - 2021-07-19 - Fix auto-mirror
639063b - Prasad Bg Ranganath - 2021-07-19 - PMHWP:Fix active links calculation
fd6dc18 - Prasad Bg Ranganath - 2021-07-19 - PMHWP:Fix active links calculation
c76719c - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
05641ee - Greg Still - 2021-07-19 - PPB: better WOF disablement for invalid table accesses
47df6f0 - Yue Du - 2021-07-19 - QME: avoid init ECOs cores into block wakeup mode thus block spwu
0001317 - Rahul Batra - 2021-07-19 - PGPE: DPLL Parity Retry
69eb86e - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
4f379da - Greg Still - 2021-07-19 - WOF: I/O base attribute definition
5a6a42f - Greg Still - 2021-07-19 - PAU Frequency: define VDN volage uplift attribute
3c47e15 - Christian Geddes - 2021-07-19 - RAS Review: p10_common_stopclocks_errors.xml

Changes Included for package hostboot, branch master-p10:
1ce781c - Greg Still - 2021-07-19 - PPB: better WOF disablement for invalid table accesses
c4e5b21 - Stephen Glancy - 2021-07-19 - Skips CDR offset command to explorer on Apollos
6f5e370 - Greg Still - 2021-07-19 - PAU Frequency/PPB: VDN voltage uplift support
a3fd248 - Greg Still - 2021-07-19 - WOF: I/O base attribute definition
fef7146 - Prem Shanker Jha - 2021-07-19 - PM Hcode: Moving PGPE Image Size Line - part 3
c22226f - Christian Geddes - 2021-07-19 - RAS Review: p10_query_core_stop_state.xml
e32f7d1 - Christian Geddes - 2021-07-19 - RAS Review: p10_ipl_section_append_errors.xml
fc58817 - Daniel Crowell - 2021-07-19 - RAS Review - p10_tod
f675162 - Louis Stermole - 2021-07-19 - Update MSS procedure file briefs to L3
54fdf0d - Louis Stermole - 2021-07-19 - Add support for N-mode 4U DDIMMs in pmic_enable
544b38e - Louis Stermole - 2021-07-19 - Change MFG OMI screen test to use x4 downgrade
5723007 - Nick Bofferding - 2021-07-19 - Miscellaneous LPC XSCOM cleanups
35dc7e5 - Greg Still - 2021-07-19 - STOP API: add FAPI_* debug tracing for Cronus use
7ae7109 - rajerpp1 - 2021-07-19 - Supporing 48 bit target type for SBE FFDC
c92d9e9 - Zach Clark - 2021-07-19 - Add null pointer check to FFDC gathering functions
3aaf6d8 - Ryan Miller - 2021-07-19 - Fixing old code that got reverted back into the code:
0b57f80 - Christian Geddes - 2021-07-19 - RAS Review: p10_qme_customize_errors.xml
9909fd6 - Joe McGill - 2021-07-19 - p10_sbe_scominit -- add SBE driven tsnoop customization
d8af0bc - Christian Geddes - 2021-07-19 - RAS Review: p10_qme_sram_access_errors.xml
259eb45 - aravnair-in - 2021-07-19 - Enable platDetermineEcoCores for hwsv
cea4dc4 - rajerpp1 - 2021-07-19 - Gard the clock on CBS_NOT_IN_IDLE_STATE error

Changes Included for package hostboot-binaries, branch master:
3af6f48 - hostboot - 2021-07-19 - UPDATE executables for the NVIDIA gpu and/or ring files for hw071921a.opmst10

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index c5ca6fb..f224265 100644
--- a/openpower/package/hcode-p10/Config.in
+++ b/openpower/package/hcode-p10/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_HCODE_P10_VERSION
 	string
-	default "hw071421a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw071921a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
 	default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index 591831a..719f406 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
 
 config BR2_HOSTBOOT_BINARIES_VERSION
 	string
-	default "hw071421a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw071921a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
 	default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index cbda003..12594df 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 "8282223c5eea839363dae75033863b6baae40207" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "1ce781c26ceb982dc280f41cac8b32a107eef1f7" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION