From: Hanjun Guo <hanjun.guo at linaro.org>
To: devel@acpica.org
Subject: Re: [Devel] [PATCH] ACPICA: Add MADT generic distributor version values for ACPI 6.0
Date: Mon, 25 May 2015 17:26:28 +0800 [thread overview]
Message-ID: <5562EAC4.7030905@linaro.org> (raw)
In-Reply-To: 1432545858-3793-1-git-send-email-hanjun.guo@linaro.org
[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]
On 2015年05月25日 17:24, Hanjun Guo wrote:
> ACPI 6.0 specified MADT generic distributor version values, but
> the detail definition is missing, add its support in this patch.
>
> Signed-off-by: Hanjun Guo <hanjun.guo(a)linaro.org>
> ---
> Hi Bob, Lv,
>
> As discussed with Lv on linux-acpi maillist, I prepared this
> patch for review.
>
> Please treat this patch as a fix for next ACPICA version and
> linux kernel 4.2 material, because we still can not
> use the newest ACPICA for linux when this enum is missing,
s/for linux/ for ARM ACPI linux, sorry.
Hanjun
> any comments are welcomed.
>
> Thanks
> Hanjun
>
> source/include/actbl1.h | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/source/include/actbl1.h b/source/include/actbl1.h
> index 1c508a0..0235543 100644
> --- a/source/include/actbl1.h
> +++ b/source/include/actbl1.h
> @@ -1050,6 +1050,18 @@ typedef struct acpi_madt_generic_distributor
>
> } ACPI_MADT_GENERIC_DISTRIBUTOR;
>
> +/* Values for Version in Generic Distributor (ACPI 6.0) */
> +
> +enum AcpiMadtGicVersionType
> +{
> + ACPI_MADT_GIC_VER_UNKNOWN = 0,
> + ACPI_MADT_GIC_VER_V1 = 1,
> + ACPI_MADT_GIC_VER_V2 = 2,
> + ACPI_MADT_GIC_VER_V3 = 3,
> + ACPI_MADT_GIC_VER_V4 = 4,
> + ACPI_MADT_GIC_VER_RESERVED = 5 /* 5 and greater are reserved */
> +};
> +
>
> /* 13: Generic MSI Frame (ACPI 5.1) */
>
>
next reply other threads:[~2015-05-25 9:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-25 9:26 Hanjun Guo [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-29 15:45 [Devel] [PATCH] ACPICA: Add MADT generic distributor version values for ACPI 6.0 Moore, Robert
2015-05-29 12:54 Moore, Robert
2015-05-29 7:46 Hanjun Guo
2015-05-25 9:24 Hanjun Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5562EAC4.7030905@linaro.org \
--to=devel@acpica.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.