scripts: build-efi: Enable the display on ARM
Enable the display on ARM devices, so it works when running Tianocore. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -107,6 +107,9 @@ class BuildEfi:
|
||||
else:
|
||||
if self.args.arch == 'arm':
|
||||
extra += ['-device', 'virtio-gpu-pci']
|
||||
extra += ['-device', 'qemu-xhci', '-device', 'usb-kbd',
|
||||
'-device', 'usb-tablet']
|
||||
extra += ['-display', 'default,show-cursor=on']
|
||||
extra += ['-serial', 'mon:stdio']
|
||||
serial_msg = ''
|
||||
if self.args.kvm:
|
||||
|
||||
Reference in New Issue
Block a user