apalis-imx8-imximage.cfg 651 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2019 Toradex
  4. *
  5. * Refer doc/imx/mkimage/imx8image.txt for more details about how-to configure
  6. * and create imx8image boot image
  7. */
  8. #define __ASSEMBLY__
  9. /* Boot from SD, sector size 0x400 */
  10. BOOT_FROM EMMC_FASTBOOT 0x400
  11. /* SoC type IMX8QM */
  12. SOC_TYPE IMX8QM
  13. /* Append seco container image */
  14. APPEND mx8qm-ahab-container.img
  15. /* Create the 2nd container */
  16. CONTAINER
  17. /* Add scfw image with exec attribute */
  18. IMAGE SCU mx8qm-apalis-scfw-tcm.bin
  19. /* Add ATF image with exec attribute */
  20. IMAGE A35 bl31.bin 0x80000000
  21. /* Add U-Boot image with load attribute */
  22. DATA A35 u-boot-dtb.bin 0x80020000