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 sba...@denx.de 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,

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

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:

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 the

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 tom.r...@gmail.com 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

[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

[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 mon...@monstr.eu Signed-off-by: Stephan Linz l...@li-pro.net --- include/configs/microblaze-generic.h | 12 1

[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 mon...@monstr.eu Signed-off-by: Stephan Linz l...@li-pro.net --- .../xilinx/microblaze-generic/microblaze-generic.c |5 + 1 files changed, 5 insertions(+), 0 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

[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 l...@li-pro.net --- .../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

[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 l...@li-pro.net --- board/xilinx/microblaze-generic/xconversions.h | 167 include/configs/microblaze-generic.h

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

2012-01-29 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- 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 ---

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

2012-01-29 Thread Stephan Linz
From: Michal Simek mon...@monstr.eu Enable phylib and mii support for LLTEMAC or AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Michal Simek mon...@monstr.eu Acked-by: Stephan Linz l...@li-pro.net --- include/configs/microblaze-generic.h | 21 + 1 files

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

[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 eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com Acked-by: Stefano Babic sba...@denx.de --- board/freescale/mx6qsabrelite/imximage.cfg|2 +- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 25 +

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

[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 eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com Acked-by: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-mx6/imx-regs.h | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git

[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

[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 eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com Acked-by: Stefano Babic sba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h

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

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:

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 eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com Acked-by: Stefano Babic sba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h

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

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[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

[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:

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1 files

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de --- include/configs/mx6qsabrelite.h |3 +++ 1

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de ---

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_priv

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 troy.ki...@boundarydevices.com wrote: Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com ---  drivers/net/fec_mxc.c |   35 ++-  drivers/net/fec_mxc.h |    1 +  2 files changed, 31 insertions(+), 5 deletions(-)

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 troy.ki...@boundarydevices.com wrote: Add the gigabit phy KSZ9021. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com These commit messages are a bit over-brief. Please explain a bit more if there's anything

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 Nelsoneric.nel...@boundarydevices.com Acked-by: Dirk Behmedirk.be...@de.bosch.com Acked-by: Stefano Babicsba...@denx.de ---

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 except

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

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

2012-01-29 Thread Ajay Bhargav
- Wolfgang Denk w...@denx.de 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 clock

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 tom.r...@gmail.com 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

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 tom.r...@gmail.com 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