op-build update 1-15-2020

Changes Included for package hostboot-binaries, branch master:
21e9b6b - hostboot - 2020-01-13 - UPDATE executables for the NVIDIA gpu and/or ring files for hw011320a.opmst10

Changes Included for package sbe, branch master-p10:
3eb60e8 - Sunil Kumar - 2020-01-14 - Removed hardcoding of simics object.
f3bef6e - Raja Das - 2020-01-14 - Updated functional state of PAUC pervasive Chiplets basis the PG
81f21f5 - Raja Das - 2020-01-14 - Commented checkstop check in continuous IPL mode.
1901de7 - Raja Das - 2020-01-13 - OTPROM Updates

Changes Included for package hcode, branch master-p10:
5601ec8 - hostboot - 2020-01-14 - Release tag & head commit information updated for hw011420a.opmst10
348a993 - Jenny Huynh - 2020-01-14 - Update TOD setup procedure with P10 smp configs
a729e90 - Thi Tran - 2020-01-14 - Add script to check for MRW attribute settings in <system>.mrw.xml files
c5c50cc - Jenny Huynh - 2020-01-14 - Generalize fabric inits and cleanup for fbc/smp procedures
7e4ea08 - Ben Gass - 2020-01-14 - Initial pass at code to get x/a/omi links up and trained.
e98e101 - Joe McGill - 2020-01-14 - nest HWP updates to calculate and apply MCD, MMIO BAR, FBC SL domain settings
5cf5dd7 - Jenny Huynh - 2020-01-14 - Implement p10_chiplet_fabric_scominit procedure
82e170c - Jenny Huynh - 2020-01-14 - Implement p10_fbc_eff_config_links procedure (2/2)
5e26dbd - Christopher M Riedl - 2020-01-14 - Implement L3 customization in cache scominit
36f1e39 - Christopher M Riedl - 2020-01-14 - Initialize system fabric topology table
cffc536 - Andre A. Marin - 2020-01-14 - Add snapshot of ocmb/explorer for master-p10 branch
80dd5f8 - Jenny Huynh - 2020-01-14 - Implement p10_fbc_eff_config procedure (2/2)
6f7b51a - Thi Tran - 2020-01-14 - P10 - MSS_SETUP_BARS attributes
eef91dc - Thi Tran - 2020-01-14 - Port 'p9_mss_eff_grouping HWP to P10 (Part 1 of 2).
e14b583 - Nicholas Landi - 2020-01-14 - Removal of duplicate attribute in sbe_mcs_setup
6a5fcdd - Nicholas Landi - 2020-01-14 - Implement p10_sbe_mcs_setup procedure
7bd6767 - Anusha Reddy Rangareddygari - 2020-01-14 - P10 Attributes updates
0098bfe - Anusha Reddy Rangareddygari - 2020-01-14 - Initial import of P10 pervasive attributes
68ad69a - Jenny Huynh - 2020-01-14 - Include attribute to define fabric topology ID table values.
5926902 - Jenny Huynh - 2020-01-14 - Initial import of P10 nest attributes
46accd4 - hostboot - 2020-01-14 - Fix auto-mirror
8fc4798 - hostboot - 2020-01-13 - Release tag & head commit information updated for hw011320a.opmst10

Changes Included for package hostboot, branch master-p10:
30441e2 - Yue Du - 2020-01-15 - Create new HWPs to be mirrored to Hostboot
1b41b44 - Dan Crowell - 2020-01-15 - Temporarily skip the call to start the deadman timer
fbcccb4 - Dan Crowell - 2020-01-14 - Push ATTR_NVDIMM_ARMED down to FSP to handle MPIPL case
81ca27c - Roland Veloz - 2020-01-14 - Added new GenericFspMboxMessage_t interface to save NVDIMM keys
7ab8f04 - Dan Crowell - 2020-01-14 - Add more rc values to vmmpagetest
b708d09 - hostboot - 2020-01-13 - Update simics level to: 2020-01-10_0f1c33_simics.tar.gz

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 7a784a3..3358baa 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 "hw011220a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw011420a.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 7bc2bea..252bfd5 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 "hw011220a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw011320a.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 945f1d1..43e10b8 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 "7721cf5e7c6ec97d5c7a082a387bf7c7865fdeaa" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "30441e25ce22242732d865f53f902d85c096dbdf" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index f24dc82..1f81872 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 "c9b45b2a339dc40de34d364322ae9f8b589d9b11" if BR2_SBE_P10_LATEST_VERSION
+	default "3eb60e89da41bb88fee59e00d701432e0cab1378" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION