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/package/openpower-pnor-p10/Config.in b/openpower/package/openpower-pnor-p10/Config.in
index a308149..3e3830e 100644
--- a/openpower/package/openpower-pnor-p10/Config.in
+++ b/openpower/package/openpower-pnor-p10/Config.in
@@ -116,4 +116,9 @@
help
String used to define the name of the OCMBFW update binary file after processing, ecc protected
+config BR2_OPENPOWER_SIGNED_SECURITY_VERSION
+ string "Security Version to be included in signed partitions"
+ help
+ String used to define the security version to be included in signed partition
+
endmenu