acpi: Provide a way to build in a boot logo
EFI has a Boot Graphics Record Table which can be used to show a logo when booting up and shutting down. Add support for adding this to the image, using a U-Boot logo which includes the name, since many people will be unfamiliar with the logo. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -11,6 +11,8 @@ obj-$(CONFIG_$(PHASE_)ACPIGEN) += acpi_dp.o
|
||||
obj-$(CONFIG_$(PHASE_)ACPIGEN) += acpi_table.o
|
||||
obj-y += acpi_writer.o
|
||||
|
||||
obj-y += bgrt_image.o
|
||||
|
||||
# With QEMU the ACPI tables come from there, not from U-Boot
|
||||
ifndef CONFIG_QFW_ACPI
|
||||
obj-y += base.o
|
||||
|
||||
BIN
lib/acpi/bgrt_image.bmp
Normal file
BIN
lib/acpi/bgrt_image.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Reference in New Issue
Block a user