imximage.cfg 516 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2018 NXP
  4. */
  5. #define __ASSEMBLY__
  6. /* Boot from SD, sector size 0x400 */
  7. BOOT_FROM SD 0x400
  8. /* SoC type IMX8QM */
  9. SOC_TYPE IMX8QM
  10. /* Append seco container image */
  11. APPEND mx8qm-ahab-container.img
  12. /* Create the 2nd container */
  13. CONTAINER
  14. /* Add scfw image with exec attribute */
  15. IMAGE SCU mx8qm-val-scfw-tcm.bin
  16. /* Add ATF image with exec attribute */
  17. IMAGE A35 bl31.bin 0x80000000
  18. /* Add U-Boot image with load attribute */
  19. DATA A35 u-boot-dtb.bin 0x80020000