op-build update 3-11-2020

Changes Included for package hostboot-binaries, branch master:
3947c5b - hostboot - 2020-03-10 - UPDATE executables for the NVIDIA gpu and/or ring files for hw031020a.opmst10
5a9defb - hostboot - 2020-03-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw030920a.opmst10

Changes Included for package sbe, branch master-p10:
6d8e0a9 - Olsen - 2020-03-10 - Abist ring support for fastarray
bf6dca6 - Prasad Bg Ranganath - 2020-03-10 - SBE putring: Fix MMA region bit during mma scan
6a36fdf - Yue Du - 2020-03-10 - Istep4: Fix regional bits when enter/exit flushmode inhibit
7f56f38 - Amit Tendolkar - 2020-03-10 - Add check in QME to check if running on Simics
c760245 - Joachim Fenkes - 2020-03-10 - IPL updates v53
246dc8b - Murulidhar Nataraju - 2020-03-09 - Unicast core Targets needs to have appropriate CoreSelect bits
df59fbe - Joachim Fenkes - 2020-03-09 - PLAT target.C: Improve core multicast target decomposition
c38ac62 - Joachim Fenkes - 2020-03-09 - PLAT target.C: Make multicast decomposition dependent on actual target type
bda5788 - Raja Das - 2020-03-04 - Updated SBE Boot Seeprom Max size for sbeReadMem Chip-op
e462332 - Srikantha Meesala - 2020-03-04 - Enable or Disable the assert() using NDEBUG

Changes Included for package hcode, branch master-p10:
9e91200 - hostboot - 2020-03-10 - Release tag & head commit information updated for hw031020a.opmst10
4cdc9af - Jenny Huynh - 2020-03-10 - Always set smf bit in xscom bar
5bc2622 - hostboot - 2020-03-09 - Release tag & head commit information updated for hw030920a.opmst10
5e1fa87 - Joe McGill - 2020-03-09 - p10_scaninfo -- make MC vitl rings chip scoped
0699901 - Joe McGill - 2020-03-09 - updates for indepedent AXON chiplet scan rings
a3340bf - Joe McGill - 2020-03-09 - clock checking and scan/scom address xlate updates
246ab44 - Thi Tran - 2020-03-09 - P10 SCOM, SCAN address translation
2e4f7ae - hostboot - 2020-03-09 - Fix auto-mirror
43975ec - Olsen - 2020-03-09 - Abist ring support for fastarray

