[U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support
Paulraj, Sandeep
s-paulraj at ti.com
Mon Sep 28 21:32:34 CEST 2009
>
> Olof Johansson wrote:
> > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
> > over tftp.
> >
> > This also refactors the smc911x driver to allow for detecting when the
> > chip is missing. I.e. the detect_chip() function is called earlier and
> > will abort gracefully when the Chip ID read returns all 1's.
> >
> >
> > Signed-off-by: Olof Johansson <olof at lixom.net>
> >
> Acked-by: Ben Warren <biggerbadderben at gmail.com>
>
> (although it should have been broken into functionally-orthogonal
> patches).
>
> Go ahead and apply to the TI branch.
Yes you are right
board/overo/overo.c | 59 ++++++++++++++++++++++++++++++++++++++
board/overo/overo.h | 63 +++++++++++++++++++++-----------------
drivers/net/smc911x.c | 14 +++++----
drivers/net/smc911x.h | 7 +++-
the above 2 should have been in a diff patch
include/configs/omap3_overo.h | 17 ++++++++++-
5 files changed, 119 insertions(+), 41 deletions(-)
>
> regards,
> Ben
More information about the U-Boot
mailing list