Re: [PATCH v4 42/45] sandbox: Install ACPI tables on startup

2023-07-13 Thread Bin Meng
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > With x86 we set up the ACPI tables on startup so they can be examined. Do > the same with sandbox, so it is consistent. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > board/sandbox/sandbox.c | 16 > 1 fil

[PATCH v4 42/45] sandbox: Install ACPI tables on startup

2023-06-19 Thread Simon Glass
With x86 we set up the ACPI tables on startup so they can be examined. Do the same with sandbox, so it is consistent. Signed-off-by: Simon Glass --- (no changes since v1) board/sandbox/sandbox.c | 16 1 file changed, 16 insertions(+) diff --git a/board/sandbox/sandbox.c b/boa