Lines Matching +full:probe +full:- +full:reset

1 /* SPDX-License-Identifier: GPL-2.0+ */
17 /* Falcon Mode - MMC support */
24 * display5 SPI-NOR memory layout
29 * 0x000000 - 0x020000 : SPI.SPL (128KiB)
30 * 0x020000 - 0x120000 : SPI.u-boot (1MiB)
31 * 0x120000 - 0x130000 : SPI.u-boot-env1 (64KiB)
32 * 0x130000 - 0x140000 : SPI.u-boot-env2 (64KiB)
33 * 0x140000 - 0x540000 : SPI.swupdate-kernel-FIT (4MiB)
34 * 0x540000 - 0x1540000 : SPI.swupdate-initramfs (16MiB)
35 * 0x1540000 - 0x1640000 : SPI.factory (1MiB)
42 /* Below values are "dummy" - only to avoid build break */
110 "name=data,size=-,uuid=${uuid_gpt_data}\0"
130 "sf probe;" \
131 "sf read ${loadaddr} swu-kernel;" \
132 "sf read ${loadaddr_swu_initramfs} swu-initramfs;" \
133 "bootm ${loadaddr} ${loadaddr_swu_initramfs};reset;"
143 "setenv fdt_conf imx6q-${board}-${display}.dtb; "
148 "if test ! -n ${kernel_part}; then " \
166 "if test ! -n ${rootfs_part}; then " \
185 "sf probe;" \
186 "sf erase swu-kernel +${filesize};" \
187 "sf write ${loadaddr} swu-kernel ${filesize};" \
191 "swu_initramfs_file=swupdate-image-display5.ext4.gz.u-boot\0" \
194 "sf probe;" \
195 "sf erase swu-initramfs +${filesize};" \
196 "sf write ${loadaddr} swu-initramfs ${filesize};" \
200 "ubootfile=u-boot.img\0" \
204 "sf probe;" \
205 "sf erase u-boot +${filesize};" \
206 "sf write ${loadaddr} u-boot ${filesize}" \
210 "sf probe;" \
217 "spinorfile=core-image-lwn-display5.spinor\0" \
221 "sf probe;" \
229 "check_em_pad=gpio input ${gpio_recovery};test $? -eq 0;\0" \
230 "display=tianma-tm070-800x480\0" \
244 "fdtfile=imx6q-display5.dtb\0" \
267 "bootm ${loadaddr} - ${fdtaddr};reset;" \
283 "setenv fdt_conf imx6q-${board}-${display}.dtb; " \
284 "bootm ${loadaddr}#conf@${fdt_conf};reset;" \
298 "bootm ${loadaddr}#conf@${fdt_conf};reset;" \
326 "rootfs_file=core-image-lwn-display5.ext4\0" \
327 "rootfs_file_backup=core-image-lwn-backup-display5.ext4\0" \
358 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
370 /* The 0x120000 value corresponds to above SPI-NOR memory MAP */