
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). Simon Glass (4): tools: Add the logo with text under it 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_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 8 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 tools/logos/u_boot_logo_text.svg -- 2.43.0 base-commit: 5659b7adcb906a50d740ca68d3fc458172b9682c branch: bgr