[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XEN v4 00/11] Arm: Enable GICv3 for AArch32


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
  • Date: Mon, 28 Nov 2022 15:56:38 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=k3Kpz+bqPr4H3fE7oYGCI2F/ShLsT3xtGUUc8+3JBkA=; b=HWPn4QMjCZCM0/RLHHuD/I842X7rN/IX8UUt6lBl82Mnxs6iwLxUzwZrLj1ZoVe5B7FUktmfEFDe0tW5d1iuLmZogRWqOv7gJdTSd9YY2LpbAN8kTiDaEmzm7khmhUWYgXzOrXzWtzrdyPz4uC3RTf1XYcltnQX/DccsGShopIQ8/VC3yJULZJpO3bYxqIGq8ncoxcmL46sOxT6jIgVkFYbExcJPuCXVz3GRmvA5CW953N/Fmw21j4f9PdYR6i/U6onuWRwVzujitnIxKJhSQcKsamtC+dwaohOUuOlWOHffkn64Did0YPk9Sn/kIxLenyF5yH4dfrvBuNwWgBNt4g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XNJq9DZYXkxNpVtvq/RJklP2NWsn0G7DkBU7IALUgkh58om8467skzVuIISwnG16ghlURBr8pYFVayPBpgaCmzGAMVXA3MPCl+Qy+Artu39csLi6oyP+mKQQPDIQzFaD2v/tm6Rs+h81WD1mLloOe/uUYNWnwkZ3Jwxe8219XUMhVa31FoqA/o7J8YUo2CHn+ItUgE/TitMAJSW+wzNsZieVMWa8qtVfs0gj2+nK5yzD9Z+b8KM4myr0P6SDpKOL94AM6l4IiC3s4iMfikc3ANiv/2Bb7Rljq9/c6vO38S40hHka5H5nFl6AnYr3sGwTo7+5fFHrsbBsCQRERoTz/w==
  • Cc: <sstabellini@xxxxxxxxxx>, <stefanos@xxxxxxxxxx>, <julien@xxxxxxx>, <Volodymyr_Babchuk@xxxxxxxx>, <bertrand.marquis@xxxxxxx>, <michal.orzel@xxxxxxx>, <jgrall@xxxxxxxxxx>, <burzalodowa@xxxxxxxxx>, "Ayan Kumar Halder" <ayan.kumar.halder@xxxxxxx>
  • Delivery-date: Mon, 28 Nov 2022 15:57:23 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi All,

Please find the following patches to enable GICv3 for AArch32.
This is a pre-requisite to support Xen on Cortex-R52 (AArch32-v8R system)

Let me know your thoughts.


Changes from -

v1 :-
1. Updated in the changelog for each of the patches.

v2 :-
1. Dropped "xen/Arm: GICv3: Move the macros to compute the affnity level to
arm64/arm32". The reason being aff3 does not exist on arm32. And aff0..2 is
the same between arm32, AArch32 and AArch64.

2. Introduce a new patch "xen/Arm: GICv3: Adapt access to VMPIDR register for
AArch32".

3. For the new registers introduced, we have defined the arm32 name and then
an alias.

4. Use 'AArch32' across all the patches.

5. Dropped the 'R-b' and 'Ack' in "[XEN v3 08/12] xen/Arm: GICv3: Define
ICH_AP0R<n> and ICH_AP1R<n> for AArch32".

v3 :-
1. "xen/Arm: GICv3: Use ULL instead of UL for 64bits" has been dropped.
The change has been merged with "xen/Arm: GICv3: Define ICH_LR<n>_EL2 on 
AArch32".

2. I have marked the patches which have been Rb + Ack vs Rb only.

3. Dropped Rb from "xen/Arm: GICv3: Enable GICv3 for AArch32"

Ayan Kumar Halder (11):
  xen/Arm: vGICv3: Sysreg emulation is applicable for AArch64 only (Rb + Ack)
  xen/Arm: GICv3: Do not calculate affinity level 3 for AArch32 (Rb)
  xen/Arm: vreg: Support vreg_reg64_* helpers on AArch32 (Rb + Ack)
  xen/Arm: vGICv3: Adapt emulation of GICR_TYPER for AArch32 (Rb)
  xen/Arm: GICv3: Fix GICR_{PENDBASER, PROPBASER} emulation on 32-bit
    host (Rb + Ack)
  xen/Arm: vGICv3: Fix emulation of ICC_SGI1R on AArch32 (Rb + Ack)
  xen/Arm: GICv3: Define ICH_LR<n>_EL2 on AArch32
  xen/Arm: GICv3: Define ICH_AP0R<n> and ICH_AP1R<n> for AArch32
  xen/Arm: GICv3: Define remaining GIC registers for AArch32
  xen/Arm: GICv3: Define macros to read/write 64 bit
  xen/Arm: GICv3: Enable GICv3 for AArch32

 SUPPORT.md                               |   7 ++
 xen/arch/arm/Kconfig                     |   9 +-
 xen/arch/arm/gic-v3.c                    | 153 ++++++++++++-----------
 xen/arch/arm/include/asm/arm32/io.h      |  20 +++
 xen/arch/arm/include/asm/arm32/sysregs.h |  19 +++
 xen/arch/arm/include/asm/arm64/io.h      |   2 +
 xen/arch/arm/include/asm/arm64/sysregs.h |   5 +
 xen/arch/arm/include/asm/cpregs.h        | 136 ++++++++++++++++++++
 xen/arch/arm/include/asm/cpufeature.h    |   1 +
 xen/arch/arm/include/asm/gic_v3_defs.h   |  24 ++--
 xen/arch/arm/include/asm/vreg.h          |  86 +++----------
 xen/arch/arm/vgic-v3.c                   |  22 +++-
 12 files changed, 324 insertions(+), 160 deletions(-)

-- 
2.17.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.