On 7/1/26 14:01, Simon Glass wrote:
Hi Heinrich,
On 2026-06-28T08:27:58, Heinrich Schuchardt
<[email protected]> wrote:
efi_loader: add ACPI table dump EFI app
Provide an EFI binary that can dump all ACPI tables to files
<table_name>.dat. These can then be further analyzed by decompiling
with iasl.
The DSDT and FACS tables are identified via FADT.
The following commands are provided:
* check - parse ACPI table list\r\n", do_check
* write - save one file per ACPI table\r\n", do_write
The file names are constructed from:
* 4 character ACPI table name
* number if there are multiple ACPI tables of the same type
* '.dat' extension
This matches the output of the Linux acpidump -b command.
[...]
lib/efi_loader/Makefile | 3 +-
lib/efi_loader/acpidump.c | 566 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 568 insertions(+), 1 deletion(-)
Did you see my comments on v2?
Regards,
Simon
I thought the v3 change covered them all.
What did I miss?
Best regards
Heinrich