[U-Boot] [PATCH 1/3] spl: add ymodem support
Fabio Estevam
festevam at gmail.com
Tue Mar 6 22:34:05 CET 2012
On Tue, Mar 6, 2012 at 5:54 PM, Mikhail Kshevetskiy
<mikhail.kshevetskiy at gmail.com> wrote:
> We have an omap l138 based board without jtag and empty spi flash.
> UART is an only way to load something on this board, so we are using
> uart to load spl image u-boot and then we are using ymodem to load
> the rest part of u-boot.
> ---
> arch/arm/cpu/arm926ejs/davinci/spl.c | 25 +++++++++++++++
> common/Makefile | 4 ++-
> common/xyzModem.c | 55 ++++++++++++++++++++++++++++++++++
> include/xyzModem.h | 5 +++
> lib/Makefile | 1 +
> 5 files changed, 89 insertions(+), 1 deletions(-)
>
> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at gmail.com>
Your Signed-off-by line should be placed above the --- line.
Same applies for the other patches.
More information about the U-Boot
mailing list