Re: [U-Boot] [PATCH 2/6] microblaze: Enable several ethernet driver compilation

2012-01-28 Thread Stephan Linz
Hi Mike, Am Donnerstag, den 26.01.2012, 22:58 -0500 schrieb Mike Frysinger: > On Saturday 21 January 2012 16:02:54 Stephan Linz wrote: > > NET_MULTI enables to use several ethernet drivers but > > microblaze-generic platform config file select only > > one driver. > > NET_MULTI no longer exists

[U-Boot] [PATCH V12 15/15] SPL: wrong prototype for omap_rev_string

2012-01-28 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Tom Rini CC: Wolfgang Denk CC: Simon Schwarz --- After rebasing V12, I see that prototype for omap_rev_string() was changed ==> fixed include/spl.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/spl.h b/include/spl.h index

[U-Boot] [PATCHv2] OMAP3: Add Corscience Tricorder board

2012-01-28 Thread Thomas Weber
From: Thomas Weber Tricorder is a board which is very similar to the Devkit8000. It is designed as a base platform for further medical devices. www.corscience.de/en/medical-engineering/products/multiparameter/mp10-board.html Signed-off-by: Thomas Weber --- Sorry for the long time between V1 an

Re: [U-Boot] [PATCH 2/6] microblaze: Enable several ethernet driver compilation

2012-01-28 Thread Mike Frysinger
On Saturday 28 January 2012 03:55:47 Stephan Linz wrote: > Am Donnerstag, den 26.01.2012, 22:58 -0500 schrieb Mike Frysinger: > > On Saturday 21 January 2012 16:02:54 Stephan Linz wrote: > > > #define CONFIG_ETHADDR 00:E0:0C:00:00:FD > > > +#define CONFIG_ETH1ADDR 00:E0:0C:00:00

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-28 Thread Fabio Estevam
Hi Stefano, On Tue, Jan 24, 2012 at 6:40 AM, Stefano Babic wrote: > Applied to u-boot-imx, thanks. Which branch, please? I am not able to find it. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-28 Thread Wolfgang Denk
Dear Ajay Bhargav, In message <1978582266.117750.1327647714615.javamail.r...@ahm.einfochips.com> you wrote: > > > > +#define MPMU_EN_ALL_CLKS0x1E > > > > Turning on all clocks is not logical to enable this support, only > > relevant clock necessary for this components SHOULD BE enab

Re: [U-Boot] [PATCH 2/6] microblaze: Enable several ethernet driver compilation

2012-01-28 Thread Wolfgang Denk
Dear Stephan Linz, In message <1327740947.3638.16.camel@keto> you wrote: > > > > #define CONFIG_ETHADDR 00:E0:0C:00:00:FD > > > +#define CONFIG_ETH1ADDR 00:E0:0C:00:00:FC > > > > err, i think these need to get dropped. boards should not be hardcoding > > mac > > addresses