op-build master-p10 update 1-9-2023
Changes Included for package hostboot, branch master-p10:
a55e5d8 - Amita Banchhor - 2023-01-06 - Fix DDR5 commands to default WRDATA_CSN to be 1's instead of 0's
ff0b1df - Ben Gass - 2023-01-06 - Disable upstream template 5 by default.
8e839fa - Josh-Chica - 2023-01-06 - Odyssey IO HWP Shell
814e416 - Stephen Glancy - 2023-01-06 - Updates ody_dts_read to be called by FAPI_EXEC_HWP
5062cbb - Stephen Glancy - 2023-01-06 - Adds Odyssey specialization for the rank API
a0bbedd - Stephen Glancy - 2023-01-06 - Adds plug rules to limit DDR5 and DRAM generation mixing
f68a88b - Stephen Glancy - 2023-01-06 - Updates attribute accessors to use c_str macro
2f2b1b3 - Louis Stermole - 2023-01-06 - Move MSS c_str macros into c_str.H
Changes Included for package pnor, branch master-p10:
38b8d47 - Dan - 2023-01-06 - Merge pull request #155 from debmc/debs_pspd
8d1d23d - Deb McLemore - 2022-12-01 - Hostboot Modify PNOR Planar SPD partition
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 651e71c..736635d 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 "7a7a8439b5a27033b91d806d49277a47187f49ca" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "a55e5d8cf2829e5a2b7a996c0f93f44629f1f549" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk b/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
index 11b76e6..a011116 100644
--- a/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
+++ b/openpower/package/openpower-pnor-p10/openpower-pnor-p10.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENPOWER_PNOR_P10_VERSION ?= d472edebfd56b4aa5bd782e232931b3ffc5883da
+OPENPOWER_PNOR_P10_VERSION ?= 38b8d4759092a42d77a4f28939a0e3730f00e1f3
OPENPOWER_PNOR_P10_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_P10_VERSION))
OPENPOWER_PNOR_P10_LICENSE = Apache-2.0