diff options
author | Andrew F. Davis <afd@ti.com> | 2020-01-03 00:19:40 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-01-13 21:02:43 +0300 |
commit | db711893eac81442fb5cde3801e183d3abfe5693 (patch) | |
tree | c15db5a172f95dd994da45b1d7cc94f10ad41135 /arch/arm/mach-omap2/omap-secure.h | |
parent | 4601832f40501efc3c2fd264a5a69bd1ac17d520 (diff) | |
download | linux-db711893eac81442fb5cde3801e183d3abfe5693.tar.xz |
ARM: OMAP2+: Add omap_secure_init callback hook for secure initialization
This can be used for detecting secure features or making early device
init sequence changes based on device security type.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap-secure.h')
-rw-r--r-- | arch/arm/mach-omap2/omap-secure.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-secure.h b/arch/arm/mach-omap2/omap-secure.h index 20046e8f8ecb..9aeeb236a224 100644 --- a/arch/arm/mach-omap2/omap-secure.h +++ b/arch/arm/mach-omap2/omap-secure.h @@ -72,6 +72,8 @@ extern u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, extern u32 rx51_secure_update_aux_cr(u32 set_bits, u32 clear_bits); extern u32 rx51_secure_rng_call(u32 ptr, u32 count, u32 flag); +void omap_secure_init(void); + #ifdef CONFIG_SOC_HAS_REALTIME_COUNTER void set_cntfreq(void); #else |