commit | fa5ce3d1928c441c3d241c34a00c07c8f5880b1a | [log] [tgz] |
---|---|---|
author | Robert Richter <rrichter@cavium.com> | Fri Jan 13 14:12:09 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Jan 13 13:15:52 2017 +0000 |
tree | c68dfdc1a82d2e7c8d0688e193adc1c2d7a1e7ed | |
parent | eac8017f0c4719d30f89d1a247de7bfbf6d0da4f [diff] |
arm64: errata: Provide macro for major and minor cpu revisions Definition of cpu ranges are hard to read if the cpu variant is not zero. Provide MIDR_CPU_VAR_REV() macro to describe the full hardware revision of a cpu including variant and (minor) revision. Signed-off-by: Robert Richter <rrichter@cavium.com> Signed-off-by: Will Deacon <will.deacon@arm.com>