op-build master-p10 update 12-9-2022

Changes Included for package everest-xml, branch master:
a0e57f9 - Anh Dang - 2022-12-08 - Merge pull request #16 from open-power/release-fw1030
2ec9474 - Dan - 2022-11-29 - Merge pull request #15 from adangster/master
d32f234 - adangster - 2022-11-29 - Change per Defect PE00F1SB : Add 50mV VDN uplift
1f518ca - Anh Dang - 2022-11-29 - Merge pull request #14 from adangster/master
2ac5a65 - adangster - 2022-11-29 - Change per Defect PE00F1SB : Add 50mV VDN uplift
9313601 - adangster - 2022-11-14 - Correct wrong i2c addresses for: - ADS7138_Imon_C1-C4 and ADS7138_Imon_C5-C8   0x2A --> 0x2E  (wrong in workbook) - Tola-0/IR35220-00-0 (0x7F-->0x28) - Tola-0/TDA38740-00-0 (0x1F-->0x20) - Tola-0/TDA38740-01-0  (0x1F-->0x20)
3747ac2 - Dan - 2022-11-10 - Merge pull request #13 from adangster/master
ede729c - adangster - 2022-11-08 - Correct I2C address --8bit address 0x80 for 7bit address 0x40
b3e9b92 - adangster - 2022-11-08 - Adding a second i2c_bus connection to "TDA38740 device has two address. 0x10 and 0x40 (PMaddress) on the same device. Firmware use both addresses, so to support FRU call out for both connections, I need to add an extra i2c slave bus to this device. as requested by https://w3.rchland.ibm.com/projects/bestquest/?defect=PE00DY2V

Changes Included for package sbe, branch master-p10:
9a9f9d4 - Kahn Evans - 2022-12-08 - Back-porting recent fapi2 changes

Changes Included for package hostboot, branch master-p10:
1047296 - Chris Cain - 2022-12-08 - HTMGT: Save bootloader checkpoint data on init failures
05412b5 - Geetha Pisapati - 2022-12-08 - Created spd::factory processing for DDR5 DDIMM module
8bad44e - Stephen Glancy - 2022-12-08 - Adds in UDIMM vs RDIMM switches into Odyssey PHY init code
15a23b8 - Stephen Glancy - 2022-12-08 - Adds preliminary ZQ cal timers to Odyssey scominit
6256030 - Kahn Evans - 2022-12-08 - Back-porting recent fapi2 changes

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 1ecdd06..057aee3 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -63,7 +63,7 @@
 BR2_RAINIER_4U_XML_SYSTEM_FILENAME="Rainier-4U-MRW_hb.system.xml"
 BR2_RAINIER_4U_XML_TARGETING_FILENAME="Rainier-4U-MRW_hb.mrw.xml"
 BR2_PACKAGE_EVEREST_XML=y
-BR2_EVEREST_XML_VERSION="350998e3e843afcc40fe81affdbaf5ecc52d673d"
+BR2_EVEREST_XML_VERSION="a0e57f983c7cc4aa9c91667bed9dd35bde148d07"
 BR2_EVEREST_XML_SYSTEM_FILENAME="Everest-MRW_hb.system.xml"
 BR2_EVEREST_XML_TARGETING_FILENAME="Everest-MRW_hb.mrw.xml"
 BR2_PACKAGE_OPENPOWER_PNOR_P10=y
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 68ffe70..16ccaa8 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 "3aaac11f47697f77152bec7a7efaae57f975aa17" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "104729657aa316bcb975c9c14b2a2b32ce113364" 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 57a4ca9..5f93ee8 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 "1c5efa7f3dc069c54542bfbd89eb0ef86eb678f1" if BR2_SBE_P10_LATEST_VERSION
+	default "9a9f9d429639b0a805221408c69d8d2622b61458" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION