[U-Boot] [PATCH 1/3] spl: add ymodem support

Mikhail Kshevetskiy mikhail.kshevetskiy at gmail.com
Wed Mar 7 00:42:38 CET 2012


On Tue, 6 Mar 2012 18:34:05 -0300
Fabio Estevam <festevam at gmail.com> wrote:

> 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.

fix and resend?


More information about the U-Boot mailing list