blob: 16183f96679d9d1ed65f4d73e36410503491b97f [file] [log] [blame]
Marcel Ziswiler3d603662019-05-31 19:00:20 +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 Ziswiler3d603662019-05-31 19:00:20 +03006 * and create imx8image boot image
7 */
8
Marcel Ziswiler3d603662019-05-31 19:00:20 +03009
10/* Boot from SD, sector size 0x400 */
11BOOT_FROM EMMC_FASTBOOT 0x400
12/* SoC type IMX8QM */
13SOC_TYPE IMX8QM
14/* Append seco container image */
15APPEND mx8qm-ahab-container.img
16/* Create the 2nd container */
17CONTAINER
18/* Add scfw image with exec attribute */
19IMAGE SCU mx8qm-apalis-scfw-tcm.bin
20/* Add ATF image with exec attribute */
21IMAGE A35 bl31.bin 0x80000000
22/* Add U-Boot image with load attribute */
23DATA A35 u-boot-dtb.bin 0x80020000