Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-03 Thread Tetsuyuki Kobayashi
Hello, Måns Thank you for summarizing. I am not against you. I'm OK either "Allow unaligned access in U-Boot setting" or "Specify compiler not to generate unaligned memory access" or other. I just want to solve hung-up by unaligned access. I follow custodian's decision. (2012/07/03 1:14), Måns R

Re: [U-Boot] [PATCH v9 0/4] Kirkwood: add lschlv2 and lsxhl board support

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: 26 June 2012 03:00 > To: Prafulla Wadaskar > Cc: Joe Hershberger; u-boot@lists.denx.de; albert.u.b...@aribaud.net > Subject: Re: [U-Boot] [PATCH v9 0/4] Kirkwood: add lschlv2 and lsxhl > board support > > > Hi

Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:si...@sequanux.org] > Sent: 02 July 2012 14:19 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Albert Aribaud > Subject: Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices > > On Thu, Jun 14, 2012 at 08:18:33AM -0700, Prafulla Wa

Re: [U-Boot] [PATCH] arm/kirkwood: protect the ENV_SPI #defines

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 18:34 > To: u-boot@lists.denx.de > Cc: Valentin Longchamp; Holger Brunck; Prafulla Wadaskar > Subject: [PATCH] arm/kirkwood: protect the ENV_SPI #defines > > From: Valentin Longchamp > >

Re: [U-Boot] [PATCH] arm/km: use spi claim bus to switch between SPI and NAND

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 18:31 > To: u-boot@lists.denx.de > Cc: Valentin Longchamp; Holger Brunck; Prafulla Wadaskar > Subject: [PATCH] arm/km: use spi claim bus to switch between SPI and > NAND > > From: Valentin

[U-Boot] [PATCH v2 1/4] mmc: dw-mmc: support DesignWare MMC Controller

2012-07-03 Thread Jaehoon Chung
This patch is supported DesginWare MMC Controller. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Signed-off-by: Rajeshawari Shinde --- drivers/mmc/dw_mmc.c | 400 ++ include/dwmmc.h | 186 +++ 2 files change

[U-Boot] [PATCH v2 0/4] mmc: Support designWare Controller

2012-07-03 Thread Jaehoon Chung
Include mmc:dw-mmc:support DesignWare MMC controller at this patchset. dw-mmc.c is generic interface.(like sdhci.c) For using dw-mmc controller, need to add the some samsung specific code. Exynos specific code should be presented into exynos_dw_mmc.c If want to use with exynos5, must enable the dw

[U-Boot] [PATCH 2/4] EXYNOS: clock: add the get_mmc_clk function

2012-07-03 Thread Jaehoon Chung
To get more exactly sclk value, used the get_mmc_clk. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/exynos/clock.c | 78 arch/arm/include/asm/arch-exynos/clk.h |1 + 2 files changed, 79 insertions(+), 0 deletions(-)

[U-Boot] [PATCH v2 3/4] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-07-03 Thread Jaehoon Chung
Support DesignWare MMC Controller for Samsung Specific. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Signed-off-by: Rajeshawari Shinde --- arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++ drivers/mmc/exynos_dw_mmc.c | 58 ++

[U-Boot] [PATCH v2 4/4] mmc: dw-mmc: add dw-mmc's confiuration at Makefile

2012-07-03 Thread Jaehoon Chung
Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- drivers/mmc/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index a8e681c..eccbf55 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile @@ -43,6 +

Re: [U-Boot] [PATCH v2 02/14] arm/km: add kmcoge5un board support

2012-07-03 Thread Prafulla Wadaskar
Dear Holger > -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 19:03 > To: u-boot@lists.denx.de > Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar; Thomas > Herzmann > Subject: [PATCH v2 02/14] arm/km: add kmcoge5un board support > >

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

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 19:03 > To: u-boot@lists.denx.de > Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar > Subject: [PATCH v2 03/14] arm/km: convert mgcoge3un target to > km_kirkwood > > Use the generic

Re: [U-Boot] [PATCH v2 04/14] arm/km: remove portl2.h and use km_kirkwood instead

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 13 June 2012 19:03 > To: u-boot@lists.denx.de > Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar > Subject: [PATCH v2 04/14] arm/km: remove portl2.h and use km_kirkwood > instead > > The additio

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

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 21 June 2012 18:40 > To: Prafulla Wadaskar > Cc: prafu...@mavell.com; holger.bru...@keymile.com; u- > b...@lists.denx.de > Subject: Re: [U-Boot] [PATCH 12/20] arm/km: add support for external >

