Re: [PATCH v4 16/45] qfw: Set the address of the ACPI tables

2023-07-12 Thread Bin Meng
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote: > > Once the ACPI tables have been set up, record their address so that it is > possible to list them with 'acpi list'. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/misc/qfw.c | 4 > 1 file changed, 4 insertion

[PATCH v4 16/45] qfw: Set the address of the ACPI tables

2023-06-19 Thread Simon Glass
Once the ACPI tables have been set up, record their address so that it is possible to list them with 'acpi list'. Signed-off-by: Simon Glass --- (no changes since v1) drivers/misc/qfw.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/misc/qfw.c b/drivers/misc/qfw.c index 9ef95c