]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc6c722d4a84f1bb589cd1db079345b45ef5372dd
treefb3a5685c362e3f7d4dd3e30bcf31988a0e7227b
parentf61b288749e3acb7d703b2360c0b0f621a78c4cf
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>
14 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/vbe.h [deleted file]
include/vesa.h [new file with mode: 0644]
lib/elf.c