
From: Simon Glass <sjg@chromium.org> This series collects a few fix-ups for the recent BGRT series and tweaks the ACPI tables to use U-Boot as the 'creator' of the tables. It also adds a new logo for U-Boot (with text below). Changes in v2: - Add new patch to explain why boot-services data is used for BGRT image Simon Glass (5): tools: Add the logo with text under it acpi: Explain why boot-services data is used for BGRT image acpi: Use the logo with text underneath acpi: Check ACPI revision before accessing XSDT acpi: Use the U-Boot ACPI ID and version arch/x86/lib/acpi_nhlt.c | 2 +- arch/x86/lib/acpi_table.c | 2 +- include/acpi/acpi_table.h | 5 +-- lib/acpi/acpi.c | 8 +++-- lib/acpi/acpi_extra.c | 11 +++++- lib/acpi/acpi_table.c | 2 +- lib/acpi/bgrt_image.bmp | Bin 43926 -> 56574 bytes test/dm/acpi.c | 58 +++++++++++++++++++------------ tools/logos/u_boot_logo_text.svg | Bin 0 -> 10733 bytes 9 files changed, 55 insertions(+), 33 deletions(-) create mode 100644 tools/logos/u_boot_logo_text.svg -- 2.43.0 base-commit: d33a7d75c25c9c19019919897d248687c15f0974 branch: bgr2