All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cmd: acpi: fix list_fadt()
@ 2023-12-15 16:40 Heinrich Schuchardt
  2023-12-15 16:40 ` [PATCH 1/3] acpi: fix FADT table Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2023-12-15 16:40 UTC (permalink / raw)
  To: Simon Glass; +Cc: Bin Meng, Andy Shevchenko, u-boot, Heinrich Schuchardt

Fields X_FIRMWARE and X_DSDT in the FADT table must be 64bit.
Fix the definition in our include.

The 64bit fields X_FIRMWARE and X_DSDT take precedence over the respective
32bit fields.

Don't fill unused fields FIRMWAE and DSDT.

Write an error if the hardware reduce flag is not set for non-x86 systems.

Heinrich Schuchardt (3):
  acpi: fix FADT table
  cmd: acpi: fix listing DSDT and FACS
  cmd: acpi: check HW reduced flag in acpi list

 arch/x86/cpu/baytrail/acpi.c |  8 ++------
 arch/x86/cpu/quark/acpi.c    |  8 ++------
 arch/x86/cpu/tangier/acpi.c  |  8 ++------
 arch/x86/lib/acpi_table.c    |  9 ++-------
 cmd/acpi.c                   | 12 ++++++++++--
 include/acpi/acpi_table.h    |  6 ++----
 6 files changed, 20 insertions(+), 31 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-15 19:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 16:40 [PATCH 0/3] cmd: acpi: fix list_fadt() Heinrich Schuchardt
2023-12-15 16:40 ` [PATCH 1/3] acpi: fix FADT table Heinrich Schuchardt
2023-12-15 17:43   ` Andy Shevchenko
2023-12-15 17:48   ` Simon Glass
2023-12-15 19:04     ` Heinrich Schuchardt
2023-12-15 16:40 ` [PATCH 2/3] cmd: acpi: fix listing DSDT and FACS Heinrich Schuchardt
2023-12-15 16:40 ` [PATCH 3/3] cmd: acpi: check HW reduced flag in acpi list Heinrich Schuchardt
2023-12-15 17:46   ` Andy Shevchenko
2023-12-15 19:22     ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.