Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-30 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut ma...@denx.de wrote: Dear Harman Sohanpal, These patches add USB support in u-boot for AM335x. The support for host or device is selected depending on the config selected from boards.cfg file. Host mode is selected for USB1 and device mode is

Re: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot.

2012-06-30 Thread Harman Sohanpal
On Sat, Jun 30, 2012 at 9:28 AM, Marek Vasut ma...@denx.de wrote: Dear Harman Sohanpal, On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut ma...@denx.de wrote: Dear Harman Sohanpal, These patches add USB support in u-boot for AM335x. The support for host or device is selected depending on

Re: [U-Boot] [PATCH v4] at91: Add support for Bluewater Systems Snapper 9G45 module

2012-06-30 Thread Andreas Bießmann
Dear Simon Glass, are you still interested getting this in mainline? It does not apply cleanly on current u-boot-atmel HEAD, please rebase on top of current u-boot-atmel. And please fix the minor changes commented later on. On 07.11.11 01:34, Simon Glass wrote: Snapper 9G45 is a ARM9-based CPU

[U-Boot] [PATCH v2 1/2] imx: Use a clear identification of an unidentified CPU type

2012-06-30 Thread Otavio Salvador
In case an unidentified CPU type is detected it now returns i.MX??, in a const char. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Cc: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com --- Changes for v2: * use i.MX?? for

[U-Boot] [PATCH v3 2/2] mxs: generalize code for print_cpuinfo()

2012-06-30 Thread Otavio Salvador
The information now is gathered from HW_DIGCTL_CHIPID register and includes the revision of the chip on the output. Signed-off-by: Otavio Salvador ota...@ossystems.com.br Cc: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com --- Changes for

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-30 Thread Ilya Yanok
Dear Marek, 28.06.2012 19:41, Marek Vasut wrote: Surely. (but that probably was an AM3517 with 64 byte cache line) m28 is imx28 with 32byte cacheline You are lucky then. But some systems have bigger cacheline, right? patch) and loading from ext2 and vfat (worked). This is just a

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-30 Thread Ilya Yanok
Dear Marek, 29.06.2012 04:54, Marek Vasut wrote: To clarify for everyone, the first part of this series fixes some alignment issues for things that were not starting address aligned. There still exist end-address alignment issues within ehci-hcd. The time I have for this problem right now

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-30 Thread Marek Vasut
Dear Ilya Yanok, Dear Marek, 29.06.2012 04:54, Marek Vasut wrote: To clarify for everyone, the first part of this series fixes some alignment issues for things that were not starting address aligned. There still exist end-address alignment issues within ehci-hcd. The time I have for