Lines Matching +full:- +full:- +full:init
3 * perform further init.
5 * SPDX-License-Identifier: GPL-2.0+
8 #include <asm-offsets.h>
21 bic sp, x0, #0xf /* 16-byte alignment for ABI compliance */
26 stp x29, x30, [sp, #-16]!
29 * Call the very early init function. This should do only the
32 * - set up DRAM
33 * - use global_data
34 * - clear BSS
35 * - try to start a console
38 * this init in the SPL board_init_f() function which is called