Re: [U-Boot] [PATCH] S5P: mmc: Resolved interrupt error during mmc_init

2011-04-02 Thread Raffaele Recalcati
Hi Minkyu, On Thu, Mar 24, 2011 at 3:46 AM, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 22 March 2011 20:40, Chander Kashyap wrote: >> Blocksize was hardcoded to 512 bytes. But the blocksize varies >> depeding on various mmc subsystem commands (between 8 and 512). >> This hardcoding was re

Re: [U-Boot] Network Code Custodian ?

2011-04-02 Thread Raffaele Recalcati
Hi Wolfgang, On Fri, Mar 25, 2011 at 12:03 AM, Wolfgang Denk wrote: > Dear Gray Remlin, > > In message <4d8bc6d1.7060...@gmail.com> you wrote: >> Who is the custodian for the network code ? > > We don't have one at the moment, so I try to cover that. > > Why are you asking - do you want to volunt

Re: [U-Boot] Booting kernel from NAND flash on AT91SAM9 custom board using fsload

2011-04-02 Thread Nicholas Kinar
Nicholas Kinar wrote: > I then used the "ubifsload" command to load the uImage into SDRAM memory: > U-Boot> ubifsload 0x2200 uImage > Loading file 'uImage' to addr 0x2200 with size 1256920 (0x00132dd8)... > Done > > The "bootargs" environment variable was set to be the following: > > U-Boo

[U-Boot] [PATCH] md5sum/sha1sum/unzip: split out of mondo mem file

2011-04-02 Thread Mike Frysinger
There's no real need to keep these functions in the cmd_mem file since they do not use any of the common global mem variables. So split them out into their own dedicated cmd files. Signed-off-by: Mike Frysinger --- common/Makefile |3 + common/cmd_md5sum.c | 53 +

[U-Boot] [PATCH] crc32: make command optional

2011-04-02 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- note: needs previous exportenv/go patches merged first to avoid conflicts README|1 + common/cmd_mem.c |8 include/config_cmd_defaults.h |3 ++- 3 files changed, 11 insertions(+), 1 deletions(-) diff --g

Re: [U-Boot] USB to Ethernet (asix)

2011-04-02 Thread Simon Glass
On Sat, Apr 2, 2011 at 1:11 PM, wrote: > Hi Simon, > >  I noticed that you have: > >        { 0x13b1, 0x0018 },     /* Linksys 200M v2.1 */ > >  in asix.c > >  What would it take to add: > > Bus 002 Device 004: ID 077b:2226 Linksys USB200M 100baseTX Adapter > >  A work friend has been trying this

[U-Boot] Searching for JFFS2 understanding.

2011-04-02 Thread Charles Krinke
I have a project with the Freescape MPC8323ERDB board and am having a little trouble booting the jffs2 image and I suspect it is either a u-boot environment string, a u-boot CONFIG* setting or a Linux CONFIG* setting. At this point, I can build a rootfs.jffs2, include uImage into the rootfs.jffs2

Re: [U-Boot] [STATUS] U-Boot v2011.03 released - Merge Window OPEN

