Re: [U-Boot] multichannel mmc strangeness on omap

2012-07-30 Thread Tom Rini
On Mon, Jul 30, 2012 at 06:36:24AM -0700, Steve Sakoman wrote: > Does anyone have any experience enabling the second or third mmc > channels in u-boot on an omap3 board? > > I used the feature successfully a couple of years ago on Overo, but of > course there have been many changes in the mmc code

Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-30 Thread Tom Rini
On Fri, Jul 27, 2012 at 03:16:15PM +0530, Sughosh Ganu wrote: > On Fri Jul 27, 2012 at 01:51:53PM +0530, Linu Cherian wrote: > > Hawkboard was using the wrong nand_read_page version for SPL image. > > As a side effect, the u-boot image loaded by the SPL from nand > > was getting corrupted. > > > >

[U-Boot] multichannel mmc strangeness on omap

2012-07-30 Thread Steve Sakoman
Does anyone have any experience enabling the second or third mmc channels in u-boot on an omap3 board? I used the feature successfully a couple of years ago on Overo, but of course there have been many changes in the mmc code since then. Here's what I tried for overo with the current head of tree

Re: [U-Boot] [PATCH 3/7] powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.h

2012-07-30 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <50164f3a.6050...@keymile.com> you wrote: > > >> boards.cfg |4 +- > >> include/configs/km82xx.h| 149 > >> +++ > >> include/configs/mgcoge.h| 93 --- > >> inclu

Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-07-30 Thread Marek Vasut
Dear Jim Lin, > >-Original Message- > >From: Marek Vasut [mailto:marek.va...@gmail.com] > >Sent: Friday, July 27, 2012 5:26 PM > >To: u-boot@lists.denx.de > >Cc: Jim Lin; Wolfgang Denk; Tom Warren > >Subject: Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB > >controllers at onc

Re: [U-Boot] [PATCH 0/8 V7] EXYNOS5: Enable I2C support

2012-07-30 Thread Simon Glass
Hi, On Tue, Jul 24, 2012 at 8:23 AM, Rajeshwari Shinde wrote: > This patch set enables I2C support for EXYNOS5. > This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. > Multichannel support has been added to the s3c24x0 I2C driver. > s3c24x0_i2c struct has been moved to a common

Re: [U-Boot] cfi: Problem with Intel Strata 28F320 flash

2012-07-30 Thread Stefan Roese
Hi Heiko, On Monday 30 July 2012 13:07:07 Heiko Schocher wrote: > > Have there been (since the original posting) other instances of flash > > parts requiring quirks (like the original one introduced by Philippe De > > Muyter for the Numonyx chip)? > > I don´t know ... > > > Is there any ongoing

Re: [U-Boot] [PATCH] hawkboard: Fix SPL Nand driver misconfiguration

2012-07-30 Thread Sughosh Ganu
hi Wolfgang, On Fri Jul 27, 2012 at 03:16:15PM +0530, Sughosh Ganu wrote: > On Fri Jul 27, 2012 at 01:51:53PM +0530, Linu Cherian wrote: > > Hawkboard was using the wrong nand_read_page version for SPL image. > > As a side effect, the u-boot image loaded by the SPL from nand > > was getting corrupt

Re: [U-Boot] cfi: Problem with Intel Strata 28F320 flash

2012-07-30 Thread Heiko Schocher
Hello Gerlando, On 27.07.2012 16:11, Gerlando Falauto wrote: Hi all, On 03/09/2011 02:21 PM, Detlev Zundel wrote: Hi Heiko, Maybe a way to go ... more comments? Below a patch, which introduces a function, which checks for "protection bugfixes", and if no bugfix is found the old code is exec

