Lines Matching full:soc
11 * @brief Soc and Board hooks
14 * zephyr architecture and initialization code and the SoC and board specific logic
15 * that resides under boards/ and soc/
17 * @note These are all standard soc and board interfaces that are exported from
18 * soc and board specific logic to OS internal logic. These should never be accessed
24 * @brief SoC hook executed at the beginning of the reset vector.
26 * This hook is implemented by the SoC and can be used to perform any
27 * SoC-specific initialization.
32 * @brief SoC hook executed after the reset vector.
34 * This hook is implemented by the SoC and can be used to perform any
35 * SoC-specific initialization.
40 * @brief SoC hook executed before the kernel and devices are initialized.
42 * This hook is implemented by the SoC and can be used to perform any
43 * SoC-specific initialization.
48 * @brief SoC hook executed after the kernel and devices are initialized.
50 * This hook is implemented by the SoC and can be used to perform any
51 * SoC-specific initialization.
56 * @brief SoC per-core initialization
58 * This hook is implemented by the SoC and can be used to perform any
59 * SoC-specific per-core initialization