]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: acpi: check HW reduced flag in acpi list
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Dec 2023 08:11:59 +0000 (09:11 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:49:02 +0000 (13:49 -0700)
commitc95ade8dcd1882d756c43375e91020562bc3886b
tree3bad9ae1e466f675c7727e4ac3862c749c4eb28d
parentc5924b1cd3a6eb980cea59e5f663bb614686b55d
cmd: acpi: check HW reduced flag in acpi list

On non x86 platforms the hardware reduce flag must be set in the FADT
table. Write an error message if the flag is missing.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Rebased on -next to use nomap, add hyphens:
Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/acpi.c