]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/sysreg: Enable automatic generation of system register definitions
authorMark Brown <broonie@kernel.org>
Tue, 3 May 2022 17:02:30 +0000 (18:02 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 4 May 2022 14:30:28 +0000 (15:30 +0100)
commit8f6fafc8658b9812ab6bcf0993b77d33012a0280
tree30a81cc7a684bbea0795df092eb832f7632cdf6e
parente1b4930d6e94975fc0f6d9c607798cedac3016ab
arm64/sysreg: Enable automatic generation of system register definitions

Now that we have a script for generating system registers hook it up to the
build system similarly to cpucaps. Since we don't currently have any actual
register information in the input file this should produce no change in the
built kernel. For ease of review the register information will be converted
in separate patches.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20220503170233.507788-10-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/Kbuild
arch/arm64/include/asm/sysreg.h
arch/arm64/tools/Makefile