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/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