ACK: [PATCH] acpi: madt: Add support for ACPI 6.3
ivanhu
ivan.hu at canonical.com
Fri Feb 22 13:27:40 UTC 2019
On 2/20/19 7:03 PM, Alex Hung wrote:
> ACPI 6.3 introduces a new FADT/MADT version combination.
>
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/acpi/madt/madt.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/src/acpi/madt/madt.c b/src/acpi/madt/madt.c
> index d61ae6f6..dc51760d 100644
> --- a/src/acpi/madt/madt.c
> +++ b/src/acpi/madt/madt.c
> @@ -222,6 +222,14 @@ static struct acpi_madt_subtable_lengths spec_info[] = {
> .lengths = { 8, 12, 10, 8, 6, 12, 16, SUBTABLE_VARIABLE,
> 16, 16, 12, 80, 24, 24, 16, 20 }
> },
> + { /* for ACPI 6.3 */
> + .major_version = 6,
> + .minor_version = 3,
> + .madt_version = 5,
> + .num_types = 16,
> + .lengths = { 8, 12, 10, 8, 6, 12, 16, SUBTABLE_VARIABLE,
> + 16, 16, 12, 80, 24, 24, 16, 20 }
> + },
> { /* terminator */
> .major_version = 0,
> .minor_version = 0,
Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20190222/1ad2aeb3/attachment.sig>
More information about the fwts-devel
mailing list