summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2021-08-05 07:03:10 +0300
committerJoel Stanley <joel@jms.id.au>2021-08-17 05:21:21 +0300
commitf77919abfe6505a3b29db1efab49b077c10afe4d (patch)
tree3f29b1b2c11d198b97d538bbfd8a238d1416a6d4 /meta-aspeed
parent38cfcc393d9eea397fa38bd0d65437bdbadb6f99 (diff)
downloadopenbmc-f77919abfe6505a3b29db1efab49b077c10afe4d.tar.xz
meta-aspeed: ast2600: Sign the SPL with socsec by default
Signing the SPL when secure-boot is disabled has no impact, the SoC will continue to bootstrap as normal. Change-Id: I05c1db80cb4bec44ca315190f5b3c1d97168d1d5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/conf/machine/include/ast2600.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-aspeed/conf/machine/include/ast2600.inc b/meta-aspeed/conf/machine/include/ast2600.inc
index fff5465d9..1e5e1f8fe 100644
--- a/meta-aspeed/conf/machine/include/ast2600.inc
+++ b/meta-aspeed/conf/machine/include/ast2600.inc
@@ -1,4 +1,9 @@
SOC_FAMILY = "aspeed-g6"
+
+# Enable SPL signing by default
+SOCSEC_SIGN_ENABLE ?= "1"
+SOCSEC_SIGN_SOC ?= "2600"
+
include conf/machine/include/soc-family.inc
require conf/machine/include/aspeed.inc
include conf/machine/include/arm/arch-armv7a.inc