]> git.baikalelectronics.ru Git - uboot.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)
commited977ff650b399594f578281d53657355870e6fd
tree3d2ffdbdd2d0ffebba1ad40d6fe504d96140cf15
parent0240075a4daf27d037a54ad56edb903c44896595
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]