Lines Matching +full:boot +full:- +full:loader
4 * SPDX-License-Identifier: GPL-2.0+
24 * We made a deal: Not allow U-Boot to bring up thunder-boot kernel.
26 * Because the thunder-boot feature may require special memory layout
27 * or other appointments, U-Boot can't handle all that. Let's go back
30 * Note: bootcmd is only called in normal boot sequence, that means
31 * we allow user to boot what they want in U-Boot shell mode.
45 "loader raw 0x20000 0xE0000;"\
47 "boot part 0 2;" \
54 "loader raw 0x20000 0xE0000;"\
57 "boot raw 0x700000 0x600000;" \
64 "loader raw 0x20000 0xE0000;"\
67 "boot raw 0xd00000 0x600000;" \
74 "loader raw 0x20000 0xE0000;"\
77 "boot part boot;" \