aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/hardware/cache-aurora-l2.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE ↵Thomas Gleixner1-4/+1
(part 1) Based on the normalized pattern: this file is licensed under the terms of the gnu general public license version 2 this program is licensed as is without any warranty of any kind whether express or implied extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Reviewed-by: Allison Randal <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-08-29ARM: 8885/1: aurora-l2: add defines for parity and ECC registersJan Luebbe1-0/+48
These defines will be used by subsequent patches to add support for the parity check and error correction functionality in the Aurora L2 cache controller. Signed-off-by: Jan Luebbe <[email protected]> Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Russell King <[email protected]>
2019-08-29ARM: 8887/1: aurora-l2: add prefix to MAX_RANGE_SIZEJan Luebbe1-1/+1
The macro name is too generic, so add a AURORA_ prefix. Signed-off-by: Jan Luebbe <[email protected]> Reviewed-by: Gregory CLEMENT <[email protected]> Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Russell King <[email protected]>
2019-08-29ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardwareJan Luebbe1-0/+55
This include file will be used by the AURORA EDAC code. Signed-off-by: Jan Luebbe <[email protected]> Reviewed-by: Gregory CLEMENT <[email protected]> Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Russell King <[email protected]>