From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulraj, Sandeep Date: Mon, 28 Sep 2009 14:32:34 -0500 Subject: [U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support In-Reply-To: <4AC105A3.5070306@gmail.com> References: <20090911204750.GA22246@lixom.net> <20090923145556.GA28659@lixom.net> <20090926211434.GB21538@lixom.net> <4AC105A3.5070306@gmail.com> Message-ID: <0554BEF07D437848AF01B9C9B5F0BC5D92DB9DC6@dlee01.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > 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 > > > Acked-by: Ben Warren > > (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