Peng Fan | 79b393d | 2018-10-16 04:50:39 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright 2018 NXP |
| 4 | * |
Patrick Delaunay | 258117a | 2020-02-28 15:18:13 +0100 | [diff] [blame] | 5 | * Refer doc/imx/mkimage/imx8image.txt for more details about how-to configure |
Peng Fan | 79b393d | 2018-10-16 04:50:39 +0000 | [diff] [blame] | 6 | * and create imx8image boot image |
| 7 | */ |
| 8 | |
Peng Fan | 79b393d | 2018-10-16 04:50:39 +0000 | [diff] [blame] | 9 | |
Oliver Graute | d5efa3c | 2022-11-04 16:03:39 +0100 | [diff] [blame] | 10 | BOOT_FROM sd |
Peng Fan | 79b393d | 2018-10-16 04:50:39 +0000 | [diff] [blame] | 11 | /* SoC type IMX8QX */ |
| 12 | SOC_TYPE IMX8QX |
| 13 | /* Append seco container image */ |
| 14 | APPEND ahab-container.img |
| 15 | /* Create the 2nd container */ |
| 16 | CONTAINER |
| 17 | /* Add scfw image with exec attribute */ |
| 18 | IMAGE SCU mx8qx-mek-scfw-tcm.bin |
| 19 | /* Add ATF image with exec attribute */ |
Peng Fan | 0b2236d | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 20 | IMAGE A35 spl/u-boot-spl.bin 0x00100000 |