From c7c9e7629015ecbd663c73fb734045bcbd84ec93 Mon Sep 17 00:00:00 2001 From: Dave Gerlach Date: Fri, 1 May 2020 00:27:07 +0000 Subject: sec-cfg: Add sa2ul_config section Update the common.h headers to add new defines from SYSFW 2020.04. Starting from SYSFW v2020.04, an sa2ul_config section is mandatory in the security config. Otherwise the boot fails. Fix this by adding a section for sa2ul_config with all parameters configured to 0. Signed-off-by: Dave Gerlach --- soc/am65x/evm/sec-cfg.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'soc/am65x/evm') diff --git a/soc/am65x/evm/sec-cfg.c b/soc/am65x/evm/sec-cfg.c index b15030749..bb8a2f5fc 100644 --- a/soc/am65x/evm/sec-cfg.c +++ b/soc/am65x/evm/sec-cfg.c @@ -82,4 +82,13 @@ const struct boardcfg_security am65_boardcfg_security_data = { .allow_dkek_export_tisci = 0x5A, .rsvd = {0, 0, 0}, }, + + /* SA2UL configuration */ + .sa2ul_cfg = { + .subhdr = { + .magic = BOARDCFG_SA2UL_CFG_MAGIC_NUM_RSVD, + .size = 0, + }, + .rsvd = {0, 0, 0, 0}, + }, }; -- cgit v1.2.3-54-g00ecf