summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-10-23 22:07:35 -0700
committerYe Li <ye.li@nxp.com>2019-10-23 22:14:11 -0700
commit1c2277b95ce59f5d0265f26fec522e2ac2581e59 (patch)
treeac1f3755af07ea8d634b705c7c418274685c168a
parentd4775f2022241b2441841c927eed7ddc5085a748 (diff)
iMX8: Update name of M4 dedicated targetsrel_imx_4.19.35_1.1.0lf-5.4.y-1.0.0android-10.0.0_1.0.0
Change the name of M4 targets from flash_cm4xxx to flash_m4xxx Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 70b3c3a058e7ec9f311014dc792c210412a364cd)
-rw-r--r--iMX8QM/scripts/m4.mak18
-rw-r--r--iMX8QX/scripts/m4.mak6
2 files changed, 12 insertions, 12 deletions
diff --git a/iMX8QM/scripts/m4.mak b/iMX8QM/scripts/m4.mak
index 5976913..61c5f43 100644
--- a/iMX8QM/scripts/m4.mak
+++ b/iMX8QM/scripts/m4.mak
@@ -1,29 +1,29 @@
-flash_cm4: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin
+flash_m4: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin
./$(MKIMG) -soc QM -rev B0 -dcd skip -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x34FE0000 -out flash.bin
-flash_cm41: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin
+flash_m41: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin
./$(MKIMG) -soc QM -rev B0 -dcd skip -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_1_image.bin 1 0x38FE0000 -out flash.bin
-flash_cm4s: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin
+flash_m4s: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin
./$(MKIMG) -soc QM -rev B0 -dcd skip -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x34FE0000 -m4 m4_1_image.bin 1 0x38FE0000 -out flash.bin
-flash_cm4_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin
+flash_m4_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin
./$(MKIMG) -soc QM -rev B0 -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x88000000 -out flash.bin
-flash_cm41_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin
+flash_m41_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin
./$(MKIMG) -soc QM -rev B0 -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_1_image.bin 1 0x88800000 -out flash.bin
-flash_cm4s_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin
+flash_m4s_ddr: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin
./$(MKIMG) -soc QM -rev B0 -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x88000000 -m4 m4_1_image.bin 1 0x88800000 -out flash.bin
-flash_cm4_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin $(QSPI_HEADER)
+flash_m4_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin $(QSPI_HEADER)
./$(MKIMG) -soc QM -rev B0 -dcd skip -dev flexspi -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -fileoff 0x80000 -p1 -m4 m4_image.bin 0 0x08081000 -out flash.bin
./$(QSPI_PACKER) $(QSPI_HEADER)
-flash_cm41_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin $(QSPI_HEADER)
+flash_m41_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_1_image.bin $(QSPI_HEADER)
./$(MKIMG) -soc QM -rev B0 -dcd skip -dev flexspi -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -fileoff 0x180000 -p1 -m4 m4_1_image.bin 1 0x08181000 -out flash.bin
./$(QSPI_PACKER) $(QSPI_HEADER)
-flash_cm4s_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin $(QSPI_HEADER)
+flash_m4s_xip: $(MKIMG) mx8qm-ahab-container.img scfw_tcm.bin m4_image.bin m4_1_image.bin $(QSPI_HEADER)
./$(MKIMG) -soc QM -rev B0 -dcd skip -dev flexspi -append mx8qm-ahab-container.img -c -scfw scfw_tcm.bin -fileoff 0x80000 -p1 -m4 m4_image.bin 0 0x08081000 -fileoff 0x180000 -m4 m4_1_image.bin 1 0x08181000 -out flash.bin
./$(QSPI_PACKER) $(QSPI_HEADER) \ No newline at end of file
diff --git a/iMX8QX/scripts/m4.mak b/iMX8QX/scripts/m4.mak
index ee5a4cf..257636e 100644
--- a/iMX8QX/scripts/m4.mak
+++ b/iMX8QX/scripts/m4.mak
@@ -1,9 +1,9 @@
-flash_cm4: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin
+flash_m4: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin
./$(MKIMG) -soc QX -rev B0 -dcd skip -append mx8qx-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x34FE0000 -out flash.bin
-flash_cm4_ddr: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin
+flash_m4_ddr: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin
./$(MKIMG) -soc QX -rev B0 -append mx8qx-ahab-container.img -c -scfw scfw_tcm.bin -p1 -m4 m4_image.bin 0 0x88000000 -out flash.bin
-flash_cm4_xip: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin $(QSPI_HEADER)
+flash_m4_xip: $(MKIMG) mx8qx-ahab-container.img scfw_tcm.bin m4_image.bin $(QSPI_HEADER)
./$(MKIMG) -soc QX -rev B0 -dcd skip -dev flexspi -append mx8qx-ahab-container.img -c -scfw scfw_tcm.bin -fileoff 0x80000 -p1 -m4 m4_image.bin 0 0x08081000 -out flash.bin
./$(QSPI_PACKER) $(QSPI_HEADER) \ No newline at end of file