blob: ba0b416f4a520546c726ff2e72754a60f0ac443b [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Leonardo Sandoval579c7372020-10-23 15:23:32 -05003# Copyright (c) 2019-2020 Arm Limited. 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
10sgi_prebuilts="${sgi_prebuilts:-$css_downloads/sgi/rde1edge}"
11
Harrison Mutai6f4fd6c2023-03-27 13:22:41 +010012kernel_list[sgi-busybox]="$sgi_prebuilts/Image"
13initrd_list[sgi-ramdisk]="$sgi_prebuilts/ramdisk-busybox.img"
Fathi Boudra422bf772019-12-02 11:10:16 +020014
15scp_ram_addr=0x0bd80000
16mcp_ram_addr=0x0be00000