Re: [PATCH v5 45/46] acpi: Support checking checksums

2025-03-28 Thread Simon Glass
Hi Heinrich, On Fri, 21 Mar 2025 at 06:24, Heinrich Schuchardt wrote: > > On 21.03.25 11:49, Heinrich Schuchardt wrote: > > On 15.03.25 15:26, Simon Glass wrote: > >> When the ACPI tables come from an earlier bootloader it is helpful to > >> see whether the checksums are correct or not. Add a -c

Re: [PATCH v5 45/46] acpi: Support checking checksums

2025-03-21 Thread Heinrich Schuchardt
On 21.03.25 11:49, Heinrich Schuchardt wrote: On 15.03.25 15:26, Simon Glass wrote: When the ACPI tables come from an earlier bootloader it is helpful to see whether the checksums are correct or not. Add a -c flag to the 'acpi list' command to support that. Signed-off-by: Simon Glass --- (no

Re: [PATCH v5 45/46] acpi: Support checking checksums

2025-03-21 Thread Heinrich Schuchardt
On 15.03.25 15:26, Simon Glass wrote: When the ACPI tables come from an earlier bootloader it is helpful to see whether the checksums are correct or not. Add a -c flag to the 'acpi list' command to support that. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add new pat

[PATCH v5 45/46] acpi: Support checking checksums

2025-03-15 Thread Simon Glass
When the ACPI tables come from an earlier bootloader it is helpful to see whether the checksums are correct or not. Add a -c flag to the 'acpi list' command to support that. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add new patch to support checking checksums with AC