blob: 44f6c0c4554256e7c458fd53018539c682d2dd87 [file] [log] [blame]
Marcel Ziswiler7ce134b72019-05-31 18:56:39 +03001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019 Toradex
4 *
Patrick Delaunaya0cd1e12020-02-28 15:18:13 +01005 * Refer doc/imx/mkimage/imx8image.txt for more details about how-to configure
Marcel Ziswiler7ce134b72019-05-31 18:56:39 +03006 * and create imx8image boot image
7 */
8
9#define __ASSEMBLY__
10
11/* Boot from SD, sector size 0x400 */
12BOOT_FROM EMMC_FASTBOOT 0x400
13/* SoC type IMX8QX */
14SOC_TYPE IMX8QX
15/* Append seco container image */
16APPEND mx8qx-ahab-container.img
17/* Create the 2nd container */
18CONTAINER
19/* Add scfw image with exec attribute */
20IMAGE SCU mx8qx-colibri-scfw-tcm.bin
21/* Add ATF image with exec attribute */
22IMAGE A35 bl31.bin 0x80000000
23/* Add U-Boot image with load attribute */
24DATA A35 u-boot-dtb.bin 0x80020000