aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ef72b49c..6e955dd71 100644
--- a/Makefile
+++ b/Makefile
@@ -176,6 +176,9 @@ soc_objs: $(SOC_OBJS)
176$(COMBINED_BRDCFG): $(SOC_BINS) 176$(COMBINED_BRDCFG): $(SOC_BINS)
177 python3 ./scripts/sysfw_boardcfg_blob_creator.py -b $(soc_objroot)/board-cfg.bin -s $(soc_objroot)/sec-cfg.bin -p $(soc_objroot)/pm-cfg.bin -r $(soc_objroot)/rm-cfg.bin -o $@ 177 python3 ./scripts/sysfw_boardcfg_blob_creator.py -b $(soc_objroot)/board-cfg.bin -s $(soc_objroot)/sec-cfg.bin -p $(soc_objroot)/pm-cfg.bin -r $(soc_objroot)/rm-cfg.bin -o $@
178 178
179tiboot3.bin: $(SBL) $(SYSFW_PATH) $(COMBINED_BRDCFG)
180 ./scripts/gen_x509_combined_cert.sh -b $(SBL) -l $(SBL_LOADADDDR) -s $(SYSFW_PATH) -m 0x40000 -d $(COMBINED_BRDCFG) -n $(COMBINED_BRDCFG_LOADADDR) -k $(KEY) -o $@
181
179$(soc_objroot)/%.o: %.c 182$(soc_objroot)/%.o: %.c
180 $(CROSS_COMPILE)gcc $(CFLAGS) -c -o $@-pre-validated $< 183 $(CROSS_COMPILE)gcc $(CFLAGS) -c -o $@-pre-validated $<
181 python3 ./scripts/sysfw_boardcfg_validator.py -b $@-pre-validated -i -o $@ -s $(SOC) -l $@.log 184 python3 ./scripts/sysfw_boardcfg_validator.py -b $@-pre-validated -i -o $@ -s $(SOC) -l $@.log