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:
Simon Glass
2025-08-08 15:54:34 -06:00
parent 79c09c4244
commit 5f6e2806b0

View File

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