From: "Ard Biesheuvel" <ard.biesheuvel@arm.com>
To: Quan Nguyen <quan@os.amperecomputing.com>, devel@edk2.groups.io
Cc: Leif Lindholm <leif@nuviainc.com>,
Victor Gallardo <Victor@os.amperecomputing.com>,
Open Source Submission <patches@amperecomputing.com>
Subject: Re: [PATCH v2 0/2] ArmPkg/ArmGicV3Dxe: fix writes to GICD_IPRIORITYR<n> when ARE enable
Date: Fri, 18 Dec 2020 19:23:40 +0100 [thread overview]
Message-ID: <10dd3d5e-4bcc-eaf0-4a8f-2f0e6758e339@arm.com> (raw)
In-Reply-To: <20201216132521.5915-1-quan@os.amperecomputing.com>
On 12/16/20 2:25 PM, Quan Nguyen wrote:
> According to ARM IHI 0069F, section 11.9.18 GICD_IPRIORITYR<n>,
> Interrupt Priority Registers, n = 0 - 254, when affinity routing is
> enabled for the Security state of an interrupt, GICR_IPRIORITYR<n> is
> used instead of GICD_IPRIORITYR<n> where n = 0 to 7 (that is, for SGIs
> and PPIs).
>
> Current ArmGicV3Dxe tries to initialize all GICD_IPRIORITYR<n> to
> a default state, so it should write to GICR_IPRIORITYR<n> registers
> when Affinity Routing is Enabled.
>
> v2:
> - Update Ard's comment on stack variable and FeaturePcdGet [Ard]
> - Introduce new helper function to handle register discrepancy [Quan]
> - Set priority using new helper function [Quan]
>
> Quan Nguyen (2):
> ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper function
> ArmPkg/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priority
>
Reviewed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Merged as #1245
Thanks,
> ArmPkg/Drivers/ArmGic/ArmGicLib.c | 44 +++++++++++++++++++++++
> ArmPkg/Drivers/ArmGic/GicV3/ArmGicV3Dxe.c | 13 +++----
> ArmPkg/Include/Library/ArmGicLib.h | 9 +++++
> 3 files changed, 58 insertions(+), 8 deletions(-)
>
prev parent reply other threads:[~2020-12-18 18:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-16 13:25 [PATCH v2 0/2] ArmPkg/ArmGicV3Dxe: fix writes to GICD_IPRIORITYR<n> when ARE enable Quan Nguyen
2020-12-16 13:25 ` [PATCH v2 1/2] ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper function Quan Nguyen
2020-12-16 13:25 ` [PATCH v2 2/2] ArmPkg/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priority Quan Nguyen
2020-12-18 18:23 ` Ard Biesheuvel [this message]
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=10dd3d5e-4bcc-eaf0-4a8f-2f0e6758e339@arm.com \
--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