Re: [U-Boot] [PATCH 1/2] igep00x0: default to OMAP-specific serial driver

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas > An OMAP specific serial driver was merged on the Linux kenel a long > time ago. So, it makes sense to default the console name to OMAP > ttyO instead of the generic ttyS naming. > > Signed-off-by: Javier Martinez Canillas > --- > include/configs/igep00x0.h |

Re: [U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas > omap2plus_defconfig now has built-in compile support for EXT4 enabled > by default now. So, we can use EXT4 as the default root file system > type for MMC. > > Signed-off-by: Javier Martinez Canillas > --- > include/configs/igep00x0.h |2 +- > 1 files ch

[U-Boot] arm, kirkwood: KWGBE_PORT_SERIAL_CONTROL1_REG define correct?

2012-07-03 Thread Heiko Schocher
Hello Prafulla, I see in current mainline code: arch/arm/include/asm/arch-kirkwood/cpu.h 35 #define KWGBE_PORT_SERIAL_CONTROL1_REG(_x) \ 36 ((_x ? KW_EGIGA0_BASE : KW_EGIGA1_BASE) + 0x44c) with results in: if _x = 0 KW_EGIGA1_BASE and if _x = 1 KW_EGIGA0_BASE ^

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Michal Simek
On 06/29/2012 04:32 AM, Simon Glass wrote: Hi, On Wed, Jun 27, 2012 at 11:49 PM, Michal Simek mailto:mon...@monstr.eu>> wrote: On 06/28/2012 07:57 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek mailto:mon...@monstr.eu>

Re: [U-Boot] [PATCH v2 02/14] arm/km: add kmcoge5un board support

2012-07-03 Thread Holger Brunck
On 07/03/2012 10:04 AM, Prafulla Wadaskar wrote: > Dear Holger > >> -Original Message- >> From: Holger Brunck [mailto:holger.bru...@keymile.com] >> Sent: 13 June 2012 19:03 >> To: u-boot@lists.denx.de >> Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar; Thomas >> Herzmann >> Subjec

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

2012-07-03 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 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-07-03 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 --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/g_dnl.c | 235 +++

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

2012-07-03 Thread Lukasz Majewski
Support for f_dfu USB function. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/f_dfu.c | 666 +++ drivers/usb/gadget/f_dfu.h | 100 +++ 3 files changed, 767

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

2012-07-03 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 --- Makefile |1 + drivers/dfu/Makefile | 43 drivers/dfu/dfu.c| 259 ++

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

2012-07-03 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 --- drivers/dfu/Makefile |1 + drivers/dfu/dfu_mmc.c | 126 + 2 files changed, 127 insertions(+), 0 dele

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

2012-07-03 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 --- board/samsung/trats/trats.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/t

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

2012-07-03 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 --- common/Makefile |1 + common/cmd_dfu.c | 81 ++ 2 files changed, 82 insertions(+), 0 deletions(-)

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

2012-07-03 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

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

2012-07-03 Thread Lukasz Majewski
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(-) diff --git a/include/configs/trats.h b/include/configs/trats.h index dcbd198..e6f4309 100644 --- a/include/configs/trats.h +++ b/in

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

2012-07-03 Thread Valentin Longchamp
Hello Prafulla, On 07/03/2012 10:17 AM, Prafulla Wadaskar wrote: >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 21 June 2012 18:40 >> To: Prafulla Wadaskar >> Cc: prafu...@mavell.com; holger.bru...@keymile.com; u- >> b...@lists.denx.de >>

Re: [U-Boot] [PATCH 0/6 V3] EXYNOS5: USB: Enable USB 2.0 support

2012-07-03 Thread Joonyoung Shim
Hi, Rajeshwari, 2012/5/8 Rajeshwari Shinde : > This patchset series adds support to enable USB 2.0 on smdk5250. Do you have any plan to support USB 3.0 DRD Controller of Exynos5250? Thanks. > It corrects sysreg register, usb host, usb otg base address, > adds power management registers,function

Re: [U-Boot] [PATCH 0/6 V3] EXYNOS5: USB: Enable USB 2.0 support

2012-07-03 Thread Rajeshwari Birje
Hi Joonyoung Shim, Yes, Vivek Gautam is working on the same. He might let you know the progress of the same. Regards, Rajeshwari Shinde. On Tue, Jul 3, 2012 at 3:24 PM, Joonyoung Shim wrote: > Hi, Rajeshwari, > > 2012/5/8 Rajeshwari Shinde : >> This patchset series adds support to enable USB 2

[U-Boot] u-boot-xlnx: missing fatload command

2012-07-03 Thread Elvis Dowson
Hi, I have got the u-boot up and running on my Xilinx ML507 development board, but for some reason, it is missing the fatload command. If someone could tell me which config option controls the inclusion of the fatload command into the u-boot image, it would be great. Without the fatload c

Re: [U-Boot] arm, kirkwood: KWGBE_PORT_SERIAL_CONTROL1_REG define correct?

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 03 July 2012 14:41 > To: Prafulla Wadaskar > Cc: U-Boot user list; Brunck, Holger > Subject: arm, kirkwood: KWGBE_PORT_SERIAL_CONTROL1_REG define correct? > > Hello Prafulla, > > I see in current mainline code: >

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

2012-07-03 Thread Holger Brunck
Hi Prafulla, On 07/03/2012 10:05 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Holger Brunck [mailto:holger.bru...@keymile.com] >> Sent: 13 June 2012 19:03 >> To: u-boot@lists.denx.de >> Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar >> Subject: [PATCH v2 03/1

Re: [U-Boot] [PATCH] arch-kirkwood: Ethernet port macro returning incorrect address

2012-07-03 Thread Heiko Schocher
Hello Luke, On 25.06.2012 18:37, Luke Lowrey wrote: Modified the arch-kirkwood header so KWGBE_PORT_SERIAL_CONTROL1_REG(x) returns the correct address. Originally calling KWGBE_PORT_SERIAL_CONTROL1_REG(1) returned the address for port 0 and vice versa. Doesn't have any knock on effects to the

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

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

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

2012-07-03 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 --- Hello, I made a patch from Joe's idea. net/nfs.c |5 +++

Re: [U-Boot] [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 27 June 2012 17:33 > To: u-boot@lists.denx.de > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71 > > Signed-off-by: Marek Vasut > Cc: Prafulla Wadaskar

Re: [U-Boot] [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar > Sent: 03 July 2012 17:14 > To: 'Marek Vasut'; u-boot@lists.denx.de > Cc: Wolfgang Denk > Subject: RE: [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71 > > > > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] >

[U-Boot] Pull request for u-boot-marvell.git

2012-07-03 Thread Prafulla Wadaskar
Dear Albert Please kindly pull The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: Rajeshwari Shinde (1): EXYNOS: SMDK5250: Enable the pinmux setup are available in the git repository at: u-boot-marvell.git ..BRANCH.NOT.VERIFIED.. Holger Brunck (7): ar

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar > Sent: 03 July 2012 17:29 > To: 'Albert ARIBAUD' > Cc: 'u-boot@lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik; > 'Wolfgang Denk' > Subject: Pull request for u-boot-marvell.git > > Dear Albert > > Please kindly pull > The following chan

Re: [U-Boot] [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 27 June 2012 17:33 > To: u-boot@lists.denx.de > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71 > > Signed-off-by: Marek Vasut > Cc: Prafulla Wadaskar

Re: [U-Boot] [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Marek Vasut
Dear Prafulla Wadaskar, > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: 27 June 2012 17:33 > > To: u-boot@lists.denx.de > > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > > Subject: [PATCH 2/2 V2] Kirkwood: Add support for Ka-Ro TK71 > > > > Signed-off-b

[U-Boot] [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Prafulla Wadaskar Cc: Wolfgang Denk --- board/karo/tk71/Makefile | 45 +++ board/karo/tk71/kwbimage.cfg | 174 ++ board/karo/tk71/tk71.c | 174 ++ boards.cfg

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

2012-07-03 Thread Holger Brunck
On 07/03/2012 01:19 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Holger Brunck [mailto:holger.bru...@keymile.com] >> Sent: 03 July 2012 16:08 >> To: Prafulla Wadaskar >> Cc: u-boot@lists.denx.de; Valentin Longchamp >> Subject: Re: [PATCH v2 03/14] arm/km: convert mgcoge

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

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

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

2012-07-03 Thread Minkyu Kang
On 2 July 2012 20:36, 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 V3 2/2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 03 July 2012 17:58 > To: u-boot@lists.denx.de > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71 > > Signed-off-by: Marek Vasut > Cc: Prafulla Wadaskar

Re: [U-Boot] [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Marek Vasut
Dear Prafulla Wadaskar, > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: 03 July 2012 17:58 > > To: u-boot@lists.denx.de > > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > > Subject: [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71 > > > > Signed-off-b

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

2012-07-03 Thread Otavio Salvador
On Tue, Jul 3, 2012 at 6:38 AM, Lukasz Majewski wrote: > Those patches add support for composite USB download gadget. > This gadget (at least for now) is equipped with DFU download function. Awesome! :-) -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br

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

2012-07-03 Thread Marek Vasut
Dear Otavio Salvador, > On Tue, Jul 3, 2012 at 6:38 AM, Lukasz Majewski wrote: > > Those patches add support for composite USB download gadget. > > This gadget (at least for now) is equipped with DFU download function. > > Awesome! :-) Hey Otavio ... we can do the same with our bootrom :-p Be

Re: [U-Boot] [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 03 July 2012 18:21 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Wolfgang Denk > Subject: Re: [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71 > > Dear Prafulla Wadaskar, > > > > -Original Message-

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

2012-07-03 Thread Holger Brunck
On 07/03/2012 02:38 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Holger Brunck [mailto:holger.bru...@keymile.com] >> Sent: 03 July 2012 18:02 >> To: Prafulla Wadaskar >> Cc: u-boot@lists.denx.de; Valentin Longchamp; >> albert.u.b...@aribaud.net >> Subject: Re: [PATCH v2

[U-Boot] [PATCH 2/2 V4] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Prafulla Wadaskar Cc: Wolfgang Denk --- board/karo/tk71/Makefile | 45 +++ board/karo/tk71/kwbimage.cfg | 174 ++ board/karo/tk71/tk71.c | 166 boards.cfg

Re: [U-Boot] [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Marek Vasut
Dear Prafulla Wadaskar, > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: 03 July 2012 18:21 > > To: Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Wolfgang Denk > > Subject: Re: [PATCH V3 2/2] Kirkwood: Add support for Ka-Ro TK71 > > > > Dear Prafulla Wadaska

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

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

Re: [U-Boot] [PATCH 2/2 V4] Kirkwood: Add support for Ka-Ro TK71

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 03 July 2012 18:32 > To: u-boot@lists.denx.de > Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk > Subject: [PATCH 2/2 V4] Kirkwood: Add support for Ka-Ro TK71 > > Signed-off-by: Marek Vasut > Cc: Prafulla Wadaskar

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

2012-07-03 Thread Holger Brunck
On 07/03/2012 03:07 PM, Prafulla Wadaskar wrote: >>> >>> This patch makes sense to me since it since it shrinks overall code. >>> Doe not have dependency in patch series, can be accepted if outside >> the series. >>> >> >> again, but there are a lot of dependen

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

2012-07-03 Thread Joe Hershberger
On Jul 3, 2012, at 6:22 AM, Tetsuyuki Kobayashi wrote: > 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 Kobayas

Re: [U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-03 Thread Thierry Reding
On Mon, Jul 02, 2012 at 10:51:58PM -0700, Allen Martin wrote: > This patch series fixes a long standing problem with the tegra20 > u-boot build. Tegra20 contains an ARM7TDMI boot processor and a > Cortex A9 main processor. Prior to this patch series this was > accomplished by #ifdefing out any ar

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

2012-07-03 Thread Detlev Zundel
Hi Prafulla, [...] >> 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 >> 09-14? > > Pls post bug fixes and improvement patches first those will be pulled > faster. May I please ask you to r

[U-Boot] [PATCH 0/1] Correct ONFI chip size detection for LUN count > 1

2012-07-03 Thread Rafael Beims
Doing some tests with the new fsl_elbc code that enables the use of ONFI chip detection, I verified that one of the NAND chip's we use report a LUN count > 1. The size detection code doesn't take this into account, making these chips to have the wrong size detected. This patch corrected the problem

[U-Boot] [PATCH] nand: Support ONFI chip size detection for lun_count > 1

2012-07-03 Thread Rafael Beims
With the implementation of the fsl_elbc_nand driver that supports reading the ONFI parameter page, at least one of the NAND chip's started to have the size being wrongly reported. This is due to the fact that this chip reports having more than one LUN, and this was not being taken into account in t

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

2012-07-03 Thread Tetsuyuki Kobayashi
Hello Joe, thanks to responding. On 2012/07/03, at 22:47, Joe Hershberger wrote: > > > On Jul 3, 2012, at 6:22 AM, Tetsuyuki Kobayashi wrote: > >> NFS_TIMEOUT is constant value defined in net/nfs.c. But sometimes it needs >> to adjust. >> This patch enables to override NFS_TIMEOUT by definin

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

2012-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 03 July 2012 19:13 > 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] environment access before relocation does not work on (some) arm

2012-07-03 Thread Matthias Fuchs
Hi, On 29.06.2012 13:26, Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message <4fed7877.2020...@esd.eu> you wrote: >> >> I just noticed that using getenv (and friends) >> does not work on ARM (namely i.MX28) from board_init_f() >> after running through the init_sequence. > > This is normal

Re: [U-Boot] [PATCH 0/6 V3] EXYNOS5: USB: Enable USB 2.0 support

2012-07-03 Thread Vivek Gautam
Hi Joonyoung Shim, We are currently working on this. We also needed stack support for xhci in U-boot. So both tasks are going on simultaneously, the stack as well as USB 3.0 DRD controller for exynos5250. Will soon come with the required support patchesets. Thanks Vivek On Tue, Jul 3, 2012 at 3

Re: [U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas > omap2plus_defconfig now has built-in compile support for EXT4 enabled > by default now. So, we can use EXT4 as the default root file system > type for MMC. > > Signed-off-by: Javier Martinez Canillas > --- > include/configs/igep00x0.h |2 +- > 1 files ch

Re: [U-Boot] [PATCH 1/2] igep00x0: default to OMAP-specific serial driver

2012-07-03 Thread Enric Balletbò i Serra
2012/6/29 Javier Martinez Canillas > An OMAP specific serial driver was merged on the Linux kenel a long > time ago. So, it makes sense to default the console name to OMAP > ttyO instead of the generic ttyS naming. > > Signed-off-by: Javier Martinez Canillas > --- > include/configs/igep00x0.h |

Re: [U-Boot] [PATCH v6 05/15] tegra20: make board mkdir commands unconditional

2012-07-03 Thread Stephen Warren
On 07/02/2012 11:52 PM, Allen Martin wrote: > Change the mkdir commands for the object directories to be > unconditional. This fixes an issue when building for SPL where > SRCTREE and OBJTREE are the same, but $(obj) is under SPLTREE. > > Signed-off-by: Allen Martin All the patches which weren'

Re: [U-Boot] [PATCH] powerpc/mpc83xx: increment malloc heap size

2012-07-03 Thread Kim Phillips
On Sat, 30 Jun 2012 18:29:20 -0500 Kim Phillips wrote: > extention of commit 3b6b256 "powerpc/mpc83xx: increment > malloc heap size for the MPC832x MDS boards" to all other > mpc83xx based boards. It fixes "Unable to save the rest > of sector" messages when trying to save the environment > to fl

[U-Boot] [GIT PULL] mpc83xx: minor fixes

2012-07-03 Thread Kim Phillips
Wolfgang Denk, Please pull a couple of minor fixes for 83xx: The following changes since commit 558cd995d6d3eaa94fb342d142289a1fa2f76ba3: tools/mkenvimage.c: fix basename(3) usage (2012-07-02 20:21:49 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git maste

[U-Boot] [PATCH] ext2fs: fix warning: 'blocknxt' may be used uninitialized

2012-07-03 Thread Kim Phillips
ext2fs.c: In function 'ext2fs_read_file': ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this function [-Wuninitialized] Cc: Jason Cooper Signed-off-by: Kim Phillips --- is this right? fs/ext2/ext2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/e

Re: [U-Boot] [PATCH] powerpc/mpc83xx: fix copyright string in serdes.c

2012-07-03 Thread Kim Phillips
On Mon, 18 Jun 2012 19:11:34 -0500 Timur Tabi wrote: > The misspelling of "semiconductor" causes some internal copyright analysis > tools to complain. > > Signed-off-by: Timur Tabi > --- applied, thanks. Kim ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-03 Thread Allen Martin
On Tue, Jul 03, 2012 at 06:55:48AM -0700, Thierry Reding wrote: > > ... > > Successfully booted to login prompt on TEC. > > Tested-by: Thierry Reding That's great news, it sounds like it was the USE_PRIVATE_LIBGCC problem. Thank you very much for finding that and testing the fix. -Allen -- n

[U-Boot] [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY

2012-07-03 Thread Ashok
From 9da2bc23d24f9275390c193d62e2e95d3d7505ce Mon Sep 17 00:00:00 2001 From: Ashok Kumar Reddy Date: Tue, 3 Jul 2012 21:41:04 +0530 Subject: [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY Remove the macro as this is not used anywhere Signed-off-by: Ashok Kumar Reddy Kourla --- include/c

Re: [U-Boot] [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY

2012-07-03 Thread Fabio Estevam
On Tue, Jul 3, 2012 at 1:52 PM, Ashok wrote: > From 9da2bc23d24f9275390c193d62e2e95d3d7505ce Mon Sep 17 00:00:00 2001 > From: Ashok Kumar Reddy > Date: Tue, 3 Jul 2012 21:41:04 +0530 > Subject: [PATCH] imx: Remove unused Macro CONFIG_DISCOVER_PHY > > Remove the macro as this is not used anywhere

[U-Boot] [PATCH 1/1] igep0020: set OMAP MUX mcspi1_cs2 pin to GPIO 176 mode

2012-07-03 Thread Javier Martinez Canillas
According to the IGEPv2 Rev.C data-sheet the LAN9221i pin 14 (IRQ) is connected to the OMAP3730 mcspi1_cs2 pin. Since this omap mux pin acts as an IRQ line, it has to be configured as an input GPIO. IGEPv2 platform code sets the smsc911x_cfg->gpio_irq to GPIO 176 but since the mux pin default mode

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

2012-07-03 Thread Wolfgang Denk
Dear Prafulla, In message you wrote: > > Do you think I should pull this patch series, I hope it applies cleanly on > the recent master branch. > Please confirm. I have to admit that I neither reviewed the patches in question, nor did I follow the whole thread of communication in this patch s

Re: [U-Boot] environment access before relocation does not work on (some) arm

2012-07-03 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <4ff306fc.9040...@esd.eu> you wrote: > > > This is normal, and documented. Before relocation, you must not use > > getenv(). > Yes, I am aware of this. I even think that the getenv() implementation > falls back to getenv_f() before relocation. This is not guara

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

2012-07-03 Thread Marek Vasut
Dear Stefan Herbrechtsmeier, > 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_buffer. This is wrong if the start address of the data >

Re: [U-Boot] Issue with running commands

2012-07-03 Thread Sughosh Ganu
hi Christian, On Tue, Jul 3, 2012 at 11:52 AM, Christian Riesch < christian.rie...@omicron.at> wrote: > Hi Sughosh, > > 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. > > > >

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Simon Glass
Hi, On Fri, Jun 29, 2012 at 1:22 PM, Stephan Linz wrote: > Am Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: > > On 06/29/2012 04:32 AM, Simon Glass wrote: > > > Hi, > > > > > > --snip-- > > > > I have sent support for Microblaze. Currently without dts because I want > to clear this

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Simon Glass
Hi, On Tue, Jul 3, 2012 at 2:21 AM, Michal Simek wrote: > On 06/29/2012 04:32 AM, Simon Glass wrote: > >> Hi, >> >> >> On Wed, Jun 27, 2012 at 11:49 PM, Michal Simek > mon...@monstr.eu>> wrote: >> >> On 06/28/2012 07:57 AM, Simon Glass wrote: >> >> Hi Michal, >> >> >> On Wed,

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Simon Glass
Hi, On Sun, Jul 1, 2012 at 10:43 PM, Michal Simek wrote: > 2012/6/29 Stephan Linz : > > Am Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: > >> On 06/29/2012 04:32 AM, Simon Glass wrote: > >> > Hi, > >> > > >> > --snip-- > >> > >> I have sent support for Microblaze. Currently without

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Stephan Linz
Hi, Am Montag, den 02.07.2012, 07:43 +0200 schrieb Michal Simek: > 2012/6/29 Stephan Linz : > > Am Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: > >> On 06/29/2012 04:32 AM, Simon Glass wrote: > >> > Hi, > >> > > >> > --snip-- > >> > >> I have sent support for Microblaze. Currently w

Re: [U-Boot] [RFC PATCH] net: emaclite: Support OF initialization

2012-07-03 Thread Simon Glass
Hi Michal, On Thu, Jun 28, 2012 at 12:26 AM, Michal Simek wrote: > Support new CONFIG_OF_CONTROL option where device > probing is done based on device tree description. > > Signed-off-by: Michal Simek > --- > drivers/net/xilinx_emaclite.c | 30 ++ > 1 files change

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

2012-07-03 Thread Ilya Yanok
Dear Marek, 30.06.2012 23:27, Marek Vasut wrote: do { /* Invalidate dcache */ invalidate_dcache_range((uint32_t)&qh_list, (uint32_t)&qh_list + sizeof(struct QH)); invalidate_dcache_range((uint32_t)&qh,

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

2012-07-03 Thread Ilya Yanok
Dear Marek, 30.06.2012 23:28, Marek Vasut wrote: Not exactly. It never worked (at least on my systems) with D-Cache enabled. But at least we had a choice of run-time disabled dcache. With the recent changes we have to disable cache support at compile time. I see what you're after. But do you co

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-03 Thread Stephan Linz
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 Freitag, den 29.06.2012, 10:18 +0200 schrieb Michal Simek: > > >> On 06/29/2012 04:32 AM, Simon Glass wrote: > > >> > Hi, > > >> >

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

2012-07-03 Thread Tom Rini
On 07/03/2012 01:13 PM, Ilya Yanok wrote: > Dear Marek, > > 30.06.2012 23:28, Marek Vasut wrote: >>> Not exactly. It never worked (at least on my systems) with D-Cache >>> enabled. But at least we had a choice of run-time disabled dcache. With >>> the recent changes we have to disable cache suppor

[U-Boot] [PATCH v4] nand: Hack to support 4k page in fsl_elbc_nand

2012-07-03 Thread Rafael Beims
Freescale FCM controller has a 2K size limitation of buffer RAM. In order to support the Nand flash chip with pagesize larger than 2K bytes, we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save them to a large buffer. Because of this, the in flash layout of the oob is different

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

2012-07-03 Thread Ilya Yanok
Hi Tom, 04.07.2012 00:43, Tom Rini wrote: On 07/03/2012 01:13 PM, Ilya Yanok wrote: Dear Marek, 30.06.2012 23:28, Marek Vasut wrote: Not exactly. It never worked (at least on my systems) with D-Cache enabled. But at least we had a choice of run-time disabled dcache. With the recent changes we

[U-Boot] [PATCH v4 0/1] fsl_elbc support for 4k devices and factory badblock migration

2012-07-03 Thread Rafael Beims
This is my implementation of the factory badblock migration process for the fsl_elbc driver using the hack to support nand devices with page sizes bigger than 2048k. As per last discussion with Scott Wood, I now write the marker in all the pages of the block, to add redundancy. The code that searc

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

2012-07-03 Thread Marek Vasut
Dear Tom Rini, > On 07/03/2012 01:13 PM, Ilya Yanok wrote: > > Dear Marek, > > > > 30.06.2012 23:28, Marek Vasut wrote: > >>> Not exactly. It never worked (at least on my systems) with D-Cache > >>> enabled. But at least we had a choice of run-time disabled dcache. With > >>> the recent changes w

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

2012-07-03 Thread Marek Vasut
Dear Ilya Yanok, > Dear Marek, > > 30.06.2012 23:27, Marek Vasut wrote: > >>> do { > >>> > >>> /* Invalidate dcache */ > >>> invalidate_dcache_range((uint32_t)&qh_list, > >>> > >>> (uint32_t)&qh_list +

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

2012-07-03 Thread Marek Vasut
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 > +#include > +#include > +#include > +

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

2012-07-03 Thread Marek Vasut
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 */ > +/* > + * dfu_genericiguration specif

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

2012-07-03 Thread Marek Vasut
Dear 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 > --- [...] > + > +#include > +#include > +#include > + > +int dfu_write_medium_mmc(struct dfu_entity *dfu, void *buf, lo

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

2012-07-03 Thread Marek Vasut
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[]) > +{ > + char *str_env = NULL, *env_b

  1   2   >