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>
Showing
- arch/arm/cpu/armv7/omap-common/Makefile 3 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/Makefile
- arch/arm/cpu/armv7/omap-common/spl.c 5 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/spl.c
- arch/arm/cpu/armv7/omap-common/spl_ymodem.c 76 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/spl_ymodem.c
- arch/arm/include/asm/omap_common.h 3 additions, 0 deletionsarch/arm/include/asm/omap_common.h
- common/Makefile 3 additions, 0 deletionscommon/Makefile
- lib/Makefile 3 additions, 0 deletionslib/Makefile
Loading
Please register or sign in to comment