diff mbox

[U-Boot] imx: Add documentation for imx specific commands

Message ID 1374713826-25719-1-git-send-email-robert.winkler@boundarydevices.com
State Awaiting Upstream
Headers show

Commit Message

Robert Winkler July 25, 2013, 12:57 a.m. UTC
CONFIG_CMD_HDMIDETECT
CONFIG_CMD_BMODE

Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
---
changes from v1:
removed space between MX and series # to be
consistent with U-Boot

 README | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Otavio Salvador July 25, 2013, 1:56 a.m. UTC | #1
On Wed, Jul 24, 2013 at 9:57 PM, Robert Winkler
<robert.winkler@boundarydevices.com> wrote:
> CONFIG_CMD_HDMIDETECT
> CONFIG_CMD_BMODE
>
> Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
Stefano Babic July 27, 2013, 8:50 a.m. UTC | #2
On 25/07/2013 02:57, Robert Winkler wrote:
> CONFIG_CMD_HDMIDETECT
> CONFIG_CMD_BMODE
> 
> Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/README b/README
index bcfffc3..3a7cf4e 100644
--- a/README
+++ b/README
@@ -2598,6 +2598,21 @@  CBFS (Coreboot Filesystem) support
 		Note: There is also a sha1sum command, which should perhaps
 		be deprecated in favour of 'hash sha1'.
 
+- Freescale i.MX specific commands:
+		CONFIG_CMD_HDMIDETECT
+		This enables 'hdmidet' command which returns true if an
+		HDMI monitor is detected.  This command is i.MX 6 specific.
+
+		CONFIG_CMD_BMODE
+		This enables the 'bmode' (bootmode) command for forcing
+		a boot from specific media.
+
+		This is useful for forcing the ROM's usb downloader to
+		activate upon a watchdog reset which is nice when iterating
+		on U-Boot.  Using the reset button or running bmode normal
+		will set it back to normal.  This command currently
+		supports i.MX53 and i.MX6.
+
 - Signing support:
 		CONFIG_RSA