op-build master-p10 update 9-14-2022
Changes Included for package everest-xml, branch master:
350998e - Anh Dang - 2022-09-13 - Merge pull request #12 from adangster/master
e94fa6b - adangster - 2022-09-13 - Rename OSC part per request to make it easier to read. No logic change (SW556105 ) SI5332_BMC_02-0 -> SI5332LD-osc-0 SI5332_BMC_01-1 -> SI5332LD-osc-1
5121f5f - adangster - 2022-09-06 - https://w3.rchland.ibm.com/projects/bestquest/?defect=SW554303 update SPDa/SPDb to match value in Denali per requested from Defect. 0x02 BYTE_ADDRESS_OFFSET 0x04 MEMORY_SIZE_IN_KB RSPD VPD_TYPE 0x08 WRITE_PAGE_SIZE
Changes Included for package sbe, branch master-p10:
8bc02d0 - Nick Bofferding - 2022-09-12 - Update VRM callout related code and XML to accurately log VRM callouts
cb457cd - Matthew Raybuck - 2022-09-12 - Fix missing include in hwp_ffdc_classes.H
eee283d - chenduibm - 2022-09-12 - EKB commit for FAPI layer VRM_CALLOUT
fe5bd98 - Sneha Kadam - 2022-09-12 - Updates to safemode throttles based on DIMM config
423ea2d - Geetha Pisapati - 2022-09-12 - Add support for all DDR5 base module in eff config
532a99a - Geetha Pisapati - 2022-09-12 - Remove 38400 speed in DDR5 support in p10_mss_freq_system.C
2c8fbd0 - Joe McGill - 2022-09-12 - port-in Odyssey pervasive istep procedures
ddd48de - Geetha Pisapati - 2022-09-12 - Added DDR5 support in p10_mss_freq_system.C
26f15d3 - Prasad Bg Ranganath - 2022-09-12 - PM HWP: Clear SCRB values once backing cores are entered stop11
a6f917b - Amita Banchhor - 2022-09-12 - Port sppe changes to ddrphyinit from ekb-src to ekb repo
9e5575f - RAJESWARAN THILLAIGOVINDAN - 2022-09-09 - API for Retriving secondary chip measurement
Changes Included for package hcode, branch master-p10:
9c527e1 - hostboot - 2022-09-12 - Release tag & head commit information updated for hw090922a.opmst10
c00e312 - Nick Bofferding - 2022-09-12 - Update VRM callout related code and XML to accurately log VRM callouts
Changes Included for package hostboot, branch master-p10:
23e4a05 - Chris Cain - 2022-09-13 - Add PLDM OEM command support for HTMGT commands
6efa833 - Louis Stermole - 2022-09-13 - Pass non-success RC through DDR5 MR constructors
a53172c - Geetha Pisapati - 2022-09-13 - Specialize port library for odyssey
b7f4b07 - Louis Stermole - 2022-09-13 - Fix default template type in configure_wrq and configure_rrq
ec88160 - Geetha Pisapati - 2022-09-13 - Removed the occurrences of mvpd_fwms from attr, hwprocs and UT.
d212997 - Mike Baiocchi - 2022-09-13 - Fix "FW Released Ver" Field in Hostboot PELs
e000fea - Matt Derksen - 2022-09-13 - PDR change for Bonnell
067ffac - hostboot - 2022-09-12 - Update HCODE commit to 81c5987... Delete rdf_maintenance/mainline_rcd_he
a65952a - hostboot - 2022-09-12 - Update SBE commit to 9e5575f... API for Retriving secondary chip measure
Changes Included for package hostboot-binaries, branch master:
fbd828f - hostboot - 2022-09-12 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090922a.opmst10
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 519fc1e..595a0e9 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="ed03e159d99ffe4fa4c35ec6f05867dcdc454724"
+BR2_EVEREST_XML_VERSION="350998e3e843afcc40fe81affdbaf5ecc52d673d"
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/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 5658f72..5efdc03 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 "hw083122a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw090922a.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 daf1158..b2810e7 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 "hw083122a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw090922a.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 ef5d38b..cd5e0cd 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 "7ca17748d81394486dcccd72122507994303a3b7" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "23e4a05d63ef8be2d071852c16541ccf4269db7c" 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 ac31167..0690f36 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 "219bc781e7e687faf55d8679205f87e01ee87ee3" if BR2_SBE_P10_LATEST_VERSION
+ default "8bc02d0fef95abb88c21385ee718091b7f29a84c" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION