Oliver Graute | abf0e7b | 2023-04-21 12:11:50 +0200 | [diff] [blame] | 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 */ |
| 11 | BOOT_FROM sd |
| 12 | |
| 13 | SOC_TYPE IMX8QM |
| 14 | /* Append seco container image */ |
| 15 | APPEND mx8qm-ahab-container.img |
| 16 | /* Create the 2nd container */ |
| 17 | CONTAINER |
| 18 | /* Add scfw image with exec attribute */ |
| 19 | IMAGE SCU mx8qm-val-scfw-tcm.bin |
| 20 | /* Add ATF image with exec attribute */ |
| 21 | IMAGE A35 bl31.bin 0x80000000 |
| 22 | /* Add U-Boot image with load attribute */ |
| 23 | DATA A35 u-boot-dtb.bin 0x80020000 |