]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx-common/cmd_bmode.c: add imx bmode (bootmode) command
authorTroy Kisky <troy.kisky@boundarydevices.com>
Wed, 15 Aug 2012 10:31:20 +0000 (10:31 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:26 +0000 (14:58 +0200)
commit124a06d7fbbf82f47304d499418460312a725ad6
tree1d062a5e07a1904b965324cc152fa7d58432becb
parentd1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d
imx-common/cmd_bmode.c: add imx bmode (bootmode) command

This is useful for forcing the ROM's
usb downloader to activate upon a watchdog reset.
Or, you can boot from either SD Card.

Currently, support added for MX53 and MX6Q
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Note: MX53 support untested.
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/imx-common/Makefile
arch/arm/cpu/armv7/imx-common/cmd_bmode.c [new file with mode: 0644]
arch/arm/cpu/armv7/mx5/soc.c
arch/arm/cpu/armv7/mx6/soc.c
arch/arm/include/asm/arch-mx5/imx-regs.h
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/imx-common/boot_mode.h [new file with mode: 0644]