On Mon, Jun 19, 2023 at 8:02 PM Simon Glass <[email protected]> wrote: > > 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 <[email protected]> > --- > > (no changes since v2) > > Changes in v2: > - Bring in to qemu series > - Rebase to -next > - Drop unused of_match > - Fix Boschs typo > - Rename bochs_init_linear_fb() function to drop 'linear' > - Fix uninited variable > > drivers/video/Kconfig | 30 ++++++++++ > drivers/video/Makefile | 1 + > drivers/video/bochs.c | 123 +++++++++++++++++++++++++++++++++++++++++ > drivers/video/bochs.h | 36 ++++++++++++ > 4 files changed, 190 insertions(+) > create mode 100644 drivers/video/bochs.c > create mode 100644 drivers/video/bochs.h >
Reviewed-by: Bin Meng <[email protected]>

