Lines Matching +full:board +full:- +full:to +full:- +full:board
4 * SPDX-License-Identifier: Apache-2.0
11 * @brief Soc and Board hooks
14 * zephyr architecture and initialization code and the SoC and board specific logic
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
26 * This hook is implemented by the SoC and can be used to perform any
27 * SoC-specific initialization.
34 * This hook is implemented by the SoC and can be used to perform any
35 * SoC-specific initialization.
42 * This hook is implemented by the SoC and can be used to perform any
43 * SoC-specific initialization.
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
64 * @brief Board hook executed before the kernel starts.
67 * is implemented by the board and can be used to perform any board-specific
73 * @brief Board hook executed after the kernel starts.
76 * called. This hook is implemented by the board and can be used to perform
77 * any board-specific initialization.