op-build update 11-12-2020
Changes Included for package hostboot-binaries, branch master:
f70f2e4 - hostboot - 2020-11-11 - UPDATE executables for the NVIDIA gpu and/or ring files for hw111120a.opmst10
Changes Included for package hcode, branch master-p10:
ccf6810 - hostboot - 2020-11-11 - Release tag & head commit information updated for hw111120a.opmst10
3d8b2c6 - Rahul Batra - 2020-11-11 - PM: Throttle Control HWP (1/2)
Changes Included for package rainier-xml, branch master:
b788d5e - Daniel M Crowell - 2020-11-10 - Merge pull request #60 from rubymart/master
dcf02a1 - rubymart - 2020-11-10 - Set ATTR_FREQ_IOHS_LINK_MHZ to 32500 & CLOCK_PLL_MUX_TOD to LPC_REFCLOCK
e6b35af - RUBY M ZGABAY - 2020-11-10 - Merge pull request #59 from rubymart/master
55b7299 - rubymart - 2020-11-06 - Set ATTR_MSS_MRW_REFRESH_RATE_REQUEST = 0x01 for single refresh rate
Changes Included for package rainier-xml, branch master:
b788d5e - Daniel M Crowell - 2020-11-10 - Merge pull request #60 from rubymart/master
dcf02a1 - rubymart - 2020-11-10 - Set ATTR_FREQ_IOHS_LINK_MHZ to 32500 & CLOCK_PLL_MUX_TOD to LPC_REFCLOCK
e6b35af - RUBY M ZGABAY - 2020-11-10 - Merge pull request #59 from rubymart/master
55b7299 - rubymart - 2020-11-06 - Set ATTR_MSS_MRW_REFRESH_RATE_REQUEST = 0x01 for single refresh rate
Changes Included for package hostboot, branch master-p10:
9f08f6c - Caleb Palmer - 2020-11-11 - PRD: Update reg list in prdfMemChnlFailCache.H
bd21da1 - Zane Shelley - 2020-11-11 - PRD: fix targets used for sleep/winkle hcode image update
3b6c3a9 - Caleb Palmer - 2020-11-11 - PRD: Handle PAU_PHY_FIR bit potential side effects
900f84b - Caleb Palmer - 2020-11-11 - PRD: Reenable FIR actions stubbed out for bringup
855f865 - Mike Baiocchi - 2020-11-11 - Use simics variable rather than
dccc0e5 - Christian Geddes - 2020-11-11 - Refactor hb_bios_attrs.C to leverage std::accumulate
994e1bf - Christian Geddes - 2020-11-11 - Add std::accumulate with binary function implemenation
3a6cbf3 - Luis Fernandez - 2020-11-11 - Bring back use of ATTR_SOCKET_POWER_NOMINAL in HB
515a5e5 - Nicholas Landi - 2020-11-11 - cHTM empty commit for p10_htm_structs
0985b4b - Rahul Batra - 2020-11-10 - PM: Throttle Control HWP (1/2)
3b57333 - Joe McGill - 2020-11-10 - p10_boot_mode -- skip Denali runtime customization for contained modes
2b08e47 - Sumit Kumar - 2020-11-10 - exp_scominit: Update makefile to include utils path
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/configs/rainier_defconfig b/openpower/configs/rainier_defconfig
index 2f17dba..6b93268 100644
--- a/openpower/configs/rainier_defconfig
+++ b/openpower/configs/rainier_defconfig
@@ -51,12 +51,12 @@
BR2_OPENPOWER_MACHINE_XML_CUSTOM_GIT=y
BR2_RAINIER_2U_XML_CUSTOM_GIT=y
BR2_RAINIER_2U_XML_CUSTOM_GIT_VALUE="git@github.ibm.com:openbmc/rainier-xml.git"
-BR2_RAINIER_2U_XML_VERSION="6267cabb8f02e7b5af84aecef84c5f0b50065253"
+BR2_RAINIER_2U_XML_VERSION="b788d5ea3e435f46d2a7334c82690290afc357bd"
BR2_RAINIER_2U_XML_SYSTEM_FILENAME="RAINIER_hb.system.xml"
BR2_RAINIER_2U_XML_TARGETING_FILENAME="RAINIER_hb.mrw.xml"
BR2_RAINIER_4U_XML_CUSTOM_GIT=y
BR2_RAINIER_4U_XML_CUSTOM_GIT_VALUE="git@github.ibm.com:openbmc/rainier-xml.git"
-BR2_RAINIER_4U_XML_VERSION="6267cabb8f02e7b5af84aecef84c5f0b50065253"
+BR2_RAINIER_4U_XML_VERSION="b788d5ea3e435f46d2a7334c82690290afc357bd"
BR2_RAINIER_4U_XML_SYSTEM_FILENAME="RAINIER_hb.system.xml"
BR2_RAINIER_4U_XML_TARGETING_FILENAME="RAINIER_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 bca7f8e..bceea64 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 "hw110920b.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw111120a.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 9246bda..49c0f10 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 "hw110920b.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw111120a.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 a0d3e10..12117a9 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 "b783ac5c36b27eeafe49106a8e13cbc6e327296e" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "9f08f6cc78c9a5284390001914109a0c2bb29b8c" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION