On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> wrote: > > The current implementation for DSDT tables is not correct for the case > where there is generated code, as the length ends up being incorrect. > Also, we want the generated code to go first in the table. > > Rewrite this piece to correct these problems. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/lib/acpi_table.c | 27 ++++++++++++++++++--------- > 1 file changed, 18 insertions(+), 9 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>