On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> 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-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/lib/acpi_table.c | 7 ++++++- > include/asm-generic/global_data.h | 5 +++++ > 2 files changed, 11 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>