Re: [PATCH 06/32] x86: acpi: Store the ACPI context in global_data

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > At present we create the ACPI context but then drop it after generation of > tables is complete. This is annoying because we have to then search for > tables later. > > To fix this, allocate the context and store it in global_data. > > Signed

[PATCH 06/32] x86: acpi: Store the ACPI context in global_data

2020-09-27 Thread Simon Glass
At present we create the ACPI context but then drop it after generation of tables is complete. This is annoying because we have to then search for tables later. To fix this, allocate the context and store it in global_data. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 7 +