Divin Raj | 5eb6948 | 2024-10-02 11:36:04 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | source "$ci_root/fvp_utils.sh" | ||||
9 | |||||
10 | arm_automotive_solutions="${rd1ae_prebuilts:-$tfa_downloads/arm_automotive_solutions}" | ||||
11 | |||||
12 | # RD-1 AE AP bl2 0x00 is mapped to 0x70083C00 in RSE memory map | ||||
13 | rd1ae_ap_bl2_flash_load_addr=0x70083C00 | ||||
14 | rd1ae_ap_bl2_flash_size=0x80000 |