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
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
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
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 +
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo