arm, tests: Update config files to more recent kernels and create 64-bit regressions.
This changes the default ARM system to a Versatile Express-like system that supports 2GB of memory and PCI devices and updates the default kernels/file-systems for AArch64 ARM systems (64-bit) to support up to 32GB of memory and PCI devices. Some platforms that are no longer supported have been pruned from the configuration files. In addition a set of 64-bit ARM regressions have been added to the regression system.
This commit is contained in:
@@ -332,7 +332,20 @@ if env['TARGET_ISA'] == 'arm':
|
||||
'realview-switcheroo-atomic',
|
||||
'realview-switcheroo-timing',
|
||||
'realview-switcheroo-o3',
|
||||
'realview-switcheroo-full']
|
||||
'realview-switcheroo-full',
|
||||
'realview64-simple-atomic',
|
||||
'realview64-simple-atomic-dual',
|
||||
'realview64-simple-timing',
|
||||
'realview64-simple-timing-dual',
|
||||
'realview64-o3',
|
||||
'realview64-o3-checker',
|
||||
'realview64-o3-dual',
|
||||
'realview64-minor',
|
||||
'realview64-minor-dual',
|
||||
'realview64-switcheroo-atomic',
|
||||
'realview64-switcheroo-timing',
|
||||
'realview64-switcheroo-o3',
|
||||
'realview64-switcheroo-full']
|
||||
if env['TARGET_ISA'] == 'x86':
|
||||
configs += ['pc-simple-atomic',
|
||||
'pc-simple-timing',
|
||||
|
||||
Reference in New Issue
Block a user