Re: [PATCH v4 11/45] acpi: Add a comment to set the acpi tables

2023-07-12 Thread Bin Meng
Hi Simon, On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote: > > Sometimes a previous bootloader has written ACPI tables. It is useful to > be able to find and list these. Add an 'acpi set' command to set the > address for these tables. > > Signed-off-by: Simon Glass > --- > > (no changes since

[PATCH v4 11/45] acpi: Add a comment to set the acpi tables

2023-06-19 Thread Simon Glass
Sometimes a previous bootloader has written ACPI tables. It is useful to be able to find and list these. Add an 'acpi set' command to set the address for these tables. Signed-off-by: Simon Glass --- (no changes since v1) cmd/acpi.c | 24 +--- doc/usage/cmd/acpi.