op-build update 9-23-2020 (Hcode + Hostboot_Binaries)
This commit includes updates to the hostboot-binaries install flow to install
a new hdct binary for hcode compilation
Changes Included for package hostboot-binaries, branch master:
b52a21a - hostboot - 2020-09-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw092220a.opmst10
Changes Included for package hcode, branch master-p10:
1b4d830 - hostboot - 2020-09-22 - Release tag & head commit information updated for hw092220a.opmst10
df0b638 - Chris Steffen - 2020-09-22 - IO PPE Updates
6774ce1 - Joe McGill - 2020-09-22 - p10_clock_test -- permit termination change prior to executing clock test
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 0c668d4..84e18b6 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 "hw092120a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw092220a.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 4660e4f..e1e5008 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 "hw091820a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw092220a.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-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index 28fa07e..1f813e0 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -71,6 +71,7 @@
P10_RING_FA_OVRD_FILE=p10.hw.fa_ring_ovrd.bin
P10_RING_DYNAMIC_FEATURES_FILE=p10.dynamic_features.bin
P10_RING_DYNAMIC_SERVICES_FILE=p10.dynamic_services.bin
+P10_RING_HDCT_FILE=p10.hw.hdct.bin
define HOSTBOOT_BINARIES_INSTALL_IMAGES_CMDS
$(INSTALL) -D $(@D)/gpu_gpe1.bin $(STAGING_DIR)/hostboot_binaries/gpu_gpe1.bin
@@ -85,6 +86,7 @@
$(INSTALL) -D $(@D)/$(P10_RING_FA_OVRD_FILE) $(STAGING_DIR)/hostboot_binaries/
$(INSTALL) -D $(@D)/$(P10_RING_DYNAMIC_FEATURES_FILE) $(STAGING_DIR)/hostboot_binaries/
$(INSTALL) -D $(@D)/$(P10_RING_DYNAMIC_SERVICES_FILE) $(STAGING_DIR)/hostboot_binaries/
+ $(INSTALL) -D $(@D)/$(P10_RING_HDCT_FILE) $(STAGING_DIR)/hostboot_binaries/
endef
endif