]> git.ipfire.org Git - thirdparty/u-boot.git/commit
acpi: rename aslc_id, aslc_revision
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Jan 2024 11:52:48 +0000 (12:52 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Mar 2024 08:15:39 +0000 (09:15 +0100)
commit4735d03a9777e96829540adaac28db6a1649620d
tree0ee1426f24bee73425af401d2e05f40b24ef0984
parentab8d9ca3044acf51d8ff3bf3c4718c48f30ad606
acpi: rename aslc_id, aslc_revision

The fields Creator ID and Creator Revision contain information about the
tool that created an ACPI table. This may be the ASL compiler for some
tables but it is not for others. Naming these fields aslc_id and
aslc_revision is misleading.

It is usual to see diverse values of Creator ID. On a laptop I saw these:
'AMD ', 'INTL, 'MSFT', 'PTEC'. Obviously not all relate to the Intel
ASL compiler.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/x86/lib/acpi_nhlt.c
arch/x86/lib/acpi_table.c
cmd/acpi.c
include/acpi/acpi_table.h
lib/acpi/acpi_table.c
lib/acpi/ssdt.c
test/dm/acpi.c