plat/arm: introduce wrapper functions to setup secure watchdog
The BL1 stage setup code for ARM platforms sets up the SP805 watchdog
controller as the secure watchdog. But not all ARM platforms use SP805
as the secure watchdog controller.

So introduce two new ARM platform code specific wrapper functions to
start and stop the secure watchdog. These functions then replace the
calls to SP805 driver in common BL1 setup code. All the ARM platforms
implement these wrapper functions by either calling into SP805 driver
or the SBSA watchdog driver.

Change-Id: I1a9a11b124cf3fac2a84f22ca40acd440a441257
Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>
1 parent f79abf5 commit b0c97dafe00f5da71361b53fcbf5e4c12b174ec2
@Aditya Angadi Aditya Angadi authored on 16 Apr 2019
Showing 16 changed files
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/fvp_bl1_setup.c
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/fvp_ve/fvp_ve_bl1_setup.c
View
plat/arm/board/juno/juno_bl1_setup.c
View
plat/arm/board/juno/platform.mk
View
plat/arm/board/n1sdp/include/platform_def.h
View
plat/arm/board/n1sdp/n1sdp_plat.c
View
plat/arm/board/n1sdp/platform.mk
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_common.mk
View
plat/arm/css/sgi/include/sgi_base_platform_def.h
View
plat/arm/css/sgi/sgi-common.mk
View
plat/arm/css/sgi/sgi_plat.c
View
plat/arm/css/sgm/sgm-common.mk
View
plat/arm/css/sgm/sgm_bl1_setup.c