Lines Matching refs:kernel
11 to boot a Linux kernel (or whatever image) without a full blown U-Boot.
21 The Falcon Mode extends this way allowing to start the Linux kernel directly
23 must pass to the kernel, using ATAGS or Device Tree.
26 loading the kernel, passing to Linux the address in memory where
29 informed to load it before running the kernel.
31 To boot the kernel, these steps under a Falcon-aware U-Boot are required:
34 After loading the desired legacy-format kernel image into memory (and DT as
35 well, if used), use the "spl export" command to generate the kernel parameters
36 area or the DT. U-Boot runs as when it boots the kernel, but stops before
37 passing the control to the kernel.
43 3. Boot the board into Falcon Mode. SPL will load the kernel and copy
66 CONFIG_SYS_NAND_SPL_KERNEL_OFFS Offset in NAND where the kernel is stored
78 Called from SPL before starting the kernel
81 Returns "0" if SPL should start the kernel, "1" if U-Boot
108 kernel_addr : kernel is loaded as part of the boot process, but it is not started.
109 This is the address where a kernel image is stored.
150 4: kernel 0x00600000 0x00200000 0
157 twister => nand read 82000000 kernel
162 Now the kernel is in RAM at address 0x82000000
165 ## Booting kernel from Legacy Image at 82000000 ...
195 setting the gpio (on twister gpio 55 is used) to kernel mode.
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