Allow "Security Version" To Be Set For A Given Configuration
This commit allows for a given configuration/system to set an optional
"Security Version" value. It specifically sets the value of the p10ebmc_defconfig
configuration to zero. This value then gets passed into the openpower-pnor-p10
package and is built into the partitions/lids via the signing utilities. This
commit points to the openpower PNOR repo's master-p10 commit that has the
needed support for this.
Signed-off-by: Mike Baiocchi <mbaiocch@us.ibm.com>
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index fcb58a5..209bd65 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -90,3 +90,4 @@
BR2_IMA_CATALOG_DTS="POWER10"
BR2_PACKAGE_OCMB_EXPLORER_FW=y
BR2_PACKAGE_IBM_FW_PROPRIETARY_P10=y
+BR2_OPENPOWER_SIGNED_SECURITY_VERSION="0"