blob: 636483e19a6b1023bd22591e2d072bd0eb2085e2 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Rohit Mathew99ee1572024-02-14 22:16:00 +00003# Copyright (c) 2019-2024 Arm Limited and Contributors. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8source "$ci_root/fvp_utils.sh"
9
Rohit Mathew99ee1572024-02-14 22:16:00 +000010nrd_prebuilts="${nrd_prebuilts:-$tfa_downloads/neoverse_rd/rdn1edge}"
Fathi Boudra422bf772019-12-02 11:10:16 +020011
Maksims Svecovsc0436842021-10-21 14:03:40 +010012# Pre-built SCP/MCP binaries
13scp_mcp_prebuilts="${scp_mcp_prebuilts:-$scp_mcp_downloads/rdn1e1/release}"
Alexei Fedorov9e4473d2020-11-04 10:13:07 +000014
Rohit Mathew99ee1572024-02-14 22:16:00 +000015kernel_list[sgi-busybox]="$nrd_prebuilts/Image"
16initrd_list[sgi-ramdisk]="$nrd_prebuilts/ramdisk-busybox.img"
Fathi Boudra422bf772019-12-02 11:10:16 +020017
18scp_ram_addr=0x0bd80000
19mcp_ram_addr=0x0be00000