Hi Simon, On Thu, Jul 21, 2022 at 1:00 AM Simon Glass <s...@chromium.org> wrote: > > We want to use VBE to mean Verfiied Boot for Embedded in U-Boot. Rename
typo: Verified Is there a doc link to describe the Verified Boot for Embedded ? Just want to make sure if this acronym is the correct one to replace another existing and old VBE. > the existing VBE (Vesa BIOS extensions) to allow this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/lib/bios.c | 2 +- > arch/x86/lib/coreboot_table.c | 2 +- > arch/x86/lib/fsp/fsp_graphics.c | 2 +- > cmd/elf.c | 2 +- > drivers/bios_emulator/atibios.c | 2 +- > drivers/pci/pci_rom.c | 2 +- > drivers/video/broadwell_igd.c | 2 +- > drivers/video/coreboot.c | 2 +- > drivers/video/efi.c | 2 +- > drivers/video/ivybridge_igd.c | 2 +- > drivers/video/vesa.c | 2 +- > include/{vbe.h => vesa.h} | 4 ++-- > lib/elf.c | 2 +- > 13 files changed, 14 insertions(+), 14 deletions(-) > rename include/{vbe.h => vesa.h} (98%) > Regards, Bin