]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: set creator_revision in acpi_fill_header
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 18 Apr 2024 03:11:13 +0000 (05:11 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:32 +0000 (07:36 +0100)
commit07a6c69759eb4a99f044962c8c40c093af534351
treec0ef56dc0dfb584e0172c3068d8d40274cdd6468
parentd1fffbe3c808a9012a05b048560e17ce43f8ef9e
acpi: set creator_revision in acpi_fill_header

We should have a single place where we write the default value to the
creator revision field. If we ever will have any table created by another
tool, we can overwrite the value afterwards.

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