]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: video: Add a driver for QEMU bochs emulation
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:18 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:23:15 +0000 (17:23 +0800)
commite2d934b4dae97493db2a74211a82b433776e2000
tree3d2ffdbdd2d0ffebba1ad40d6fe504d96140cf15
parent085f8db6b98dfdd8c1707797003d677ce654904f
x86: video: Add a driver for QEMU bochs emulation

Bochs is convenient with QEMU on x86 since it does not require a video
BIOS. Add a driver for it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/bochs.c [new file with mode: 0644]
drivers/video/bochs.h [new file with mode: 0644]