blob: 9d39f25bf6baca58a9195e7fa50c786d0352e11c [file] [log] [blame]
Peng Fan6d9b4832018-10-16 04:50:39 +00001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2018 NXP
4 *
5 * Refer doc/README.imx8image for more details about how-to configure
6 * and create imx8image boot image
7 */
8
9#define __ASSEMBLY__
10#include <config.h>
11
12/* Boot from SD, sector size 0x400 */
13BOOT_FROM SD 0x400
14/* SoC type IMX8QX */
15SOC_TYPE IMX8QX
16/* Append seco container image */
17APPEND ahab-container.img
18/* Create the 2nd container */
19CONTAINER
20/* Add scfw image with exec attribute */
21IMAGE SCU mx8qx-mek-scfw-tcm.bin
22/* Add ATF image with exec attribute */
23IMAGE A35 bl31.bin 0x80000000
24/* Add U-Boot image with load attribute */
25DATA A35 u-boot-dtb.bin 0x80020000