Lines Matching full:soc
7 menu "SoC and Board Hooks"
10 bool "Run early SoC reset hook"
12 Run an early SoC reset hook.
15 startup code (__start). soc_reset_hook() must be implemented by the SoC.
18 bool "Run early SoC preparation hook"
20 Run an early SoC preparation hook.
23 c prep code (prep_c). soc_prep_hook() must be implemented by the SoC.
26 bool "Run early SoC hook"
28 Run an early SoC initialization hook.
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
34 bool "Run late SoC hook"
36 Run a late SoC initialization hook.
38 A custom SoC hook soc_late_init_hook() is executed after the kernel and
42 bool "Run SoC per-core initialization hook"
44 Run an SoC initialization hook for every core
46 A custom SoC hook soc_per_core_init_hook() is executeds at the end of