Skip to content
Snippets Groups Projects
Commit 6f6b2dac authored by Florin Leotescu's avatar Florin Leotescu Committed by Nitin Garg
Browse files

imx95: Add build targets for M7 image in DDR


Add two new targets to generate the flash.bin
with M7 DDR image for flexspi and other boot
devices.

Signed-off-by: default avatarFlorin Leotescu <florin.leotescu@nxp.com>
(cherry picked from commit 5d56fdebdd19912bc995d339504d5282e674c518)
parent 40e516a9
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,22 @@ flash_all: $(MKIMG) $(AHAB_IMG) $(MCU_IMG) $(M7_IMG) u-boot-atf-container.img $(
-ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR_M33_VIEW) $(V2X_DUMMY) -out flash.bin
$(call append_container,u-boot-atf-container.img,1)
flash_all_ddr: $(MKIMG) $(AHAB_IMG) $(MCU_IMG) $(M7_IMG) u-boot-atf-container.img $(SPL_A55_IMG) $(OEI_IMG_M33)
./$(MKIMG) -soc IMX9 -append $(AHAB_IMG) -c $(OEI_OPT_M33) -msel $(MSEL) \
-m33 $(MCU_IMG) 0 $(MCU_TCM_ADDR) \
-m7 $(M7_IMG) 0 $(M7_DDR_ADDR) $(M7_DDR_ADDR) \
-ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR_M33_VIEW) $(V2X_DUMMY) -out flash.bin
$(call append_container,u-boot-atf-container.img,1)
flash_all_ddr_flexspi: $(MKIMG) $(AHAB_IMG) $(MCU_IMG) $(M7_IMG) u-boot-atf-container.img $(SPL_A55_IMG) $(OEI_IMG_M33) fcb.bin
./$(MKIMG) -soc IMX9 -append $(AHAB_IMG) -c $(OEI_OPT_M33) -msel $(MSEL) \
-m33 $(MCU_IMG) 0 $(MCU_TCM_ADDR) \
-m7 $(M7_IMG) 0 $(M7_DDR_ADDR) $(M7_DDR_ADDR) \
-ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR_M33_VIEW) $(V2X_DUMMY) \
-fcb fcb.bin $(FCB_LOAD_ADDR) -out flash.bin
$(call append_container,u-boot-atf-container.img,1)
$(call append_fcb)
flash_all_no_ahabfw: $(MKIMG) $(MCU_IMG) $(M7_IMG) u-boot-atf-container.img $(SPL_A55_IMG) $(OEI_IMG_M33)
./$(MKIMG) -soc IMX9 -c $(OEI_OPT_M33) -msel $(MSEL) \
-m33 $(MCU_IMG) 0 $(MCU_TCM_ADDR) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment