Re: [U-Boot-Users] [Add tlbentry Problem ]

2008-08-18 Thread Anatolij Gustschin
Hello, 김영순 wrote: I’ve worked on my custum board based on SEQUOIA. I’d like to add new device (DSP, SIZE=256M, CS4). I added tlbentry(256M) in init.S and defined CS4 in sequoia.h. Init.S: /* TLB-entry for EBC(DSP) */ tlbentry( CFG_DSP_BASE, SZ_256M, CFG_DSP_BASE,

Re: [U-Boot-Users] [PATCH] add 'unzip' command to u-boot commandline

2008-08-18 Thread Wolfgang Denk
Dear Harald Welte, In message [EMAIL PROTECTED] you wrote: [PATCH] add new 'unzip' command to u-boot commandline common/cmd_mem.c: new command unzip srcaddr dstaddr [dstsize] to unzip from memory to memory, and option CONFIG_CMD_UNZIP to enable it Signed-off-by: Werner Almesberger

Re: [U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-08-18 Thread Wolfgang Denk
Dear Kim Phillips, In message [EMAIL PROTECTED] you wrote: On Tue, 08 Jul 2008 20:49:21 -0400 Jerry Van Baren [EMAIL PROTECTED] wrote: Hi Jerry, Kim, would you like to apply this as well as [PATCH 2/2] through the 83xx repository so the two halves go in at the same time? with this:

Re: [U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-08-18 Thread Wolfgang Denk
Dear Ben, In message [EMAIL PROTECTED] Yoshihiro Shimoda wrote: This patch fixes a problem that RTL8110SCL started transfer with an incorrect memory address. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- Is it correct to assume that this patch is sitting in your queue and you will

Re: [U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-08-18 Thread Ben Warren
Wolfgang Denk wrote: Dear Ben, In message [EMAIL PROTECTED] Yoshihiro Shimoda wrote: This patch fixes a problem that RTL8110SCL started transfer with an incorrect memory address. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- Is it correct to assume that this patch is

Re: [U-Boot-Users] [PATCH] add 'license' command to u-boot?commandline

2008-08-18 Thread Wolfgang Denk
Dear Harald Welte, In message [EMAIL PROTECTED] you wrote: Hi! Since there has been support by Detlev and Stefan, I have modified the patch in a way to dynamically create the include/license.h file from the COPYING file by the use of a small C program and gzip combined with a Makefile

[U-Boot-Users] [PATCH] Optimize ext2fs read functions

2008-08-18 Thread Ryan CHEN
Hi all, I'm sorry that I can't send patch mail by git-send-mail because I'm in ST internal network. I just post the whole output by git-format-patch tool. If it's buggy, please let me know. Thanks! From 0a08bfe1f0fc864a9920501a825e6698d082f231 Mon Sep 17 00:00:00 2001 From: Ryan Chen [EMAIL