op-build update 12-3-2021

Changes Included for package hostboot, branch master-p10:
3c93f09 - Matt Derksen - 2021-12-02 - Handle errEntry unflatten failure
e539178 - Ilya Smirnov - 2021-12-02 - Enable Preserving HBD RW Attributes
e39cb44 - Roland Veloz - 2021-12-02 - PLDM: Implementation of the getPLDMVersion request handler
c458c88 - Christian Geddes - 2021-12-02 - Change compile flag for building PLDM_DEPS in the pnor makefile
0ab8e21 - Matthew Raybuck - 2021-12-02 - Dont add ECO cores to HDAT PCIA and PDR repo on eBMC systems

Changes Included for package rainier-xml, branch master:
d5127bb - RUBY ZGABAY - 2021-12-02 - Merge pull request #83 from rubymart/master
e90dcde - rubymart - 2021-12-01 - Added OSCREFCLK as the value for attribute TYPE for chip target Si5332LD
0a1baa0 - rubymart - 2021-12-01 - Added I2C bus connection between Si5332 ref clock & eBMC I2C-9
a8d7ef8 - rubymart - 2021-12-01 - Added support for all Rainier clocks & associated FRU_PATH info
f66a7c7 - Shawn McCarney - 2021-11-29 - Merge pull request #82 from rubymart/master
494a417 - rubymart - 2021-11-29 - Fixing 2 word typos
b1f1dfc - rubymart - 2021-11-29 - Rainier VRM I2C register setting changes for Flett, VDN+VCS & VIO+VCS
6ca4838 - RUBY ZGABAY - 2021-11-19 - Merge pull request #81 from rubymart/master
ebea259 - rubymart - 2021-11-18 - Make PHB going to eBMC resource_is_critical=1 & add missing FRU_PATHs

Changes Included for package rainier-xml, branch master:
d5127bb - RUBY ZGABAY - 2021-12-02 - Merge pull request #83 from rubymart/master
e90dcde - rubymart - 2021-12-01 - Added OSCREFCLK as the value for attribute TYPE for chip target Si5332LD
0a1baa0 - rubymart - 2021-12-01 - Added I2C bus connection between Si5332 ref clock & eBMC I2C-9
a8d7ef8 - rubymart - 2021-12-01 - Added support for all Rainier clocks & associated FRU_PATH info
f66a7c7 - Shawn McCarney - 2021-11-29 - Merge pull request #82 from rubymart/master
494a417 - rubymart - 2021-11-29 - Fixing 2 word typos
b1f1dfc - rubymart - 2021-11-29 - Rainier VRM I2C register setting changes for Flett, VDN+VCS & VIO+VCS
6ca4838 - RUBY ZGABAY - 2021-11-19 - Merge pull request #81 from rubymart/master
ebea259 - rubymart - 2021-11-18 - Make PHB going to eBMC resource_is_critical=1 & add missing FRU_PATHs

Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index f780f07..80b37b8 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -53,13 +53,13 @@
 BR2_RAINIER_2U_XML_CUSTOM_GIT=y
 # TODO: Update the level when the XML is synced to public
 BR2_RAINIER_2U_XML_CUSTOM_GIT_VALUE="git@github.com:open-power/rainier-xml.git"
-BR2_RAINIER_2U_XML_VERSION="8320d5e780ae8b8f0db03007074c0ebbcfc235fd"
+BR2_RAINIER_2U_XML_VERSION="d5127bbed1a181d39cbc24ea33ea7b6df15baa4e"
 BR2_RAINIER_2U_XML_SYSTEM_FILENAME="Rainier-2U-MRW_hb.system.xml"
 BR2_RAINIER_2U_XML_TARGETING_FILENAME="Rainier-2U-MRW_hb.mrw.xml"
 BR2_RAINIER_4U_XML_CUSTOM_GIT=y
 # TODO: Update the level when the XML is synced to public
 BR2_RAINIER_4U_XML_CUSTOM_GIT_VALUE="git@github.com:open-power/rainier-xml.git"
-BR2_RAINIER_4U_XML_VERSION="8320d5e780ae8b8f0db03007074c0ebbcfc235fd"
+BR2_RAINIER_4U_XML_VERSION="d5127bbed1a181d39cbc24ea33ea7b6df15baa4e"
 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
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 97c7771..57d6135 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 "f859db0480b11f87366a6b1179d77010607e3fc7" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "3c93f09c675adbd31eff0dbed70d4a9d40d17e99" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION