ARM: Add support for Versatile Express boards

This commit is contained in:
Ali Saidi
2011-08-19 15:08:08 -05:00
parent 23755eb434
commit d2a0a2ec22
6 changed files with 99 additions and 8 deletions

View File

@@ -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'