1/* SPDX-License-Identifier:	GPL-2.0-or-later */
2/*
3 * Copyright 2017-2018 NXP
4 * Copyright 2019-2023 Kococonnector GmbH
5 */
6
7#define __ASSEMBLY__
8
9/* Boot from SD, sector size 0x400 */
10/* SoC type IMX8QM */
11BOOT_FROM	sd
12
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-val-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
24