fix arm timer baremetal!

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-06 00:00:00 +00:00
parent b22c628c04
commit 84f88e5770
5 changed files with 53 additions and 20 deletions

View File

@@ -719,6 +719,8 @@ Incompatible archs are skipped.
# http://lists.nongnu.org/archive/html/qemu-discuss/2018-08/msg00034.html
env['machine2'] = 'highmem=off'
elif env['arch'] == 'aarch64':
# TODO allow the Gic version to be controlled from the CLI.
# env['machine2'] = 'gic_version=3'
env['machine2'] = None
else:
env['machine2'] = None