From d2a0a2ec2202eb8fa04ddd3e359c1c9dc7f04cb1 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 19 Aug 2011 15:08:08 -0500 Subject: ARM: Add support for Versatile Express boards --- src/arch/arm/ArmSystem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/arm/ArmSystem.py b/src/arch/arm/ArmSystem.py index 9bd11041a..495211248 100644 --- a/src/arch/arm/ArmSystem.py +++ b/src/arch/arm/ArmSystem.py @@ -41,7 +41,8 @@ from System import System class ArmMachineType(Enum): map = {'RealView_EB' : 827, - 'RealView_PBX' : 1901 } + 'RealView_PBX' : 1901, + 'VersatileExpress' : 2272} class ArmSystem(System): type = 'ArmSystem' -- cgit v1.2.3