arm-trusted-firmware/include/drivers/st
Yann Gautier 73680c230f stm32mp1: add watchdog support
Introduce driver for STM32 IWDG peripheral (Independent Watchdog).
It is configured according to device tree content and should be enabled
from there.
The watchdog is not started by default. It can be started after an HW
reset if the dedicated OTP is fused.

The watchdog also needs to be frozen if a debugger is attached.
This is done by configuring the correct bits in DBGMCU.
This configuration is allowed by checking BSEC properties.

An increase of BL2 size is also required when adding this new code.

Change-Id: Ide7535d717885ce2f9c387cf17afd8b5607f3e7f
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
2019-09-02 17:25:08 +02:00
..
bsec.h stm32mp1: add BSEC driver 2019-01-18 15:45:08 +01:00
io_mmc.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
io_stm32image.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32_console.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stm32_gpio.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stm32_i2c.h stm32mp1: update I2C and PMIC drivers 2019-02-14 11:20:23 +01:00
stm32_iwdg.h stm32mp1: add watchdog support 2019-09-02 17:25:08 +02:00
stm32_sdmmc2.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32_uart_regs.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_clk.h clk: stm32mp1: move oscillator functions to generic file 2019-06-17 14:03:51 +02:00
stm32mp1_ddr.h stm32mp1: update device tree files 2019-01-18 15:45:08 +01:00
stm32mp1_ddr_helpers.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stm32mp1_ddr_regs.h drivers: st: update drivers code 2019-01-18 15:45:08 +01:00
stm32mp1_pwr.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_ram.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stm32mp1_rcc.h clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array 2019-06-17 14:03:51 +02:00
stm32mp_clkfunc.h clk: stm32mp1: move oscillator functions to generic file 2019-06-17 14:03:51 +02:00
stm32mp_pmic.h stm32mp1: update I2C and PMIC drivers 2019-02-14 11:20:23 +01:00
stm32mp_reset.h stm32mp1: make functions and macros more common 2019-02-14 11:20:23 +01:00
stpmic1.h drivers: st: pmic: update stpmic1 driver 2019-01-18 15:45:08 +01:00