commit | 79bfa73afdcf1a98903bf0c512626c8687d4f426 | [log] [tgz] |
---|---|---|
author | Matt Porter <mporter@ti.com> | Tue Jan 31 12:03:57 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Mar 26 23:09:25 2012 +0200 |
tree | f530b6ead4dbc66adb6af50936757e35289dcdb0 | |
parent | acab724903504b9a9a0de98d277bbadef3bc814c [diff] |
SPL: Add YMODEM over UART load support Adds support for loading U-Boot from UART using YMODEM protocol. If YMODEM support is enabled in SPL and the romcode indicates that SPL loaded via UART then SPL will wait for start of a YMODEM transfer via the console port. Signed-off-by: Matt Porter <mporter@ti.com> Signed-off-by: Tom Rini <trini@ti.com>