blob: 43035088e3779b34b7074acfb3cf432af0cfae04 [file] [log] [blame]
Oliver Grauteaf5e29b2021-05-31 15:50:40 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2018 NXP
4 */
5
Oliver Grauteaf5e29b2021-05-31 15:50:40 +02006
Oliver Graute51039ce2022-11-04 16:03:38 +01007BOOT_FROM sd
8
Oliver Grauteaf5e29b2021-05-31 15:50:40 +02009/* SoC type IMX8QM */
10SOC_TYPE IMX8QM
11/* Append seco container image */
12APPEND mx8qm-ahab-container.img
13/* Create the 2nd container */
14CONTAINER
15/* Add scfw image with exec attribute */
16IMAGE SCU mx8qm-val-scfw-tcm.bin
17/* Add ATF image with exec attribute */
18IMAGE A35 bl31.bin 0x80000000
19/* Add U-Boot image with load attribute */
20DATA A35 u-boot-dtb.bin 0x80020000