Lines Matching +full:mtd +full:- +full:ram
2 * (C) Copyright 2008-2011
5 * SPDX-License-Identifier: GPL-2.0+
79 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_BOOT \
88 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_BOOT \
90 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_APP
92 "ubiattach=if test ${boot_bank} -eq 0; then; " \
107 * - set 'subbootcmds'
108 * - set 'bootcmd' and 'altbootcmd'
110 * - 'release': for a standalone system kernel/rootfs from flash
117 "tftp 200000 scripts/develop-${arch}.txt && " \
118 "env import -t 200000 ${filesize} && " \
121 "tftp 200000 scripts/ramfs-${arch}.txt && " \
122 "env import -t 200000 ${filesize} && " \
128 * - modify 'bootargs'
130 * - 'add_default': default bootargs common for all arm/ppc boards
131 * - 'addpanic': add kernel panic options
132 * - 'flashargs': defaults arguments for flash base boot
157 * - commands for booting from flash
159 * - 'cramfsloadkernel': copy kernel from a cramfs to ram
160 * - 'ubiattach': attach ubi partition
161 * - 'ubicopy': copy ubi volume to ram
162 * - volume names: bootfs0, bootfs1, bootfs2, ...
165 * - 'cramfsloadfdt': copy fdt from a cramfs to ram
177 * - KM specific constants and commands
179 * - 'default': setup default environment
199 "boot=bootm ${load_addr_r} - ${fdt_addr_r}\0" \
213 "init=/sbin/init-overlay.sh\0" \
215 "load=tftpboot ${load_addr_r} ${u-boot}\0" \