imximage.cfg 559 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2018 NXP
  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 SD 0x400
  11. /* SoC type IMX8QX */
  12. SOC_TYPE IMX8QX
  13. /* Append seco container image */
  14. APPEND ahab-container.img
  15. /* Create the 2nd container */
  16. CONTAINER
  17. /* Add scfw image with exec attribute */
  18. IMAGE SCU mx8qx-mek-scfw-tcm.bin
  19. /* Add ATF image with exec attribute */
  20. IMAGE A35 spl/u-boot-spl.bin 0x00100000