[PATCH v3 0/2] arm64/sysregs: Generate definitions fine grained traps control registers

Mark Brown posted 2 patches 2 years, 10 months ago
arch/arm64/include/asm/sysreg.h |   9 ---
arch/arm64/tools/sysreg         | 140 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 140 insertions(+), 9 deletions(-)
[PATCH v3 0/2] arm64/sysregs: Generate definitions fine grained traps control registers
Posted by Mark Brown 2 years, 10 months ago
This series converts the fine grained traps control registers to
automatic generation as per DDI0601 2022-12.

I previously sent this with just the read/write trap registers, there
have been no changes in that patch since v2.

Changes in v3:
- Add HFGITR_EL2.
Changes in v2:
- Correct naming of nPIRE0_EL1.
- Link to v1: https://lore.kernel.org/r/20230306-arm64-fgt-reg-gen-v1-1-95bc0c97cfed@kernel.org

---
Mark Brown (2):
      arm64/sysreg: Convert HFG[RW]TR_EL2 to automatic generation
      arm64/sysreg: Convert HFGITR_EL2 to automatic generation

 arch/arm64/include/asm/sysreg.h |   9 ---
 arch/arm64/tools/sysreg         | 140 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 140 insertions(+), 9 deletions(-)
---
base-commit: e8d018dd0257f744ca50a729e3d042cf2ec9da65
change-id: 20230306-arm64-fgt-reg-gen-bf2735efa4df

Best regards,
-- 
Mark Brown <broonie@kernel.org>
Re: [PATCH v3 0/2] arm64/sysregs: Generate definitions fine grained traps control registers
Posted by Will Deacon 2 years, 10 months ago
On Thu, 23 Mar 2023 20:44:52 +0000, Mark Brown wrote:
> This series converts the fine grained traps control registers to
> automatic generation as per DDI0601 2022-12.
> 
> I previously sent this with just the read/write trap registers, there
> have been no changes in that patch since v2.
> 
> Changes in v3:
> - Add HFGITR_EL2.
> Changes in v2:
> - Correct naming of nPIRE0_EL1.
> - Link to v1: https://lore.kernel.org/r/20230306-arm64-fgt-reg-gen-v1-1-95bc0c97cfed@kernel.org
> 
> [...]

Applied first patch to arm64 (for-next/sysreg), thanks!

[1/2] arm64/sysreg: Convert HFG[RW]TR_EL2 to automatic generation
      https://git.kernel.org/arm64/c/cc077e7facbe

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev