[U-Boot] uboot for vexpress-a15x2

2012-07-04 Thread Xiao Jiang
Hello, Since vexpress-a15x2 and vexpress-a9x4 share same motherboard, I guess the two boards can be supported with same uboot, does someone can confirm it? thanks. Regards, Xiao ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailm

Re: [U-Boot] [PATCH] cm-t35: fix incorrect NAND_ECC layout selection

2012-07-04 Thread Nikita Kiryanov
On 07/02/2012 07:06 PM, Tom Rini wrote: On Mon, Jul 02, 2012 at 03:27:59PM +0300, Nikita Kiryanov wrote: The current configuration selects an incorrect NAND ECC layout, which causes u-boot to write HW ECC data incorrectly. This patch selects the right layout. Signed-off-by: Nikita Kiryanov

Re: [U-Boot] [PATCH 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-07-04 Thread Lukasz Majewski
Hi Marek, Thanks for review. > Dear Lukasz Majewski, > > > Composite USB download gadget support (g_dnl) for download > > functions. This code works on top of composite gadget. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > --- > > drivers/us

Re: [U-Boot] [PATCH] usb_storage: fix ehci driver max transfer size

2012-07-04 Thread Stefan Herbrechtsmeier
Am 04.07.2012 08:57, schrieb Schneider, Kolja: Am 03.07.2012 20:10, schrieb Marek Vasut: The commit 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 'usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM' introduce a bug in usb_storage as it wrongly assumes that every transfer can use 4k per qt_buf

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5: Support for Exynos5250 Rev 1.0

2012-07-04 Thread Minkyu Kang
On 4 July 2012 15:02, Rajeshwari Shinde wrote: > This patch set adds support for Exynos5250 Rev 1.0. > Exynos5250 Rev 1.0 supports DDR3 Memory configuration and > support for LPDDR2 is removed. > Exynos5250 Rev 1.0 supports DWMMC controller and does not support SDHCI > controller. > After DWMMC dr

Re: [U-Boot] [PATCH 12/20] arm/km: add support for external switchconfiguration

2012-07-04 Thread Detlev Zundel
Hi Valentin and Prafulla, [...] >> Dear Valentin >> We must keep develop it as generic driver. >> >> Regards... >> Prafulla . . . >> > > Sure it would be great if we had the time and resources to contribute a > generic > driver for these switches. Unfortunately it is not the case and we have o

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-04 Thread Holger Brunck
Hi Prafulla, On 07/03/2012 04:39 PM, Prafulla Wadaskar wrote: >> On 07/03/2012 03:07 PM, Prafulla Wadaskar wrote: > But 01-08 are not only bugfixes there are also two new boards in >> these patches. So will you pull these eight patches in if I post them again >> without >>>

[U-Boot] [RFC][PATCH v3] net: nfs: make NFS_TIMEOUT configurable

2012-07-04 Thread Tetsuyuki Kobayashi
NFS_TIMEOUT is constant value defined in net/nfs.c. But sometimes it needs to adjust. This patch enables to override NFS_TIMEOUT by defining CONFIG_NFS_TIMEOUT in a board specific config file. Signed-off-by: Tetsuyuki Kobayashi --- Changes for v2: - remove a wrong #error line Changes for v3:

Re: [U-Boot] [PATCH 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > Support for f_dfu USB function. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > --- > [...] > > + > > +static const char dfu_name[] = "Device Firmware Upgrade"; > > + > > +/* static strings, in UTF-8 */ >

Re: [U-Boot] [PATCH 3/7] dfu: DFU backend implementation

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > New, separate driver at ./drivers/dfu has been added. It allows > > platform and storage independent operation of DFU. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > --- > > [...] > > > +#include > > +

Re: [U-Boot] [PATCH 4/7] dfu: MMC specific routines for DFU operation

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Tom Rini, > > > On Tue, Jul 03, 2012 at 11:29:31PM +0200, Marek Vasut wrote: > > > Dear Lukasz Majewski, > > > > > > > Support for MMC storage devices to work with DFU framework. > > > > > > > > Signed-off-by: Lukasz Majewski > > > > Signed-off-by: Kyungmin Park > > > > Cc: M

Re: [U-Boot] [PATCH 12/20] arm/km: add support for external switchconfiguration

2012-07-04 Thread Prafulla Wadaskar
> -Original Message- > From: Detlev Zundel [mailto:d...@denx.de] > Sent: 04 July 2012 13:38 > To: Valentin Longchamp > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; holger.bru...@keymile.com > Subject: Re: [U-Boot] [PATCH 12/20] arm/km: add support for external > switchconfiguration > > H

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-04 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: 03 July 2012 23:31 > To: Prafulla Wadaskar > Cc: Holger Brunck; u-boot@lists.denx.de; Valentin Longchamp > Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un > target to km_kirkwood > > Dear Prafulla,

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-04 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 04 July 2012 13:55 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Valentin Longchamp; > albert.u.b...@aribaud.net; Detlev Zundel > Subject: Re: [PATCH v2 03/14] arm/km: convert mgcoge3un target to >

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > Support for u-boot's command line command "dfu > > [list]". > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > --- > > [...] > > > +int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const > > argv[]

Re: [U-Boot] [PATCH 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-04 Thread Lukasz Majewski
Hi Minkyu, > Dear Lukasz, > > On 3 July 2012 18:38, Lukasz Majewski wrote: > > Support for USB UDC driver at trats board. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Marek Vasut > > Cc: Minkyu Kang > > --- > > board/samsung/trats/trats.c |9 +

Re: [U-Boot] [PATCH V2 3/4] common lcd: simplify core functions

2012-07-04 Thread Nikita Kiryanov
On 06/25/2012 10:23 AM, Wolfgang Denk wrote: Dear Nikita Kiryanov, In message <1340607844-8718-4-git-send-email-nik...@compulab.co.il> you wrote: Move highly platform dependant code into its own function to reduce the number of #ifdefs in the bigger functions Signed-off-by: Nikita Kiryanov Si

[U-Boot] [PATCH] ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment

2012-07-04 Thread Ilya Yanok
From: Tom Rini The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. We add a cpp check to to define USB_DMA_MINALIGN and make use o

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

2012-07-04 Thread Ilya Yanok
Hi All, 04.07.2012 04:14, Marek Vasut wrote: Ilya, thank you for saving my back ;-) And thank you for investing your time into this. You are welcome ;) Just posted the patch. No dealing with unaligned buffers from upper layers for now but at least fatload with aligned address works fine.

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-04 Thread Ilya Yanok
Hi Tom, 02.07.2012 23:06, Tom Rini wrote: On Mon, Jul 02, 2012 at 08:41:56PM +0200, Wolfgang Denk wrote: Hello all, I would like to get out -rc1 ASAP. If you have any patches queued that should make it into the upcoming release, then plase send your pull requezts as soon as possible. Alber

Re: [U-Boot] [PATCH 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, [...] > > > +static void handle_getstatus(struct usb_request *req) > > > +{ > > > + struct dfu_status *dstat = (struct dfu_status *)req->buf; > > > + struct f_dfu *f_dfu = req->context; > > > + > > > + switch (f_dfu->dfu_state) { > > > > > + case DFU_STATE_dfuDNLOAD_SYNC: >

Re: [U-Boot] [PATCH 3/7] dfu: DFU backend implementation

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Marek, > > > Dear Lukasz Majewski, > > > > > New, separate driver at ./drivers/dfu has been added. It allows > > > platform and storage independent operation of DFU. > > > > > > Signed-off-by: Lukasz Majewski > > > Signed-off-by: Kyungmin Park > > > Cc: Marek Vasut

Re: [U-Boot] [PATCH 4/7] dfu: MMC specific routines for DFU operation

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, [...] > > > > Holy Moly ... can we not make this into simple calls to those > > > > subsystems ? Instead invoking command is crazy ;-) > > > > > > Are they really simple? There's a few other places we do this, and > > > so long as it's documented that DFU depends on CONFIG

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, > Hi Marek, > > > Dear Lukasz Majewski, > > > > > Support for u-boot's command line command "dfu > > > [list]". > > > > > > Signed-off-by: Lukasz Majewski > > > Signed-off-by: Kyungmin Park > > > Cc: Marek Vasut > > > --- > > > > [...] > > > > > +int do_dfu(cmd_tbl_

[U-Boot] [RESEND 00/11] Support for ST-Ericsson snowball board

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" This set adds support for the ST-Ericsson u8500 based snowball board. Doing so it moves u8500-href code around to allow for code reuse between boards. It was sent out more than three weeks ago, was modified after comments were received but never got an official ACK.

[U-Boot] [RESEND 02/11] u8500: Moving prcmu to cpu directory

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" This is to allow the prcmu functions to be used by multiple u8500-based processors. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/Makefile |2 +- arch/arm/cpu/armv7/u8500/prcmu.c| 164 +++

[U-Boot] [RESEND 03/11] snowball: Adding architecture dependent initialisation

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- Changes for v2: - Cleaned #defines in snowball.h --- arch/arm/cpu/armv7/u8500/Makefile |2 +- arch/arm/cpu/armv7/u8500/cpu.c

[U-Boot] [RESEND 07/11] u8500: Moving processor-specific functions to cpu area.

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Functions such as providing power to the MMC device and reading the processor version register should be in the cpu area for access by multiple u8500-based boards. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/cpu.c

[U-Boot] [RESEND 05/11] snowball: Moving to ux500.v2 addess scheme for PRCMU access

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Addresses between ux500.v1 and ux500.v2 have changed slightly, hence mandating a review of the PRCMU access methods. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/prcmu.c | 91 +++- arch/arm

[U-Boot] [RESEND 04/11] snowball: Adding CPU clock initialisation

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/clock.c| 34 +++ arch/arm/cpu/armv7/u8500/cpu.c |2 + arch/arm/include/asm/arch-u8500/clock.h |5 +--- 3 files changed, 37 ins

[U-Boot] [RESEND 06/11] snowball: applying power to LAN and GBF controllers

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" LAN and GBF need to be powered explicitely, doing so with interface to AB8500 companion chip. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- Changes for v2: - Cleaned #defines in snowball.h --- arch/arm/include/asm/arch-u8500/hardware.h | 11 +++-

[U-Boot] [RESEND 10/11] armv7: Adding cpu specific cache managmenent

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Some CPU (i.e u8500) need more cache management before launching the Linux kernel. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- Changes for v2: - Moved from __attribute__(...) to __weak. changes for v3: - Choosing more explicit name for extra ca

[U-Boot] [RESEND 09/11] u8500: Separating mmc config parameters from driver

2012-07-04 Thread mathieu . poirier
From: John Rigby Configuration in vexpress and u8500.v1 is different from what is needed in u8500.v2. As such, card configuration specifics need to reside in the board file rather than the driver. Signed-off-by: John Rigby Signed-off-by: Mathieu Poirier --- board/armltd/vexpress/ca9x4_ct_vxp

[U-Boot] [RESEND 08/11] u8500: Enabling power to MMC device on AB8500 V2

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Register mapping has changed on power control chip between the first and second revision. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/cpu.c | 89 arch/arm/include/asm/arch-u8500/har

[U-Boot] [RESEND 11/11] snowball: Adding board specific cache cleanup routine

2012-07-04 Thread mathieu . poirier
From: "Mathieu J. Poirier" Following ARM's reference manuel for initializing the cache - the kernel won't boot otherwise. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- Changes for v2: - Correcting cache maintenance register address. - Invalidating all 16 bits in cache main

Re: [U-Boot] [PATCH v3 1/3] AM335x : Add USB support for AM335x in u-boot

2012-07-04 Thread Ilya Yanok
Hi, On Sun, Jul 1, 2012 at 9:33 PM, Harman Sohanpal wrote: > > Thanks for your review. > But I believe you are talking of version 3 of the patches. > Kindly have a look at the version 4 I have sent. > Yes, my bad. I've seen your fourth version just after sending my comment. > I have used the s

Re: [U-Boot] [PATCH 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > [...] > > > > > +static void handle_getstatus(struct usb_request *req) > > > > +{ > > > > + struct dfu_status *dstat = (struct dfu_status > > > > *)req->buf; > > > > + struct f_dfu *f_dfu = req->context; > > > > + > > > > + switch (f_dfu->d

Re: [U-Boot] [PATCH 3/7] dfu: DFU backend implementation

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > > Hi Marek, > > > > > Dear Lukasz Majewski, > > > > > > > New, separate driver at ./drivers/dfu has been added. It allows > > > > platform and storage independent operation of DFU. > > > > > > > > Signed-off-by: Lukasz Majewski > > > > Signed-off-by: Kyun

Re: [U-Boot] [PATCH 4/7] dfu: MMC specific routines for DFU operation

2012-07-04 Thread Lukasz Majewski
Hi Marek, > Dear Lukasz Majewski, > > [...] > > > > > > Holy Moly ... can we not make this into simple calls to those > > > > > subsystems ? Instead invoking command is crazy ;-) > > > > > > > > Are they really simple? There's a few other places we do this, > > > > and so long as it's document

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-04 Thread Tom Rini
On Wed, Jul 04, 2012 at 05:10:06PM +0400, Ilya Yanok wrote: > Hi Tom, > > 02.07.2012 23:06, Tom Rini wrote: > >On Mon, Jul 02, 2012 at 08:41:56PM +0200, Wolfgang Denk wrote: > > > >>Hello all, > >> > >>I would like to get out -rc1 ASAP. If you have any patches queued > >>that should make it into

[U-Boot] [PATCH v2 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-04 Thread Lukasz Majewski
Those patches add support for composite USB download gadget. This gadget (at least for now) is equipped with DFU download function. A separate DFU back-end and front-end have been added. Back-end is placed at ./drivers/dfu directory. The front-end is implemented as USB function. The back-end is w

[U-Boot] [PATCH v2 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-07-04 Thread Lukasz Majewski
Composite USB download gadget support (g_dnl) for download functions. This code works on top of composite gadget. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - G_DNL_{VENDOR_NUM, PRODUCT_NUM and MANUFACTURER} defined at ./include/configs/.h

[U-Boot] [PATCH v2 4/7] dfu: MMC specific routines for DFU operation

2012-07-04 Thread Lukasz Majewski
Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None --- drivers/dfu/Makefile |1 + drivers/dfu/dfu_mmc.c | 126 + 2 files change

[U-Boot] [PATCH v2 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-04 Thread Lukasz Majewski
Support for f_dfu USB function. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - Replace kzalloc and kfree with free and calloc - Reorganization of calloc calls - Misspelling corrected - Redesign of DFU state machine from "switch case" to funct

[U-Boot] [PATCH v2 3/7] dfu: DFU backend implementation

2012-07-04 Thread Lukasz Majewski
New, separate driver at ./drivers/dfu has been added. It allows platform and storage independent operation of DFU. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None --- Makefile |1 + drivers/dfu/Makefile | 43 dr

[U-Boot] [PATCH v2 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-04 Thread Lukasz Majewski
Support for u-boot's command line command "dfu [list]". Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None --- common/Makefile |1 + common/cmd_dfu.c | 81 ++ 2 files changed, 82 i

[U-Boot] [PATCH v2 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-07-04 Thread Lukasz Majewski
Support for USB UDC driver at trats board. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut Cc: Minkyu Kang --- Changes for v2: - replace puts to debug --- board/samsung/trats/trats.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/b

[U-Boot] [PATCH v2 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-07-04 Thread Lukasz Majewski
Enable the g_dnl composite USB gadget driver with embedded DFU function on it. It now uses the composite gadget framework to support download specific USB functions (like enabled DFU or USB Mass Storage). Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut Cc: Minkyu Kan

Re: [U-Boot] [PATCH 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, [...] > > > > Now ... this is ubercrazy ... can't this be made without this > > > > typecasting voodoo? > > > > > > The problem is that req->buf is a void pointer. And the goal is to > > > store dfu state at 8 bits. > > > > Sure, but why not make the buffer u8 ? > > The r

Re: [U-Boot] [PATCH 3/7] dfu: DFU backend implementation

2012-07-04 Thread Marek Vasut
Dear Lukasz Majewski, [...] > > > > And will those pieces be implemented any soon ? :) > : > :-). Since I'm the OneNAND custodian I shall keep in the back of my > > head, that support for this memory is important :-) Good, will look forward to it :) Best regards, Marek Vasut

[U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-04 Thread Hornung, Michael
Dear list, I have an i.MX35PDK (mx35_3stack) with one U-Boot running within the NAND flash and one U-Boot running within the parallel NOR flash. I am now trying to get another one running in a serial NOR flash (S25FL064K) I soldered to the CSPI1 lines with CSPI1_SS1 as chip select line. Then

Re: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-04 Thread Fabio Estevam
Hi Michael, On Wed, Jul 4, 2012 at 10:29 AM, Hornung, Michael wrote: > 3. $ make mx35pdk > $ cp board/freescale/mx51evk/imximage.cfg board/freescale/mx35pdk/ This is not correct. You can not use the DDR settings from mx51evk directly into mx35pdk. You would need to create a imxima

Re: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-04 Thread Fabio Estevam
On Wed, Jul 4, 2012 at 2:31 PM, Fabio Estevam wrote: > Take a look at Freescale U-boot as a reference: > http://opensource.freescale.com/git?p=imx/uboot-imx.git;a=blob;f=board/freescale/mx35_3stack/flash_header.S;h=b662669f80061be18787eafea6eb3668786b6224;hb=329240314138de1fb8d3d08531e0c340848297

Re: [U-Boot] [RESEND 01/11] snowball: Add support for ux500 based snowball board

2012-07-04 Thread Wolfgang Denk
Dear mathieu.poir...@linaro.org, In message <1341413915-7944-2-git-send-email-mathieu.poir...@linaro.org> you wrote: > From: "Mathieu J. Poirier" > > Signed-off-by: Mathieu Poirier > Signed-off-by: John Rigby > --- > Changes for v2: >- White space cleanup. >- Cleaned #defines. >-

Re: [U-Boot] [RESEND 02/11] u8500: Moving prcmu to cpu directory

2012-07-04 Thread Wolfgang Denk
Dear mathieu.poir...@linaro.org, In message <1341413915-7944-3-git-send-email-mathieu.poir...@linaro.org> you wrote: > From: "Mathieu J. Poirier" > > This is to allow the prcmu functions to be used by multiple > u8500-based processors. > > Signed-off-by: Mathieu Poirier > Signed-off-by: John

Re: [U-Boot] [RESEND 11/11] snowball: Adding board specific cache cleanup routine

2012-07-04 Thread Wolfgang Denk
Dear mathieu.poir...@linaro.org, In message <1341413915-7944-12-git-send-email-mathieu.poir...@linaro.org> you wrote: > From: "Mathieu J. Poirier" > > Following ARM's reference manuel for initializing the cache - the > kernel won't boot otherwise. > > Signed-off-by: Mathieu Poirier > Signed-o

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-04 Thread Marek Vasut
Dear Tom Rini, > On Wed, Jul 04, 2012 at 05:10:06PM +0400, Ilya Yanok wrote: > > Hi Tom, > > > > 02.07.2012 23:06, Tom Rini wrote: > > >On Mon, Jul 02, 2012 at 08:41:56PM +0200, Wolfgang Denk wrote: > > >>Hello all, > > >> > > >>I would like to get out -rc1 ASAP. If you have any patches queued >

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-04 Thread Ilya Yanok
Dear Marek, 04.07.2012 21:57, Marek Vasut wrote: OK, thanks. I'll do some testing and wait for Marek to ack :) Then I think it should go via the USB tree since it's all under drivers/usb/ now. Was I CCed on those? I can't find them in my mailbox :-( There is actually only one updated patch.

Re: [U-Boot] [RESEND 11/11] snowball: Adding board specific cache cleanup routine

2012-07-04 Thread Mathieu Poirier
On 12-07-04 12:53 PM, Wolfgang Denk wrote: > Dear mathieu.poir...@linaro.org, > > In message <1341413915-7944-12-git-send-email-mathieu.poir...@linaro.org> you > wrote: >> From: "Mathieu J. Poirier" >> >> Following ARM's reference manuel for initializing the cache - the >> kernel won't boot othe

Re: [U-Boot] [RESEND 11/11] snowball: Adding board specific cache cleanup routine

2012-07-04 Thread Fabio Estevam
On Wed, Jul 4, 2012 at 4:53 PM, Mathieu Poirier wrote: >> NAK. Please use proper I/O accessors, and declare a C struct to >> access these registers. > > Ok, to make sure I do this properly please point me to an example in the > code base where I can find I/O accessors. Take at how the registers

Re: [U-Boot] [RESEND 11/11] snowball: Adding board specific cache cleanup routine

2012-07-04 Thread Wolfgang Denk
Dear Mathieu, In message <4ff49f2c.1030...@linaro.org> you wrote: > > >> + *((volatile unsigned int *)(0xA0412900)) = 0xFF; > >> + *((volatile unsigned int *)(0xA0412904)) = 0xFF; > > > > NAK. Please use proper I/O accessors, and declare a C struct to > > access these registers. > > Ok, to ma

Re: [U-Boot] [PATCH] ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment

2012-07-04 Thread Marek Vasut
Dear Ilya Yanok, > From: Tom Rini > > The USB spec says that 32 bytes is the minimum required alignment. > However on some platforms we have a larger minimum requirement for cache > coherency. In those cases, use that value rather than the USB spec > minimum. We add a cpp check to to define U

[U-Boot] [PATCH 2/3] microblaze: Wire up dts configuration

2012-07-04 Thread Stephan Linz
- enable OF control and embedded OF - set default device tree file name to 'microblaze' - add CPP to dtc proxy: board/xilinx/dts/microblaze.dts - add an empty but processable dts for microblaze-generic Signed-off-by: Stephan Linz --- board/xilinx/dts/microblaze.dts

[U-Boot] [PATCH 1/3] fdt: Add board specific dts inclusion

2012-07-04 Thread Stephan Linz
Some architectures, for example Microblaze, doesn't need a splitted device tree because every Microblaze hw design is different. The individuell Microblaze device tree will be auto generated by FPGA design tools and could be used directly with dtc. The auto generated dts for Microblaze can not pro

[U-Boot] [PATCH 3/3] microblaze: Wire up OF support for emaclite

2012-07-04 Thread Stephan Linz
- expand the condition with CONFIG_OF_CONTROL Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 386189f..01e3421 100

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-04 Thread Stephan Linz
Am Mittwoch, den 04.07.2012, 08:24 +0200 schrieb Michal Simek: > On 07/03/2012 10:22 PM, Stephan Linz wrote: > > Am Dienstag, den 03.07.2012, 12:21 -0700 schrieb Simon Glass: > >> Hi, > >> > >> On Sun, Jul 1, 2012 at 10:43 PM, Michal Simek wrote: > >> > >>> 2012/6/29 Stephan Linz: > Am Freit

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

2012-07-04 Thread Marek Vasut
Dear Tom Rini, [...] > >> This is as per my understanding. It could also cause confusions > >> to some due to name. maybe :) > > > > I'm no omap guru, Tom is. Tom? > > I think what we need to do is take a shot at converting am35x.c and > am335x.c into a 'ti_musb.[ch]' and per-family header file

Re: [U-Boot] [PATCH] arm:trats: loaduimage environment variable defied for TRATS target

2012-07-04 Thread Minkyu Kang
On 3 July 2012 18:41, Lukasz Majewski wrote: > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > include/configs/trats.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks. Minkyu Kang. -- from. prom. www.pr

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-04 Thread Jorgen Lundman
Do I have to do anything special at this point, or can I assume everything is going according to plan? Lund ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-04 Thread Graeme Russ
Hi Lund, On Thu, Jul 5, 2012 at 1:34 PM, Jorgen Lundman wrote: > > Do I have to do anything special at this point, or can I assume everything > is going according to plan? I've had a quick look - the intrusion into common code is minimal (additions to Makefiles) so the risk to U-Boot stability i

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-04 Thread Holger Brunck
On 07/04/2012 11:21 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Wolfgang Denk [mailto:w...@denx.de] >> Sent: 03 July 2012 23:31 >> To: Prafulla Wadaskar >> Cc: Holger Brunck; u-boot@lists.denx.de; Valentin Longchamp >> Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: con

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-04 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 05 July 2012 11:24 > To: Prafulla Wadaskar > Cc: Wolfgang Denk; u-boot@lists.denx.de; Valentin Longchamp > Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un > target to km_kirkwood > > On

Re: [U-Boot] [PATCH v3] powerpc/p1022ds: Add sdcard and spi boot support to P1022DS

2012-07-04 Thread Eibach, Dirk
> Can you give me some instructions on how to test this? I'm > working on adding NAND boot support to the P1022, so I need > to make sure I don't conflict with your patch. Hi Timur, What is the current status of this stuff? Cheers Dirk ___ U-B

Re: [U-Boot] Issue with running commands

2012-07-04 Thread Sughosh Ganu
hi Graeme, On Wed Jul 04, 2012 at 09:28:07AM +1000, Graeme Russ wrote: > >> On Mon, Jul 2, 2012 at 9:24 PM, Sughosh Ganu > >> wrote: > >> > hi, > >> > While testing on hawkboard with the latest commit, i hit an issue of > >> > commands not being accepted. > >> > > >> > hawkboard > rese > >> > U

[U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-07-04 Thread Nobuhiro Iwamatsu
This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/Makefile | 48 + arch/arm/cpu/armv7/rmobile/cpu_info.c | 74 +++

[U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO

2012-07-04 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu --- drivers/gpio/Makefile |1 + drivers/gpio/sh_pfc.c | 629 + include/sh_pfc.h | 19

[U-Boot] [PATCH v2 4/5] serial: sh: Add support Renesas SH73A0

2012-07-04 Thread Nobuhiro Iwamatsu
The serial device of SH73A0 has the same structure as SH7372 of SH, etc. Signed-off-by: Nobuhiro Iwamatsu --- drivers/serial/serial_sh.h | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index 601d

[U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-04 Thread Nobuhiro Iwamatsu
The KZM-A9-GT board has Renesas R-Mobile SH73A0, 512MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 512MB DDR2-SDRAM - 16MB NOR Flash memory - Serial console (SCIF) - Ethernet (SCIM) - I2C Signed-off-by: Nobuhiro Iwama