diff options
author | Jairo Balart <jairo.balart@metempsy.com> | 2018-10-11 16:03:24 +0200 |
---|---|---|
committer | Jairo Balart <jairo.balart@metempsy.com> | 2019-01-07 22:29:03 +0000 |
commit | 761a5806fb9b96acb94cd8278d3273241e657226 (patch) | |
tree | f27e2dcc496e3e5b4e2b98e72a7bde98552f4e75 /.gitignore | |
parent | dcc15d6d0764b08b9ab5d52d19f24072888c575a (diff) | |
download | gem5-761a5806fb9b96acb94cd8278d3273241e657226.tar.xz |
system-arm: Add aarch64 bootloader support for GICv3
Change-Id: If75262709868cc59d320f60273a32397339f1dd5
Signed-off-by: Jairo Balart <jairo.balart@metempsy.com>
Reviewed-on: https://gem5-review.googlesource.com/c/13435
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6075ffe0b..9a276b266 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ m5out /system/arm/simple_bootloader/boot.arm /system/arm/simple_bootloader/boot_emm.arm /system/arm/aarch64_bootloader/boot_emm.arm64 +/system/arm/aarch64_bootloader/boot_emm_v2.arm64 |