U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] acpi: simplify updating ACPI table header checksum
@ 2025-03-21 23:21 Heinrich Schuchardt
  2025-03-21 23:21 ` [PATCH 1/5] acpi: new function acpi_update_checksum() Heinrich Schuchardt
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Heinrich Schuchardt @ 2025-03-21 23:21 UTC (permalink / raw)
  To: Simon Glass
  Cc: Matthias Brugger, Peter Robinson, Tom Rini, Bin Meng,
	Patrick Rudolph, Maximilian Brune, Fiona Klute, Martin Stolpe,
	Rasmus Villemoes, Ilias Apalodimas, Moritz Fischer, u-boot,
	Heinrich Schuchardt

Introduce a new function to update ACPI table headers.
This allows to simplify the existing code.

Heinrich Schuchardt (5):
  acpi: new function acpi_update_checksum()
  acpi: simplify updating header checksum
  x86/acpi: simplify updating header checksum
  qemu-sbsa: simplify updating ACPI table header checksum
  arm: simplify updating ACPI table header checksum

 arch/arm/mach-bcm283x/bcm2711_acpi.c |  4 ++--
 arch/x86/cpu/apollolake/hostbridge.c |  2 +-
 arch/x86/lib/acpi_nhlt.c             |  2 +-
 arch/x86/lib/acpi_table.c            | 11 ++++-------
 board/emulation/qemu-sbsa/acpi.c     |  4 ++--
 board/raspberrypi/rpi/rpi.c          |  2 +-
 include/acpi/acpi_table.h            |  7 +++++++
 lib/acpi/acpi.c                      |  7 +++++++
 lib/acpi/acpi_table.c                | 18 +++++++-----------
 lib/acpi/base.c                      |  6 ++----
 lib/acpi/csrt.c                      |  2 +-
 lib/acpi/mcfg.c                      |  2 +-
 lib/acpi/ssdt.c                      |  2 +-
 13 files changed, 37 insertions(+), 32 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-04-10  1:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 23:21 [PATCH 0/5] acpi: simplify updating ACPI table header checksum Heinrich Schuchardt
2025-03-21 23:21 ` [PATCH 1/5] acpi: new function acpi_update_checksum() Heinrich Schuchardt
2025-03-25 14:49   ` Matthias Brugger
2025-03-26  7:29   ` Ilias Apalodimas
2025-03-21 23:21 ` [PATCH 2/5] acpi: simplify updating header checksum Heinrich Schuchardt
2025-03-25 14:55   ` Matthias Brugger
2025-03-26  7:30   ` Ilias Apalodimas
2025-03-21 23:21 ` [PATCH 3/5] x86/acpi: " Heinrich Schuchardt
2025-03-25 14:58   ` Matthias Brugger
2025-03-21 23:21 ` [PATCH 4/5] qemu-sbsa: simplify updating ACPI table " Heinrich Schuchardt
2025-03-25 15:01   ` Matthias Brugger
2025-03-26  7:30   ` Ilias Apalodimas
2025-03-21 23:21 ` [PATCH 5/5] arm: " Heinrich Schuchardt
2025-03-25 15:03   ` Matthias Brugger
2025-03-26  7:31   ` Ilias Apalodimas
2025-04-10  1:46 ` [PATCH 0/5] acpi: " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox