Re: [PATCH 21/32] x86: acpi: Put the generated code first in DSDT

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass 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 thes

[PATCH 21/32] x86: acpi: Put the generated code first in DSDT

2020-09-27 Thread Simon Glass
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 --- arch/x86/lib/acpi