misc: Add VExpress_GEM5_Foundation bootloader

The VExpress_GEM5_Foundation platform cannot use the VExpress_GEM5_V2
bootloader as the GIC has a different memory map

A new tarball has been uploaded to dist.gem5.org with the new bootloader

Change-Id: Ie0c16e623c3323b7be2a333cd6b0ffcf891b7b9b
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/59392
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Giacomo Travaglini
2021-09-29 21:15:38 +01:00
parent 776321d2c2
commit 5d45c50b48
3 changed files with 11 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ arm_fs_long_tests = [
#'realview-simple-timing-dual-ruby',
]
tarball = 'aarch-system-20210904.tar.bz2'
tarball = 'aarch-system-20220505.tar.bz2'
url = config.resource_url + "/arm/" + tarball
filepath = os.path.dirname(os.path.abspath(__file__))
path = joinpath(config.bin_path, 'arm')