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:
@@ -241,7 +241,7 @@ def addFSOptions(parser):
|
||||
parser.add_option("--bare-metal", action="store_true",
|
||||
help="Provide the raw system without the linux specific bits")
|
||||
parser.add_option("--machine-type", action="store", type="choice",
|
||||
choices=ArmMachineType.map.keys(), default="RealView_PBX")
|
||||
choices=ArmMachineType.map.keys(), default="VExpress_EMM")
|
||||
parser.add_option("--dtb-filename", action="store", type="string",
|
||||
help="Specifies device tree blob file to use with device-tree-"\
|
||||
"enabled kernels")
|
||||
|
||||
Reference in New Issue
Block a user