From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <sami.mujawar@arm.com>
Cc: <michael.d.kinney@intel.com>, <zhiguang.liu@intel.com>,
<Alexei.Fedorov@arm.com>, <pierre.gondois@arm.com>,
<Matteo.Carlini@arm.com>, <Ben.Adderson@arm.com>, <nd@arm.com>
Subject: 回复: [edk2-devel] [PATCH v2 1/2] MdePkg: Definitions for Extended Interrupt Flags
Date: Tue, 29 Sep 2020 09:15:56 +0800 [thread overview]
Message-ID: <001a01d695fe$157c7c80$40757580$@byosoft.com.cn> (raw)
In-Reply-To: <20200925131822.94148-2-sami.mujawar@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: bounce+27952+65628+4905953+8761045@groups.io
> <bounce+27952+65628+4905953+8761045@groups.io> 代表 Sami Mujawar
> 发送时间: 2020年9月25日 21:18
> 收件人: devel@edk2.groups.io
> 抄送: Sami Mujawar <sami.mujawar@arm.com>; michael.d.kinney@intel.com;
> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com; Alexei.Fedorov@arm.com;
> pierre.gondois@arm.com; Matteo.Carlini@arm.com; Ben.Adderson@arm.com;
> nd@arm.com
> 主题: [edk2-devel] [PATCH v2 1/2] MdePkg: Definitions for Extended
Interrupt
> Flags
>
> Add Interrupt Vector Flag definitions for Extended Interrupt
> Descriptor, and macros to test the flags.
> Ref: ACPI specification 6.4.3.6
>
> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
> ---
>
> Notes:
> v2
> - Updated based on review comments to just define the bit [SAMI]
> locations. Also dropped the IS_xxx macros.
>
> MdePkg/Include/IndustryStandard/Acpi10.h | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MdePkg/Include/IndustryStandard/Acpi10.h
> b/MdePkg/Include/IndustryStandard/Acpi10.h
> index
> adeb5ae8c219f31d2403fc7aa217bfb4e1e44694..7ac9b967b54dcc92f2c20366
> bf1ff08d67c4c971 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi10.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi10.h
> @@ -2,6 +2,7 @@
> ACPI 1.0b definitions from the ACPI Specification, revision 1.0b
>
> Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
> +Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
> SPDX-License-Identifier: BSD-2-Clause-Patent
> **/
>
> @@ -377,6 +378,16 @@ typedef struct {
> #define EFI_ACPI_MEMORY_NON_WRITABLE 0x00
>
> //
> +// Interrupt Vector Flags definitions for Extended Interrupt Descriptor
> +// Ref ACPI specification 6.4.3.6
> +//
> +#define
> EFI_ACPI_EXTENDED_INTERRUPT_FLAG_PRODUCER_CONSUMER_MASK BIT0
> +#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_MODE_MASK
> BIT1
> +#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_POLARITY_MASK
> BIT2
> +#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_SHARABLE_MASK
> BIT3
> +#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_WAKE_CAPABLITY_MASK
> BIT4
> +
> +//
> // Ensure proper structure formats
> //
> #pragma pack(1)
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
>
>
>
>
>
next prev parent reply other threads:[~2020-09-29 1:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 13:18 [PATCH v2 0/2] Support for dynamic CMN-600 AML generation Sami Mujawar
2020-09-25 13:18 ` [PATCH v2 1/2] MdePkg: Definitions for Extended Interrupt Flags Sami Mujawar
2020-09-29 1:15 ` gaoliming [this message]
2020-10-21 13:23 ` [edk2-devel] " Sami Mujawar
2020-10-21 16:41 ` Alexei Fedorov
2020-10-28 2:20 ` Michael D Kinney
2020-09-25 13:18 ` [PATCH v2 2/2] DynamicTablesPkg: Add SSDT CMN-600 Table generator Sami Mujawar
2020-10-21 16:42 ` [edk2-devel] " Alexei Fedorov
2020-10-21 16:41 ` [edk2-devel] [PATCH v2 0/2] Support for dynamic CMN-600 AML generation Alexei Fedorov
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-list 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='001a01d695fe$157c7c80$40757580$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox