Lines Matching full:boot
33 Boot options
50 Direct Kernel Boot
54 kernel boot is requested, a device tree blob may be specified via the ``-dtb``
69 ``fw_dynamic`` BIOS image for the ``generic`` platform is used to boot an
70 S-mode payload like U-Boot or OS kernel directly.
72 For example, the following commands show building a U-Boot image from U-Boot
80 Then we can boot the machine by:
89 -kernel path/to/u-boot/build/dir/u-boot.bin \
90 -dtb path/to/u-boot/build/dir/u-boot.dtb
97 * The default U-Boot configuration uses CONFIG_OF_SEPARATE hence the ELF image
98 ``u-boot`` cannot be passed to "-kernel" as it does not contain the DTB hence
99 ``u-boot.bin`` has to be used which does contain one. To use the ELF image,