RE: [PATCH 00/14] ACPI 2.0: Enable TermList interpretion and early opeartion region accesses for table loading

From: Zheng, Lv
Date: Fri Feb 19 2016 - 01:40:51 EST


Hi, Rafael

> From: Zheng, Lv
> Subject: [PATCH 00/14] ACPI 2.0: Enable TermList interpretion and early
> opeartion region accesses for table loading
>

<skip>

>
> PATCH 01-02: The initrd installation testing facility.
> PATCH 03-07: Entropy reduction stuff in ACPICA.

PATCH 03-06 were just sent in ACPICA 20160212 release series.
So this patchset need to be re-arranged and sent again after the 20160212 release cycle.

But PATCH 01-02 looks not so closely related to this patchset.
Maybe you can help to check to see if they are upstreamable.
If they are merged, then I needn't send them again in v2 series.
Thanks in advance.

Best regards
-Lv

> PATCH 08-10: Entropy reduction stuff in EC driver and ACPI subsystem's
> initialization order.
> PATCH 12: The first step enabling.
> PATCH 13: The code to facilitate AML 2.0 table loading.
> PATCH 14: The second step enabling.
>
> Lv Zheng (14):
> ACPI / OSL: Cleanup initrd table override code
> ACPI / OSL: Add support to install tables via initrd
> ACPI 2.0 / AML: Make default region accessible during the table load
> ACPI 2.0 / AML: Tune _REG evaluations order in the initialization
> steps
> ACPI 2.0 / AML: Ensure \_SB._INI executed before any _REG
> ACPI 2.0 / AML: Rename acpi_gbl_reg_methods_enabled to
> acpi_gbl_namespace_initialized
> ACPICA: Events: Fix an issue that _REG association can happen before
> namespace is initialized
> ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLED
> ACPI 2.0 / ECDT: Remove early namespace reference from EC
> ACPI 2.0 / ECDT: Enable correct ECDT initialization order
> ACPI 2.0 / AML: Improve module level execution by moving the
> If/Else/While execution to per-table basis
> ACPI 2.0 / AML: Add TermList parsing support for table loading
> ACPI 2.0 / AML: Enable correct ACPI subsystem initialization order
> for new table loading mode
> ACPI 2.0 / AML: Fix module level execution by correctly parsing table
> as TermList