Use correct type when reading SCR register
The Secure Configuration Register is 64-bits in AArch64 and 32-bits in
AArch32. Use u_register_t instead of unsigned int to reflect this.

Change-Id: I51b69467baba36bf0cfaec2595dc8837b1566934
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
1 parent 262c5d3 commit f1be00da0b0acf90355558e01d5f8e1f79c0d481
@Louis Mayencourt Louis Mayencourt authored on 24 Jan 2020
Showing 12 changed files
View
bl31/interrupt_mgmt.c
View
drivers/arm/gic/v3/gicv3_main.c
View
include/bl31/interrupt_mgmt.h
View
include/lib/el3_runtime/context_mgmt.h
View
lib/el3_runtime/aarch64/context_mgmt.c
View
plat/arm/common/arm_common.c
View
plat/mediatek/mt8173/plat_pm.c
View
plat/mediatek/mt8183/plat_pm.c
View
plat/renesas/rcar/plat_pm.c
View
plat/rockchip/common/plat_pm.c
View
plat/socionext/synquacer/sq_psci.c
View
plat/ti/k3/common/k3_psci.c