Re: [PATCH v2 1/3] efi: Collect the ACPI tables in the app

2023-11-21 Thread Heinrich Schuchardt
On 11/12/23 21:55, Simon Glass wrote: Locate these so that they can be displayed using the 'acpi' command. Signed-off-by: Simon Glass --- (no changes since v1) lib/efi/efi_app.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/lib/efi/efi_app.c

[PATCH v2 1/3] efi: Collect the ACPI tables in the app

2023-11-12 Thread Simon Glass
Locate these so that they can be displayed using the 'acpi' command. Signed-off-by: Simon Glass --- (no changes since v1) lib/efi/efi_app.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/lib/efi/efi_app.c b/lib/efi/efi_app.c index