Mathieu Othacehe | 9b832ad | 2023-12-29 12:02:18 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright 2023 Mathieu Othacehe <m.othacehe@gmail.com> |
| 4 | */ |
| 5 | |
| 6 | BOOT_FROM SD 0x400 |
| 7 | SOC_TYPE IMX9 |
| 8 | CONTAINER |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame^] | 9 | #ifdef CONFIG_IMX91 |
| 10 | IMAGE A55 bl31.bin 0x204C0000 |
| 11 | #else |
Mathieu Othacehe | 9b832ad | 2023-12-29 12:02:18 +0100 | [diff] [blame] | 12 | IMAGE A55 bl31.bin 0x204E0000 |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame^] | 13 | #endif |
Mathieu Othacehe | 8bb6ede | 2024-02-26 18:37:18 +0100 | [diff] [blame] | 14 | IMAGE A55 u-boot.bin CONFIG_TEXT_BASE |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame^] | 15 | IMAGE A55 tee.bin 0x96000000 |