[PATCH 1/3] x86: baytrail: acpi: Create buffers outside of the methods

Bin Meng bmeng.cn at gmail.com
Tue Jun 2 03:18:12 CEST 2020


On Mon, Jun 1, 2020 at 12:15 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Create buffers outside of the methods as ACPICA 20200430 complains
> about this:
>
>   Remark 2173 - Creation of named objects within a method is highly
>   inefficient, use globals or method local variables instead
>   (\_SB.PCI0.LPCB.IURT._CRS)
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/include/asm/arch-baytrail/acpi/lpc.asl | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list