Updating the config files to get and compile the VPD ECC algorithm files
Updating the config file p10ebmc_defconfig with flag
BR2_PACKAGE_IBM_FW_PROPRIETARY_P10=y to bring in the ibm-fw-proprietary
repo. This repo will contain the VPD ECC algorithm files.
Updating the config file rainier.config with flag
set COMPILE_VPD_ECC_ALGORITHMS which will cause the VPD ECC algorithm files
to be compiled.
RTC: 263370
Signed-off-by: Roland Veloz <rveloz@us.ibm.com>
diff --git a/openpower/configs/hostboot/p10ebmc.config b/openpower/configs/hostboot/p10ebmc.config
index 44672c9..19dac4d 100755
--- a/openpower/configs/hostboot/p10ebmc.config
+++ b/openpower/configs/hostboot/p10ebmc.config
@@ -96,3 +96,6 @@
# Disable TOD redundancy (workaround for Everest bug)
unset ENABLE_TOD_REDUNDANCY
+
+# Enable the VPD ECC algorithms
+set COMPILE_VPD_ECC_ALGORITHMS
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 934dd51..a09eaaa 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -83,3 +83,4 @@
BR2_PACKAGE_LOADKEYS=y
BR2_IMA_CATALOG_DTS="POWER10"
BR2_PACKAGE_OCMB_EXPLORER_FW=y
+BR2_PACKAGE_IBM_FW_PROPRIETARY_P10=y