Changes Included for package hostboot, branch master-p10:
1faef62 - Jenny Huynh - 2020-03-10 - Always set smf bit in xscom bar
04ff805 - Bill Hoffa - 2020-03-10 - Modify Xscom FAPI BAR Testcase
ff21667 - hostboot - 2020-03-10 - Update SBE commit to d9082bf... Added by default all scoms takes SBE_FIF
e27af3f - Zach Clark - 2020-03-10 - Fix inter/intra parameter ordering to several HWPs
ce0c7af - Yun Pan - 2020-03-10 - Enable Istep 12.10
0a39b77 - Zach Clark - 2020-03-10 - HDAT SPI info collection interface (commit 2 of 2)
577d964 - Yun Pan - 2020-03-10 - Remove unnecessary include files
d819efe - Andre A. Marin - 2020-03-10 - Snapshot of mss generic, explorer, and pmic source
08af076 - Ben Gass - 2020-03-10 - Skip exp_omi_setup and exp_omi_train_check in sim.
a0c7e29 - Andre A. Marin - 2020-03-10 - Snapshot explorer hwp and xml from ekb/master
55742d6 - Andre A. Marin - 2020-03-10 - Update p10 snapshot for exp_draminit from p9a
ba3e9bd - Ben Gass - 2020-03-10 - Initial pass at code to get x/a/omi links up and trained.
2befc08 - Christian Geddes - 2020-03-10 - Add API to get OCMB's mmio information, used to build HDAT
56ab3f8 - hostboot - 2020-03-10 - Update simics level to: 2020-03-06_68d911_simics.tar.gz b750267db2cefacf
d91cc00 - Olsen - 2020-03-09 - Abist ring support for fastarray
521edf1 - manichow - 2020-03-09 - Procedure for HRESET of SBE at runtime.
cbec77d - Zach Clark - 2020-03-09 - IStep 9.7

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 c5594a5..156c32b 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 "hw030620a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+	default "hw031020a.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 4bbe1e7..9128aaf 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 "hw022620b.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+	default "hw031020a.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/0001-Always-set-smf-bit-in-xscom-bar.patch b/openpower/package/hostboot-p10/0001-Always-set-smf-bit-in-xscom-bar.patch
deleted file mode 100644
index 85883f4..0000000
--- a/openpower/package/hostboot-p10/0001-Always-set-smf-bit-in-xscom-bar.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From fc0ef339de60740ce360f9d4753e3151a62d8abb Mon Sep 17 00:00:00 2001
-From: Jenny Huynh <jhuynh@us.ibm.com>
-Date: Wed, 26 Feb 2020 17:20:44 -0500
-Subject: [PATCH] Always set smf bit in xscom bar
-
-Change-Id: Ib63a60c6790493a73200c42893ae8c591f0b48c7
----
- src/import/chips/p10/procedures/hwp/nest/p10_gen_xscom_init.C       | 6 +++---
- .../chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml  | 4 ----
- 2 files changed, 3 insertions(+), 7 deletions(-)
-
-diff --git a/src/import/chips/p10/procedures/hwp/nest/p10_gen_xscom_init.C b/src/import/chips/p10/procedures/hwp/nest/p10_gen_xscom_init.C
-index 0bf0266..02fa4d8 100644
---- a/src/import/chips/p10/procedures/hwp/nest/p10_gen_xscom_init.C
-+++ b/src/import/chips/p10/procedures/hwp/nest/p10_gen_xscom_init.C
-@@ -5,7 +5,7 @@
- /*                                                                        */
- /* OpenPOWER HostBoot Project                                             */
- /*                                                                        */
--/* Contributors Listed Below - COPYRIGHT 2019                             */
-+/* Contributors Listed Below - COPYRIGHT 2019,2020                        */
- /* [+] International Business Machines Corp.                              */
- /*                                                                        */
- /*                                                                        */
-@@ -138,8 +138,8 @@ p10_gen_xscom_init(
-                                l_xscom_bar_base_addr_offset),
-                  "Error from FAPI_ATTR_GET (ATTR_PROC_XSCOM_BAR_BASE_ADDR_OFFSET)");
- 
--        l_xscom_addr = l_base_address_mmio +
--                       l_xscom_bar_base_addr_offset;
-+        l_xscom_addr = l_base_address_mmio + l_xscom_bar_base_addr_offset;
-+        l_xscom_addr |= FABRIC_ADDR_SMF_MASK;
- 
-         // merge SCOM/PIB address into position for XSCOM address
-         // PIB address 1:31 -> XSCOM address 30:60
-diff --git a/src/import/chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml b/src/import/chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml
-index fbbaf71..1be95fa 100644
---- a/src/import/chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml
-+++ b/src/import/chips/p10/procedures/xml/attribute_info/p10_sbe_attributes.xml
-@@ -469,10 +469,6 @@
-     <value>0x0</value>
-   </entry>
-   <entry>
--    <name>ATTR_SMF_CONFIG</name>
--    <value>0x1</value>
--  </entry>
--  <entry>
-     <name>ATTR_SBE_HBBL_EXCEPTION_INSTRUCT</name>
-     <value>0x48000000</value>
-   </entry>
--- 
-1.8.2.2
-
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index e013770..1de03c2 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 "0326d522c411a9c0b758ed2c4b273e48ef82a86f" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "1faef624741fcde8659c10af9056b0b613249a69" 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 8ee2b13..76c5898 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 "d9082bfe6c8b867774d947d1ac992954e8215c7b" if BR2_SBE_P10_LATEST_VERSION
+	default "6d8e0a95e7d4b56b9e01510a13ad7cf390d94f72" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION