diff options
author | Ciro Santilli <ciro.santilli@arm.com> | 2018-09-04 14:11:10 +0100 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@arm.com> | 2018-10-08 09:40:36 +0000 |
commit | bb0ab1d464ff875b44cfce57e3c01c7587b02727 (patch) | |
tree | c818581fd37faa43a3c764ea7e1ad3cde5f5176a /src/arch | |
parent | 9145d4854321870c02ded3bb8b554ecb236a9e87 (diff) | |
download | gem5-bb0ab1d464ff875b44cfce57e3c01c7587b02727.tar.xz |
dev, arm: remove the RealViewEB platform
This is an old platform, and we haven't had official Linux kernel configs
for it in a while, so we've decided to deprecate it.
Furthermore, trying to use it fails with:
object 'RealViewEB' has no attribute 'pci_host'
and the last commit in the class happened two years ago, which indicates
that no one has been using it.
Change-Id: Icc674b00b152eb3246e05141dbaf2624cc720f21
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/12471
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/ArmSystem.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/ArmSystem.py b/src/arch/arm/ArmSystem.py index ec44331dd..1e3a8cfca 100644 --- a/src/arch/arm/ArmSystem.py +++ b/src/arch/arm/ArmSystem.py @@ -45,7 +45,6 @@ from ArmSemihosting import ArmSemihosting class ArmMachineType(Enum): map = { - 'RealViewEB' : 827, 'RealViewPBX' : 1901, 'VExpress_EMM' : 2272, 'VExpress_EMM64' : 2272, |