video: Renname vbe.h to vesa.h
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:04 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:23 +0000 (08:14 -0400)
commitcafe8712e8143ae8e5e5d733d74bc46bffe0be92
treefb3a5685c362e3f7d4dd3e30bcf31988a0e7227b
parent915458e148d969ccc2e6d246794324f1f34f5b6b
video: Renname vbe.h to vesa.h

We want to use VBE to mean Verfiied Boot for Embedded in U-Boot. Rename
the existing VBE (Vesa BIOS extensions) to allow this.

Verified Boot for Embedded is documented doc/develop/vbe.rst

Signed-off-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/x86/lib/bios.c
arch/x86/lib/coreboot_table.c
arch/x86/lib/fsp/fsp_graphics.c
cmd/elf.c
drivers/bios_emulator/atibios.c
drivers/pci/pci_rom.c
drivers/video/broadwell_igd.c
drivers/video/coreboot.c
drivers/video/efi.c
drivers/video/ivybridge_igd.c
drivers/video/vesa.c
include/vesa.h [moved from include/vbe.h with 98% similarity]
lib/elf.c