diff --git a/Makefile b/Makefile index 31d41a7eae97a1bbc9cea4ce1fc3265713a6ce44..c830d7a46c162835399fba2feb187b480e8109ca 100644 --- a/Makefile +++ b/Makefile @@ -552,7 +552,8 @@ multiboot.bin linuxboot.bin linuxboot_dma.bin kvmvapic.bin \ s390-ccw.img \ spapr-rtas.bin slof.bin skiboot.lid \ palcode-clipper \ -u-boot.e500 +u-boot.e500 \ +qemu_vga.ndrv else BLOBS= endif diff --git a/pc-bios/qemu_vga.ndrv b/pc-bios/qemu_vga.ndrv new file mode 100644 index 0000000000000000000000000000000000000000..6e02f74d61e01c87cf50b10e174a6626bee13677 Binary files /dev/null and b/pc-bios/qemu_vga.ndrv differ