X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=README;h=78aa5a518031e47c917b85ca3ebb65cc9325d823;hb=a7142dd0963d44d446cf4be5ba710a04c2223e86;hp=a5c3e8dcf7f349badd7295f261ea3dcf7a51c748;hpb=230187ce266889ad465b39ded6717805379e7ffe;p=karo-tx-uboot.git diff --git a/README b/README index a5c3e8dcf7..78aa5a5180 100644 --- a/README +++ b/README @@ -2629,6 +2629,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