aboutsummaryrefslogtreecommitdiffstats
path: root/soc/j7200
diff options
context:
space:
mode:
authorDave Gerlach2020-10-13 03:41:24 -0500
committerDave Gerlach2020-10-16 13:05:46 -0500
commitf5ec1e42000032affce5f8c2a2afe64fc4586f04 (patch)
tree90d5496be1cd0e841fabb96ea6c2f76dd15e4c8c /soc/j7200
parent06c24e0a883432f68ba00f73e203be9e29130e94 (diff)
downloadk3-image-gen-f5ec1e42000032affce5f8c2a2afe64fc4586f04.tar.gz
k3-image-gen-f5ec1e42000032affce5f8c2a2afe64fc4586f04.tar.xz
k3-image-gen-f5ec1e42000032affce5f8c2a2afe64fc4586f04.zip
scripts: gen_x509_combined_cert: modify to support multiple boardcfg images
With the new bootflows being introduced, it is possible for boards to have multiple boardcfg images provided. Modify the gen_x509_combined_cert script to accept two different boardcfg binaries and load them to the defined addresses. This mandates that all platforms using combined bootflow will use the split boardcfg images. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'soc/j7200')
-rw-r--r--soc/j7200/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/soc/j7200/Makefile b/soc/j7200/Makefile
index 8a1005a64..d8904d24d 100644
--- a/soc/j7200/Makefile
+++ b/soc/j7200/Makefile
@@ -31,7 +31,8 @@
31# 31#
32 32
33SBL_LOADADDDR ?= 0x41c00000 33SBL_LOADADDDR ?= 0x41c00000
34COMBINED_BRDCFG_LOADADDR ?= 0x7f000 34COMBINED_SYSFW_BRDCFG_LOADADDR ?= 0x7f000
35COMBINED_DM_BRDCFG_LOADADDR ?= 0x41c80000
35LOADADDR ?= 0x40000 36LOADADDR ?= 0x40000
36 37
37.PHONY: all 38.PHONY: all