Lines Matching +full:mtd +full:- +full:ram
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2008-2011
66 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_BOOT \
75 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_BOOT \
77 "ubi.mtd=" CONFIG_KM_UBI_PARTITION_NAME_APP
79 "ubiattach=if test ${boot_bank} -eq 0; then; " \
94 * - set 'subbootcmds'
95 * - set 'bootcmd' and 'altbootcmd'
97 * - 'release': for a standalone system kernel/rootfs from flash
104 "tftp 200000 scripts/develop-${arch}.txt && " \
105 "env import -t 200000 ${filesize} && " \
108 "tftp 200000 scripts/ramfs-${arch}.txt && " \
109 "env import -t 200000 ${filesize} && " \
115 * - modify 'bootargs'
117 * - 'add_default': default bootargs common for all arm/ppc boards
118 * - 'addpanic': add kernel panic options
119 * - 'flashargs': defaults arguments for flash base boot
144 * - commands for booting from flash
146 * - 'cramfsloadkernel': copy kernel from a cramfs to ram
147 * - 'ubiattach': attach ubi partition
148 * - 'ubicopy': copy ubi volume to ram
149 * - volume names: bootfs0, bootfs1, bootfs2, ...
152 * - 'cramfsloadfdt': copy fdt from a cramfs to ram
164 * - KM specific constants and commands
166 * - 'default': setup default environment
186 "boot=bootm ${load_addr_r} - ${fdt_addr_r}\0" \
199 "init=/sbin/init-overlay.sh\0" \
201 "load=tftpboot ${load_addr_r} ${u-boot}\0" \