blob: 91a973161d107ac0dea3db396166d71e68462aee [file] [log] [blame]
Mathieu Othacehe9b832ad2023-12-29 12:02:18 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2023 Mathieu Othacehe <m.othacehe@gmail.com>
4 */
5
6BOOT_FROM SD 0x400
7SOC_TYPE IMX9
8CONTAINER
Peng Fan0ce300f2024-12-03 23:42:48 +08009#ifdef CONFIG_IMX91
10IMAGE A55 bl31.bin 0x204C0000
11#else
Mathieu Othacehe9b832ad2023-12-29 12:02:18 +010012IMAGE A55 bl31.bin 0x204E0000
Peng Fan0ce300f2024-12-03 23:42:48 +080013#endif
Mathieu Othacehe8bb6ede2024-02-26 18:37:18 +010014IMAGE A55 u-boot.bin CONFIG_TEXT_BASE
Peng Fan0ce300f2024-12-03 23:42:48 +080015IMAGE A55 tee.bin 0x96000000