2011-04-02 Thread Graeme Russ
On Sunday, April 3, 2011, Clint Adams wrote: > On Fri, Apr 01, 2011 at 10:12:07PM +0200, Wolfgang Denk wrote: >> KNOWN ISSUES: > > eNET fails to build. > > drivers/mtd/libmtd.o: In function `flash_init': > /build/buildd-u-boot_2011.03-1-i386-gvfrZa/u-boot-2011.03/drivers/mtd/cfi_flash.c:2177: > u

Re: [U-Boot] [STATUS] U-Boot v2011.03 released - Merge Window OPEN

2011-04-02 Thread Clint Adams
On Fri, Apr 01, 2011 at 10:12:07PM +0200, Wolfgang Denk wrote: > KNOWN ISSUES: eNET fails to build. drivers/mtd/libmtd.o: In function `flash_init': /build/buildd-u-boot_2011.03-1-i386-gvfrZa/u-boot-2011.03/drivers/mtd/cfi_flash.c:2177: undefined reference to `monitor_flash_len' make[1]: *** [/b

Re: [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-04-02 Thread Albert ARIBAUD
Hi Julian, Le 25/03/2011 09:48, julian.pidan...@citrix.com a écrit : > From: Julian Pidancet >Kirkwood: Rename openrd_base board files to openrd. >Change OpenRD Base board identification string. >Add support for the Client variant of the OpenRD board. Just a remark: short commit mess

[U-Boot] USB to Ethernet (asix)

2011-04-02 Thread rick
Hi Simon, I noticed that you have: { 0x13b1, 0x0018 }, /* Linksys 200M v2.1 */ in asix.c What would it take to add: Bus 002 Device 004: ID 077b:2226 Linksys USB200M 100baseTX Adapter A work friend has been trying this device: { 0x0b95, 0x1720 }, /* SMC */ B

Re: [U-Boot] [PATCH] Fix CFI flash driver for 8-bit bus support

2011-04-02 Thread Rogan Dawes
On 2011/04/02 1:23 PM, Albert ARIBAUD wrote: > Hi Aaron, > > Le 02/04/2011 09:17, Aaron Williams a écrit : >> This patch corrects the addresses used when working with Spansion/AMD FLASH >> chips. >> Addressing for 8 and 16 bits is almost identical except in the 16-bit case >> the >> LSB of the a

Re: [U-Boot] Booting kernel from NAND flash on AT91SAM9 custom board using fsload

2011-04-02 Thread Nicholas Kinar
On 11-03-29 03:46 PM, Nicholas Kinar wrote: >> Thanks for your response, Wolfgang - I will switch the file system to >> UBI/UBIFS, and then post back what I've done. I've been looking in the >> include/configs/sheevaplug.h directory, and I think that this small >> embedded computer is now using UB

[U-Boot] [PATCHv2 1/4] p101x: extra init for u8500

2011-04-02 Thread John Rigby
From: Rabin Vincent empty fifo on init program receive line control register on u8500 Signed-off-by: Rabin Vincent --- v2: no changes drivers/serial/serial_pl01x.c | 10 ++ drivers/serial/serial_pl01x.h |4 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/dri

Re: [U-Boot] [PATCH v2] MX5: Enable flat-device-tree support on mx53 loco board

2011-04-02 Thread Stefano Babic
On 03/29/2011 11:43 AM, Jason Liu wrote: > Signed-off-by: Jason Liu > > --- > Grant has submit one patchset: ARM device tree support improvements > which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ. > Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches > applie

[U-Boot] [PATCHv2 3/4] I2C: add driver of st-ericsson u8500 i2c

2011-04-02 Thread John Rigby
From: Michael Brandt Signed-off-by: John Rigby CC: Heiko Schocher --- v2: Incorporate suggestions from Heiko Schocher drivers/i2c/Makefile|1 + drivers/i2c/u8500_i2c.c | 613 +++ drivers/i2c/u8500_i2c.h | 194 +++ 3 files chang

[U-Boot] [PATCHv2 4/4] armv7: Add support for ST-Ericsson U8500 href platform

2011-04-02 Thread John Rigby
Based on ST-Ericsson private git repo. Plus changes to use arm_pl180_mmci driver. This board support requires the vexpress mmc driver patch set from Matt Waddel. Signed-off-by: John Rigby CC: Albert Aribaud --- v2: cleanup, mostly removal of unused defines and include files board/st-ericsson/

[U-Boot] [PATCHv2 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-02 Thread John Rigby
Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby CC: Albert Aribaud --- v2: cleanup, mostly removal of unused defines arch/arm/cpu/armv7/u8500/Makefile | 46 + arch/arm/cpu/armv7/u8500/clock.c| 56 ++ arch/arm/c

[U-Boot] [PATCHv2 0/4] ST-Ericsson U8500 support

2011-04-02 Thread John Rigby
Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (2): armv7: Add ST-Ericsson u8500 arch armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1): I2C: add driver of st-ericsson u8500 i2c Rabin Vincent (1): p101x: extra init for u8500 arch/arm/cpu/armv

[U-Boot] [GIT PULL] MIPS patches

2011-04-02 Thread Shinya Kuribayashi
Hi, Please pull the MIPS updates, thanks in advance. --- 8< --- The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965: atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-mip

Re: [U-Boot] [PATCH v4 01/23] powerpc, mpc83xx: add missing functions to include/common.h

2011-04-02 Thread Albert ARIBAUD
Hi Kim, Le 02/04/2011 00:31, Kim Phillips a écrit : > On Fri, 1 Apr 2011 09:16:13 +0200 > Heiko Schocher wrote: > >> add following functions to common.h, to prevent >> extern declarations: >> >> void disable_addr_trans(void); >> void enable_addr_trans(void); >> void ddr_enable_ecc(unsigned int dr

Re: [U-Boot] [PATCH] Fix CFI flash driver for 8-bit bus support

2011-04-02 Thread Albert ARIBAUD
Hi Aaron, Le 02/04/2011 09:17, Aaron Williams a écrit : > This patch corrects the addresses used when working with Spansion/AMD FLASH > chips. > Addressing for 8 and 16 bits is almost identical except in the 16-bit case the > LSB of the address is always 0. The confusion arose because the addres

[U-Boot] DSN: failed (Returned mail: Data format error)

2011-04-02 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to l...@netscape.com. I said RCPT TO: And they gave me the error; 550 Recipient Rejected: No account by that name here Reporting-MTA: dns; etexusa.com Final-Recipient: RFC822; lord@netscape.com Action: fa

Re: [U-Boot] [PATCH] USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcor.

2011-04-02 Thread Alexander Holler
Hello, Am 02.04.2011 00:35, schrieb Alexander Holler: > Remove __attribute__ ((packed)) to prevent byte access to soc > registers in some gcc versions. > > Having patches to enable ehci for the BeagleBoard lying around for > several month, this one was the show-stopper. > > Credits have to go to L

[U-Boot] Pull request: u-boot-usb

2011-04-02 Thread Remy Bohmer
The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965: atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master Erik Hansen (2): Remove unnecessary reset in usb

Re: [U-Boot] [STATUS] U-Boot v2011.03 released - Merge Window OPEN

2011-04-02 Thread Albert ARIBAUD
Hi all, Le 01/04/2011 22:12, Wolfgang Denk a écrit : > Hello all, > > U-Boot v2011.03 has been released and is available from the git > repository and the FTP server. Following this, I have rebased u-boot-arm/next on top of u-boot/master and set u-boot-arm/master equal to u-boot-arm/next. For i

[U-Boot] [PATCH] Fix CFI flash driver for 8-bit bus support

2011-04-02 Thread Aaron Williams
This patch corrects the addresses used when working with Spansion/AMD FLASH chips. Addressing for 8 and 16 bits is almost identical except in the 16-bit case the LSB of the address is always 0. The confusion arose because the addresses in the datasheet for 16-bit mode are word addresses but this