op-build update 12-16-2020

Changes Included for package hostboot-binaries, branch master:
05cd8d6 - hostboot - 2020-12-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121520b.opmst10
b650c79 - hostboot - 2020-12-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121520a.opmst10

Changes Included for package occ, branch master-p10:
9bd9ff0 - Sumit Kumar - 2020-12-14 - Disable PHB units in UAV for DD-1 as PHB scoms are broken
4666eef - Chris Cain - 2020-12-11 - Disable 24x7 informational trace messages

Changes Included for package sbe, branch master-p10:
6af4a77 - Srikantha Meesala - 2020-12-15 - Enable force the checkstop
32c5e60 - Srikantha Meesala - 2020-12-15 - Set8) getmem DUMP rows data updated vai FIFO interface
11834f6 - Srikantha Meesala - 2020-12-15 - Set7) getSram DUMP rows data updated vai FIFO interface
9cf6970 - Srikantha Meesala - 2020-12-14 - Set5) putScom DUMP rows data updated vai FIFO interface
427e0a7 - Srikantha Meesala - 2020-12-14 - chipOp-2) FIFO i/o stream support for sbeControlFastArray chip-op
8bbeb38 - Sunil Kumar - 2020-12-14 - Added module to extract sbeDump.
236999a - Srikantha Meesala - 2020-12-14 - chipOp-3) FIFO i/o stream support for PutMem/GetMem chip-op
ee7a4ba - Sunil Kumar - 2020-12-14 - Make p10_query_host_meminfo.
22723d2 - Srikantha Meesala - 2020-12-14 - Added error xml for proc_query_host_meminfo and SBE support code change
a00dcc9 - Srikantha Meesala - 2020-12-14 - chipOp-4) FIFO i/o stream support for sbePutSram / sbeGetSram chip-op
77e9b53 - Srikantha Meesala - 2020-12-14 - chipOp-1) FIFO istream support for sbePutRing chip-op
9d9b3cc - Mark Pizzutillo - 2020-12-14 - Add toggle of pmic efuse enable to fix n-mode degrade
ef03d65 - Louis Stermole - 2020-12-14 - Add support for OMI seq update in Explorer FW
80f1f2a - Sam Kirchhoff - 2020-12-14 - wave of core functional inits and performance+throttle setings
f9b43b4 - Stephen Glancy - 2020-12-14 - Improves explorer check for ready callouts

Changes Included for package hcode, branch master-p10:
e6cd2ca - hostboot - 2020-12-15 - Release tag & head commit information updated for hw121520b.opmst10
f2b6058 - Greg Still - 2020-12-15 - p10_pm_occ_control: add OCC heartbeat timout checking under Hostboot
f75e227 - Greg Still - 2020-12-15 - QME Hcode Size: allow for common HWP to set core fabric topology (1 of 4)
fd98c21 - Greg Still - 2020-12-15 - PM: p10_pm_occ_control Level 2
55db519 - Prem Shanker Jha - 2020-12-15 - STOP API: P10 version of STOP API.
4762df2 - hostboot - 2020-12-15 - Fix auto-mirror
f821aa0 - Joe McGill - 2020-12-15 - add PSI RX_DF_FSM_REG definitions
1105ff3 - hostboot - 2020-12-15 - Release tag & head commit information updated for hw121520a.opmst10
d026b3f - Yue Du - 2020-12-15 - QME: Set/Clear RCSCR in and out stop
94d01b9 - Gregory S Still - 2020-12-15 - Revert "PGPE: Current Read Fixes"
6481d0d - Rahul Batra - 2020-12-15 - PGPE: Current Read Fixes
4a7d205 - Gregory S Still - 2020-12-15 - Revert "PGPE: Current Read Fixes"
c4210e0 - Yue Du - 2020-12-15 - QME: Set/Clear RCSCR in and out stop
b1beb24 - Rahul Batra - 2020-12-15 - PGPE: Current Read Fixes
a85ac46 - Rahul Batra - 2020-12-15 - PGPE: Basic Pstates for P10
44746ec - Yue Du - 2020-12-15 - CORECACHE: startclocks and stopclocks
5569f5d - hostboot - 2020-12-15 - Fix auto-mirror

Changes Included for package hostboot, branch master-p10:
2779186 - Roland Veloz - 2020-12-15 - Added API getVtocRecordMetaData to retrieve the VTOC record meta data
cbf8637 - Greg Still - 2020-12-15 - QME Hcode Size: allow for common HWP to set core fabric topology (1 of 4)
9dd7091 - Christian Geddes - 2020-12-15 - Add mutex around map access in memoize

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 d5e77a4..b1df2a0 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 "hw121420a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw121520b.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 a4b25ca..af222eb 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 "hw121420a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw121520b.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 bc27738..28bd4e0 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 "06c53af2f2696085295716e8f34a9ab413f5e4a3" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "27791869c24a39c9ee1d48ed8e2a6717320b41f6" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/occ-p10/Config.in b/openpower/package/occ-p10/Config.in
index ac6c877..1a82c49 100644
--- a/openpower/package/occ-p10/Config.in
+++ b/openpower/package/occ-p10/Config.in
@@ -43,7 +43,7 @@
 
 config BR2_OCC_P10_VERSION
 	string
-	default "aa66a492375c5b4e3107fa071badc4dd0611e72c" if BR2_OCC_P10_LATEST_VERSION
+	default "9bd9ff0474f711a8ce819833b2268f7b0fa4cc69" if BR2_OCC_P10_LATEST_VERSION
 	default BR2_OCC_P10_CUSTOM_VERSION_VALUE \
 		if BR2_OCC_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 7061315..edf31bc 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 "f3b69a7913de4e65bf01e921a3b566d164f9294c" if BR2_SBE_P10_LATEST_VERSION
+	default "6af4a77cdf9ec5cc23d74e47b5d0d21853357b62" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION