From bb0ab1d464ff875b44cfce57e3c01c7587b02727 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 4 Sep 2018 14:11:10 +0100 Subject: 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 Reviewed-on: https://gem5-review.googlesource.com/c/12471 Maintainer: Andreas Sandberg --- src/arch/arm/ArmSystem.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/arm/ArmSystem.py') 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, -- cgit v1.2.3