Re: [PATCH v2 3/4] cmd: acpi: check HW reduced flag in acpi list

2023-12-16 Thread Simon Glass
On Fri, 15 Dec 2023 at 11:27, Heinrich Schuchardt wrote: > > 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 > --- > v2: > no change > --- > cmd/acpi.c | 4 > 1 file

[PATCH v2 3/4] cmd: acpi: check HW reduced flag in acpi list

2023-12-15 Thread Heinrich Schuchardt
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 --- v2: no change --- cmd/acpi.c | 4 1 file changed, 4 insertions(+) diff --git a/cmd/acpi.c b/cmd/acpi.c index 8d9eaf36c9