Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-29 Thread Sughosh Ganu
hi Christian, On Sun Jan 29, 2012 at 02:36:39PM +0100, Christian Riesch wrote: > Hi all, > > On Fri, Jan 27, 2012 at 7:33 PM, Tom Rini wrote: > > So, what do we want to do here?  We really want to get this fix in so > > we can get the hawkboard SPL changes in, and the other platforms / > > fixup

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-29 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > Hi all, > > On Fri, Jan 27, 2012 at 7:33 PM, Tom Rini wrote: >> So, what do we want to do here? We really want to get this fix in so >> we can get the hawkboard SPL changes in, and the other platforms / >> fixups that are gated by that. >> >> If I can

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

2012-01-29 Thread Ajay Bhargav
- "Wolfgang Denk" wrote: > 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

Re: [U-Boot] [PATCH V4 4/7] sf command: allow default bus and chip selects

2012-01-29 Thread Mike Frysinger
On Sunday 29 January 2012 13:59:51 Eric Nelson wrote: > This patch allows a board configuration file to provide default bus > and chip-selects for SPI flash so that first argument to the 'sf' command > is optional. > > On boards that use the mxc_spi driver and a GPIO for chip select, this > allows

Re: [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration

2012-01-29 Thread Mike Frysinger
this patch is missing your s-o-b tag ... otherwise, looks good. thanks! -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration

2012-01-29 Thread Mike Frysinger
On Sunday 29 January 2012 14:17:50 Marek Vasut wrote: > > --- a/README > > +++ b/README > > > > + CONFIG_CMD_SF * Read/write/erase SPI NOR flash > > Why did you add the asterisk here ? from the README: The default command configuration includes all commands ex

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Marek Vasut
> On 01/29/2012 03:16 PM, Marek Vasut wrote: > >> On 01/29/2012 01:11 PM, Marek Vasut wrote: > On 01/29/2012 12:18 PM, Marek Vasut wrote: > >> Signed-off-by: Eric Nelson > >> Acked-by: Dirk Behme > >> Acked-by: Stefano Babic > >> --- > >> > >> include/configs/mx6qs

Re: [U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021

2012-01-29 Thread Andy Fleming
NAK, for reasons listed below. On Thu, Jan 26, 2012 at 4:21 PM, Troy Kisky wrote: > Add the gigabit phy KSZ9021. > > Signed-off-by: Troy Kisky These commit messages are a bit over-brief. Please explain a bit more if there's anything non-trivial in the patch. > --- >  drivers/net/phy/Makefile

Re: [U-Boot] [PATCH 2/4] net: fec_mxc: add PHYLIB support

2012-01-29 Thread Andy Fleming
On Thu, Jan 26, 2012 at 4:21 PM, Troy Kisky wrote: > Signed-off-by: Troy Kisky > --- >  drivers/net/fec_mxc.c |   35 ++- >  drivers/net/fec_mxc.h |    1 + >  2 files changed, 31 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_

Re: [U-Boot] [PATCH 1/4] net: fec_mxc: add 1000 Mbps selection

2012-01-29 Thread Andy Fleming
> diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c > index 3affda8..3fffe79 100644 > --- a/drivers/net/fec_mxc.c > +++ b/drivers/net/fec_mxc.c > @@ -378,6 +378,7 @@ static int fec_set_hwaddr(struct eth_device *dev) >  static int fec_open(struct eth_device *edev) >  { >        struct fec_p

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Eric Nelson
On 01/29/2012 03:16 PM, Marek Vasut wrote: On 01/29/2012 01:11 PM, Marek Vasut wrote: On 01/29/2012 12:18 PM, Marek Vasut wrote: Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 de

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Marek Vasut
> On 01/29/2012 01:11 PM, Marek Vasut wrote: > >> On 01/29/2012 12:18 PM, Marek Vasut wrote: > Signed-off-by: Eric Nelson > Acked-by: Dirk Behme > Acked-by: Stefano Babic > --- > > include/configs/mx6qsabrelite.h |3 +++ > 1 files changed, 3 insertions(+

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Eric Nelson
On 01/29/2012 01:11 PM, Marek Vasut wrote: On 01/29/2012 12:18 PM, Marek Vasut wrote: Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qs

[U-Boot] [PATCH v2] Change kernel address in dataflash to match u-boot's size

2012-01-29 Thread Alexandre Belloni
On at91sam platforms, u-boot grew larger than the allocated size in dataflash, the layout was: bootstrap 0x ubootenv 0x4200 uboot 0x8400 kernel 0x00042000 u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 = 0x39C00 bytes anymore. Now, the layout is: boo

[U-Boot] How to make a u-boot that supports a particular board.

2012-01-29 Thread jagan
Hi, I need an info, what are the changes that can be added to plain u-boot that supports a particular board. Please point-out any specific doc or links. Thanks for your time. Regards, Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Marek Vasut
> On 01/29/2012 12:18 PM, Marek Vasut wrote: > >> Signed-off-by: Eric Nelson > >> Acked-by: Dirk Behme > >> Acked-by: Stefano Babic > >> --- > >> > >> include/configs/mx6qsabrelite.h |3 +++ > >> 1 files changed, 3 insertions(+), 0 deletions(-) > >> > >> diff --git a/include/configs/mx6qsa

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Eric Nelson
On 01/29/2012 12:18 PM, Marek Vasut wrote: Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h in

Re: [U-Boot] [PATCH V4 1/7] mxc_spi: move machine specifics into CPU headers

2012-01-29 Thread Eric Nelson
On 01/29/2012 12:16 PM, Marek Vasut wrote: Move (E)CSPI register declarations into the imx-regs.h files for each supported CPU Introduce two new macros to control conditional setup MXC_CSPI - Used for processors with the Configurable Serial Peripheral Interface (MX3x) MXC_ECSPI - For proce

Re: [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration

2012-01-29 Thread Eric Nelson
On 01/29/2012 12:17 PM, Marek Vasut wrote: --- README | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/README b/README index f6ab85c..1a98915 100644 --- a/README +++ b/README @@ -800,6 +800,7 @@ The following options need to be configured:

Re: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Marek Vasut
> Signed-off-by: Eric Nelson > Acked-by: Dirk Behme > Acked-by: Stefano Babic > --- > include/configs/mx6qsabrelite.h |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/configs/mx6qsabrelite.h > b/include/configs/mx6qsabrelite.h index 8dd6e39..cc770e2 10064

Re: [U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration

2012-01-29 Thread Marek Vasut
> --- > README | 20 > 1 files changed, 20 insertions(+), 0 deletions(-) > > diff --git a/README b/README > index f6ab85c..1a98915 100644 > --- a/README > +++ b/README > @@ -800,6 +800,7 @@ The following options need to be configured: >

[U-Boot] [PATCH V4 7/7] mx6q: mx6qsabrelite: Conditionally define macros for environment in serial flash

2012-01-29 Thread Eric Nelson
The default settings store the persistent environment on SD card and not serial flash (SPI NOR). To use SPI NOR to save the environment instead of SD card, edit include/configs/mx6qsabrelite.h and - undefine CONFIG_ENV_IS_IN_MMC - define CONFIG_ENV_IS_IN_SPI_FLASH The SPI driver can take as ch

Re: [U-Boot] [PATCH V4 1/7] mxc_spi: move machine specifics into CPU headers

2012-01-29 Thread Marek Vasut
> Move (E)CSPI register declarations into the imx-regs.h files for each > supported CPU > > Introduce two new macros to control conditional setup > MXC_CSPI - Used for processors with the Configurable Serial Peripheral > Interface (MX3x) MXC_ECSPI - For processors with Enhanced Configurable..

[U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select

2012-01-29 Thread Eric Nelson
Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 8dd6e39..cc770e2 100644 --- a/include/co

[U-Boot] [PATCH V4 5/7] README: Add description of SPI Flash (SF) command configuration

2012-01-29 Thread Eric Nelson
--- README | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/README b/README index f6ab85c..1a98915 100644 --- a/README +++ b/README @@ -800,6 +800,7 @@ The following options need to be configured: (requires CONFI

[U-Boot] [PATCH V4 2/7] mx6q: Add support for ECSPI through mxc_spi driver

2012-01-29 Thread Eric Nelson
Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- arch/arm/include/asm/arch-mx6/imx-regs.h | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/i

[U-Boot] [PATCH V4 1/7] mxc_spi: move machine specifics into CPU headers

2012-01-29 Thread Eric Nelson
Move (E)CSPI register declarations into the imx-regs.h files for each supported CPU Introduce two new macros to control conditional setup MXC_CSPI - Used for processors with the Configurable Serial Peripheral Interface (MX3x) MXC_ECSPI - For processors with Enhanced Configurable... (MX

[U-Boot] [PATCH V4 4/7] sf command: allow default bus and chip selects

2012-01-29 Thread Eric Nelson
This patch allows a board configuration file to provide default bus and chip-selects for SPI flash so that first argument to the 'sf' command is optional. On boards that use the mxc_spi driver and a GPIO for chip select, this allows a much simpler command line: U-Boot> sf probe instead of

[U-Boot] [PATCH V4 3/7] mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform

2012-01-29 Thread Eric Nelson
Signed-off-by: Eric Nelson Acked-by: Dirk Behme Acked-by: Stefano Babic --- board/freescale/mx6qsabrelite/imximage.cfg|2 +- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 25 + include/configs/mx6qsabrelite.h |9 + 3 files changed, 3

[U-Boot] [PATCH V4 0/7] mxc_spi refactoring (for mx6q and mx6qsabrelite)

2012-01-29 Thread Eric Nelson
This patch set refactors mxc_spi as described in http://lists.denx.de/pipermail/u-boot/2010-March/068791.html and requested in http://lists.denx.de/pipermail/u-boot/2012-January/116023.html in order to add support for the MX6Q in general and the mx6qsabrelite specifically. Patch 1 simpl

[U-Boot] [PATCH V4 0/7] mxc_spi refactoring (for mx6q and mx6qsabrelite)

2012-01-29 Thread Eric Nelson
This patch set refactors mxc_spi as described in http://lists.denx.de/pipermail/u-boot/2010-March/068791.html and requested in http://lists.denx.de/pipermail/u-boot/2012-January/116023.html in order to add support for the MX6Q in general and the mx6qsabrelite specifically. Patch 1 simply

[U-Boot] [PATCH 3/8] microblaze: Enable phylib and mii support

2012-01-29 Thread Stephan Linz
From: Michal Simek Enable phylib and mii support for LLTEMAC or AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Michal Simek Acked-by: Stephan Linz --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --

[U-Boot] [PATCH 4/8] microblaze: Enable TFTP put command

2012-01-29 Thread Stephan Linz
Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 69fcdb6..71d4767 100644 --- a/include/configs/microblaze-generic.h +++ b

[U-Boot] [PATCH 5/8] microblaze: Xilinx BSP to U-Boot conversion matrix

2012-01-29 Thread Stephan Linz
This matrix converts values from the automaticaly generated header xparameters.h to U-Boot configuration values as needed. Signed-off-by: Stephan Linz --- board/xilinx/microblaze-generic/xconversions.h | 167 include/configs/microblaze-generic.h |1 + 2 fi

[U-Boot] [PATCH 8/8] microblaze: ll_temac: export xilinx_ll_temac_eth_init() for evaluation

2012-01-29 Thread Stephan Linz
Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c | 57 drivers/net/xilinx_ll_temac.c |2 +- include/xilinx_ll_temac.h |3 + 3 files changed, 61 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 6/8] microblaze: Add faked LL_TEMAC driver configuration

2012-01-29 Thread Stephan Linz
Expand the specific configuration for the microblaze-generic board in xparameters.h with a faked setup to enable the LL_TEMAC driver. Note: From now the microblaze-generic board is no longer a valid board configuration for a real piece of hardware. Rather than, we use the file config.mk and xparam

[U-Boot] [PATCH 7/8] microblaze: Wire up LL_TEMAC driver initialization

2012-01-29 Thread Stephan Linz
Initialize ll_temac driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-g

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

2012-01-29 Thread Stephan Linz
U-Boot's multipple network supports enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h | 12 1 files changed, 8 insertions(+), 4

[U-Boot] [PREVIEW] LL TEMAC v10 refactored -- for evaluation only

2012-01-29 Thread Stephan Linz
Hi Michal, back to your requests and objections I've built up a new patch set for evaluation. Some of the changes relate to the Microblaze platform rather than the network driver. 1) U-Boot configuration variables vs. xparameters.h -

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-29 Thread Christian Riesch
Hi all, On Fri, Jan 27, 2012 at 7:33 PM, Tom Rini wrote: > So, what do we want to do here?  We really want to get this fix in so > we can get the hawkboard SPL changes in, and the other platforms / > fixups that are gated by that. > > If I can sum it up, in the relevant section of code we have in

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-29 Thread Stefano Babic
On 29/01/2012 10:42, Igor Grinberg wrote: > Hi Govindraj, > Hi all, > Put Remy on Cc. Remy resigned as USB maintainer - but Tom is aware about these patches... > > Note: my new mail client for some reason, messes with white spaces... > (Thunderbird (9) just gets better and better...) I had t

Re: [U-Boot] [UPDATED] Please pull u-boot-ti/master

2012-01-29 Thread Albert ARIBAUD
Hi Tom, Le 27/01/2012 19:24, Tom Rini a écrit : Hello, I've updated my pull request with two important bugfixes. The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: Simon Glass (1): tegra2: Enable data cache are available in the git repository at: git:

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-29 Thread Igor Grinberg
Hi Govindraj, Put Remy on Cc. Note: my new mail client for some reason, messes with white spaces... (Thunderbird (9) just gets better and better...) So, please ignore those. BTW, is there anyone who has those issues fixed and can save me a wasted hour? On 01/27/12 15:29, Govindraj wrote: On We

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

2012-01-29 Thread Stefano Babic
On 28/01/2012 23:08, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Jan 24, 2012 at 6:40 AM, Stefano Babic wrote: > >> Applied to u-boot-imx, thanks. > Hi Fabio, > Which branch, please? > > I am not able to find it. Sorry, I have not yet pushed to the server - done now. Best regards, Stefa