Re: [U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control

2012-07-30 Thread Daniel Schwierzeck
2012/7/30 Marek Vasut : > Dear Marek Vasut, > >> Write the TSCR register via 32bit write instead of 16bit one. >> The register is 32bit wide and bit 16 is being set, triggering >> gcc overflow error and making the code broken. > [...] > Dan, can you please pick these (I didn't CC you ... sigh :/ )

Re: [U-Boot] powerdown can't work (mx28)

2012-07-30 Thread alex
Hi: If the voltage of battery is below 3.6v, the system still can be startup, and do you think it is right? The function mx28_powerdown is meaningless. At 2012-07-26 09:31:20,alex wrote: The poweroff function in kernel can work. The similar code can be found in bootlet from FSL, and it al

Re: [U-Boot] [PATCH] km/common: remove printfs for i2c deblocking code

2012-07-30 Thread Heiko Schocher
Hello Gerlando, On 27.07.2012 16:58, Gerlando Falauto wrote: From: Holger Brunck This code will also be used before reallocation and during this time we are not allowed to do these printings. Signed-off-by: Holger Brunck --- board/keymile/common/common.c |3 --- 1 files changed, 0 inser

Re: [U-Boot] [U-Boot-DM] dwc_ahsata vs ahci

2012-07-30 Thread Marek Vasut
Dear Lv Terry-R65388, > Hi Pavel, > > The ahci.c is a ahci driver using pci interface, while dwc_asata is not. > >u-boot don't have a pure ahci driver now, thus we have to reuse some ahci > parts from ahci.c in dwc_asata.c. Ok, I think we can unify that eventually. > Thank

Re: [U-Boot] [PATCH 3/7] powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.h

2012-07-30 Thread Gerlando Falauto
Dear Wolgfang Denk, On 07/27/2012 07:30 PM, Wolfgang Denk wrote: Dear Gerlando Falauto, In message<1343402200-32020-4-git-send-email-gerlando.fala...@keymile.com> you wrote: Since mgcoge and mgcoge3ne are the only km82xx boards, there is no need to keep them as separate .h config files. Ther

Re: [U-Boot] dwc_ahsata vs ahci

2012-07-30 Thread Lv Terry-R65388
Hi Pavel, The ahci.c is a ahci driver using pci interface, while dwc_asata is not. u-boot don't have a pure ahci driver now, thus we have to reuse some ahci parts from ahci.c in dwc_asata.c. Thanks~~ Yours Terry -Original Message- From: u-boot-boun...@lists.d

Re: [U-Boot] Pull request: u-boot-mips/master for v2012.07

2012-07-30 Thread Wolfgang Denk
Dear daniel.schwierz...@gmail.com, In message <1343426851-2415-1-git-send-email-daniel.schwierz...@gmail.com> you wrote: > Dear Wolfgang, > > please pull a small fix for v2012.07 > > The following changes since commit c627faf637f5fe091bdb6846a52b16983e97b262: > > Prepare v2012.07-rc3 (2012-0

Re: [U-Boot] [PATCH V2] dm: ppc: Fixup cpu.c warning in mpc8xx

2012-07-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1343429832-24194-1-git-send-email-ma...@denx.de> you wrote: > cpu.c: In function ‘check_CPU’: > cpu.c:256:2: warning: dereferencing type-punned pointer will break > strict-aliasing rules [-Wstrict-aliasing] > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > ---

Re: [U-Boot] [PATCH V2] dm: ppc: Fixup cpu.c warning in mpc8xx

2012-07-30 Thread Wolfgang Denk
Dear Marek Vasut, In message <1343429832-24194-1-git-send-email-ma...@denx.de> you wrote: > cpu.c: In function ‘check_CPU’: > cpu.c:256:2: warning: dereferencing type-punned pointer will break > strict-aliasing rules [-Wstrict-aliasing] > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > ---

Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-07-30 Thread Jim Lin
>-Original Message- >From: Marek Vasut [mailto:marek.va...@gmail.com] >Sent: Friday, July 27, 2012 5:26 PM >To: u-boot@lists.denx.de >Cc: Jim Lin; Wolfgang Denk; Tom Warren >Subject: Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB >controllers at once > >> Wolfgang, >> Is ther

Re: [U-Boot] [PATCH 1/2 v2] SDHC/MMC: fix the wrong infomation after change SD card

2012-07-30 Thread Huang Changming-R66093
Hi, Andy Could you give some reason why eMMC device will be so slowed down by re-initialization? I think eMMC device is initialized only once, except it invoke 'mmc_init' many times. The workaround "mmc rescan" works when replace the card. But if one card is removed, then use "mmcfinfo": there i

[U-Boot] [PATCH v4 5/6] tegra: nand: Add Tegra NAND driver

2012-07-30 Thread Simon Glass
From: Jim Lin A device tree is used to configure the NAND, including memory timings and block/pages sizes. If this node is not present or is disabled, then NAND will not be initialized. Signed-off-by: Jim Lin Signed-off-by: Simon Glass --- Changes in v2: - Added comment about the behaviour of

[U-Boot] [PATCH v4 6/6] tegra: Enable NAND on Seaboard

2012-07-30 Thread Simon Glass
This enables NAND support for the Seaboard. Signed-off-by: Simon Glass --- Changes in v4: - Move to using CONFIG_SYS_NAND_SELF_INIT - Rename CONFIG_TEGRA2_NAND to CONFIG_TEGRA_NAND include/configs/seaboard.h |9 + include/configs/tegra20-common.h |2 ++ 2 files changed, 11

[U-Boot] [PATCH v4 2/6] tegra: Add NAND support to funcmux

2012-07-30 Thread Simon Glass
Add selection of NAND flash pins to the funcmux. Signed-off-by: Simon Glass Acked-by: Stephen Warren --- arch/arm/cpu/tegra20-common/funcmux.c |7 +++ arch/arm/include/asm/arch-tegra20/funcmux.h |3 +++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/

[U-Boot] [PATCH v4 4/6] tegra: fdt: Add NAND definitions to fdt

2012-07-30 Thread Simon Glass
Add a flash node to handle the NAND, including memory timings and page / block size information. Signed-off-by: Simon Glass --- Changes in v2: - Update NAND binding to add "nvidia," prefix Changes in v3: - Add reg property for unit address (should be used for chip select) - Update fdt binding to

[U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-07-30 Thread Simon Glass
The NAND layer needs to use cache-aligned buffers by default. Towards this goal. align the default buffers and their members according to the minimum DMA alignment defined for the architecture. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to align default buffers in nand_base d

[U-Boot] [PATCH v4 3/6] tegra: fdt: Add NAND controller binding and definitions

2012-07-30 Thread Simon Glass
Add a NAND controller along with a bindings file for review. Signed-off-by: Simon Glass --- Changes in v2: - Update NAND binding to add "nvidia," prefix Changes in v3: - Add reg property for unit address (should be used for chip select) - Change note in fdt binding about the need for a hardware-

<    1   2