On Sat, Nov 1, 2025 at 3:53 AM Heinrich Schuchardt <[email protected]> wrote: > > The U-Boot project has been assigned the vendor ID 'UBOO' [1]. Use this > vendor ID and our release version in the ACPI table headers. > > [1] ACPI ID Registry > https://uefi.org/ACPI_ID_List > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > arch/x86/lib/acpi_nhlt.c | 2 +- > arch/x86/lib/acpi_table.c | 2 +- > include/acpi/acpi_table.h | 20 +++++++++++--- > lib/acpi/acpi_table.c | 6 ++--- > test/dm/acpi.c | 55 +++++++++++++++++++++++---------------- > 5 files changed, 54 insertions(+), 31 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

