Lines Matching refs:SPL
13 Falcon Mode relies on the SPL framework. In fact, to make booting faster,
14 U-Boot is split into two parts: the SPL (Secondary Program Loader) and U-Boot
15 image. In most implementations, SPL is used to start U-Boot when booting from
16 a mass storage, such as NAND or SD-Card. SPL has now support for other media,
18 required initialization. SPL mainly initializes the RAM controller, and then
22 from SPL. A new command is added to U-Boot to prepare the parameters that SPL
28 With Falcon Mode, this snapshot can be saved into persistent storage and SPL is
43 3. Boot the board into Falcon Mode. SPL will load the kernel and copy
48 It is required to implement a custom mechanism to select if SPL loads U-Boot
52 reading a character from the SPL console if CONFIG_SPL_CONSOLE is set.
55 SPL that U-Boot is not the only available image that SPL is able to start.
63 copied by SPL.
78 Called from SPL before starting the kernel
81 Returns "0" if SPL should start the kernel, "1" if U-Boot
101 spl - SPL configuration
197 The kernel is loaded directly by the SPL without passing through U-Boot.
202 To boot the Linux kernel from the SPL, the DT blob (fdt) needs to get