Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2008-12-17 Thread Stefan Roese
On Wednesday 17 December 2008, Jens Gehrlein wrote: The following patches should increase the performance of the CFI driver, particularly with regard to single word programming mode. I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no write buffer. At least no write

Re: [U-Boot] Installing Linux kernel, nothing to execute in RAM...

2008-12-17 Thread Simon Boman
2008/12/3 Kim Phillips kim.phill...@freescale.com: On Wed, 26 Nov 2008 09:38:27 +0100 Simon Boman simon.bo...@gmail.com wrote: I have a modifed MPC8360 platform with a U-boot git-version from October. Now I'm trying to install a Linux kernel and everything looks fine until it starts to

[U-Boot] [PATCH] mpc85xx shrink boot block page to 1M

2008-12-17 Thread Ed Swarthout
Use CONFIG_SYS_BOOT_BLOCK_{EPN,RPN,PAGESZ} in start.S for the boot block TLB for AS=1 mapping. Reduce the default size from 16M to 1M. Change bne to blt in 85xx clear_bss to protect against the pointer never being equal to _end if _end is not word aligned. Signed-off-by: Ed Swarthout

Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2008-12-17 Thread Wolfgang Denk
Dear Jens, In message 49489b37.9020...@tqs.de you wrote: Because I'm neither familiar with qemu nor with svn I can't do that with little effort (installation, familiarization, etc.). Beside that, Actually you just have to check out and run it - that does not require an in-depth understanding

Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:24 Wed 17 Dec , Jens Gehrlein wrote: Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD schrieb: On 17:46 Tue 16 Dec , Jens Gehrlein wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: On 17:25 Tue 16 Dec , Jens Gehrlein wrote: Hi list, The following patches should

Re: [U-Boot] [PATCH] mpc85xx shrink boot block page to 1M

2008-12-17 Thread Liu Dave
Use CONFIG_SYS_BOOT_BLOCK_{EPN,RPN,PAGESZ} in start.S for the boot block TLB for AS=1 mapping. Reduce the default size from 16M to 1M. Change bne to blt in 85xx clear_bss to protect against the pointer never being equal to _end if _end is not word aligned. Signed-off-by: Ed Swarthout

Re: [U-Boot] [PATCH] mpc85xx shrink boot block page to 1M

2008-12-17 Thread Liu Dave
Change bne to blt in 85xx clear_bss to protect against the pointer never being equal to _end if _end is not word aligned. snip @@ -917,7 +929,7 @@ clear_bss: stw r0,0(r3) addir3,r3,4 cmplw 0,r3,r4 - bne 5b + blt 5b 6: Should not they be

Re: [U-Boot] EHCI last patch

2008-12-17 Thread michael
Hi all, Stefan Roese wrote: Hi Michael, On Friday 12 December 2008, michael wrote: In the last ehci patch I add myself in the author of the code. I'm not sure if it possible. I change the codes and test it but I don't know if the change are sufficient. You added yourself not as

Re: [U-Boot] Pull request: nand flash

2008-12-17 Thread Scott Wood
On Tue, Dec 16, 2008 at 04:32:40PM -0700, Liu Dave wrote: are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Scott Wood (1): NAND: Mark the BBT as scanned prior to calling scan_bbt. Scott, could you pick the patch [PATCH v3]

Re: [U-Boot] [U-Boot-Users] TFTP server support in U-boot

2008-12-17 Thread Ben Warren
Hi Santosh, santosh pattar wrote: Dear Ben, Thank you very much for the suggestion. Actually i could able to get the TFTP server up in u-boot. This Server wont run in the background all the time. The senario is like this, Board comes up and checks for validation of the image on the flash.

Re: [U-Boot] u-boot didn't mount ramdisk ...

2008-12-17 Thread mike xu
Hi Wolfgang, Thank you for your quick response. Actually I need to get one image which composed by the kernel ramdisk image. I'd like to use the ramdisk as root file system. The combined imageg is made by `mkimage -T multi...` command... And I found that the image can not startup successfully

Re: [U-Boot] [PATCH 2/2] qemu_mips: update doc to use all disk and boot linux kernel

2008-12-17 Thread Shinya Kuribayashi
Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- doc/README.qemu_mips | 37 - 1 files changed, 36 insertions(+), 1 deletions(-) Applied and pushed out, thanks. One comment bellow. diff

Re: [U-Boot] [PATCH 1/2 V2] cmd_i2c: rename EDO, DDR and SDRAM to avoid conflict with at91 memory setup

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:56 Wed 17 Dec , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1229513662-2128-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/cmd_i2c.c | 58

Re: [U-Boot] [U-Boot-Users] TFTP server support in U-boot

2008-12-17 Thread Wolfgang Denk
Dear Santosh, In message 19f3dfd10812170156l211f73fft61d1ad25f5724...@mail.gmail.com you wrote: We want to have server on the board so that it does what we(Application running in different place/system) wants it to do.We dont want the board to initiate the transfer.Always the application

Re: [U-Boot] [PATCH v7] ppc4xx: Add GDsys PowerPC 440 ETX board support.

2008-12-17 Thread Stefan Roese
Hi Dirk, On Wednesday 17 December 2008, Dirk Eibach wrote: Board support for the Guntermann Drunck PowerPC 440 ETX module. Based on the AMCC Yosemite board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de --- - Fixup NOR mapping in ft_board_setup() Why is this needed?

[U-Boot] [USB EHCI PATCH 2/2] USB ehci ixp4xx support

2008-12-17 Thread Michael Trimarchi
Add USB ehci ixp4xx host controller. Test on ixdp465 board. (Re)start USB... USB: IXP4XX init hccr cd000100 and hcor cd000140 hc_length 64 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s)

[U-Boot] u-boot didn't mount ramdisk ...

2008-12-17 Thread mike xu
Hi All, I am using u-boot 1.2.0 and tried to boot kernel with one ramdisk, but it seems the u-boot doesn't load my ramdisk image at all. Please view the below log message for detailed informations. = tftpboot a080 uRamdisk = iminfo a080 ## Checking Image at a080 ... Image Name:

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread michael
Stefan Althoefer wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c --- u-boot-orig//lib_arm/board.c2008-12-02 17:25:32.0 +0100 +++ u-boot/lib_arm/board.c 2008-12-02 23:29:36.0 +0100 @@ -441,6 +441,11 @@

[U-Boot] device-tree check MPC5200B Lite

2008-12-17 Thread Marco Antônio Possamai
Greetings, I've read the FAQ in http://www.denx.de/wiki/view/DULG/LinuxHangsAfterUncompressingKernel, concerning the 'Linux hangs after uncompression' problem. And I'm not sure how to verify if the device tree I've generated (along with the image) is alright or not. I don't know where I can find

[U-Boot] [PATCH] pxa: fixing get_timer to return time in miliseconds.

2008-12-17 Thread Micha Kalfon
Fixing the get_timer function to return time in miliseconds instead of ticks. Also fixed PXA boards to use the conventional value of 1000 for CONFIG_SYS_HZ. Signed-off-by: Micha Kalfon smichak...@gmail.com --- cpu/pxa/interrupts.c | 25 ++---

Re: [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys()

2008-12-17 Thread Haavard Skinnemoen
Kumar Gala wrote: /* virt_to_phys will only work when address is in P1 or P2 */ -static __inline__ unsigned long virt_to_phys(volatile void *address) +static inline phys_addr_t virt_to_phys(volatile void *address) { Is the volatile really needed? The problem is that the 'packet'

Re: [U-Boot] [PATCH v7] ppc4xx: Add GDsys PowerPC 440 ETX board support.

2008-12-17 Thread Eibach, Dirk
Hi Stefan Subject: Re: [U-Boot] [PATCH v7] ppc4xx: Add GDsys PowerPC 440 ETX board support. Hi Dirk, On Wednesday 17 December 2008, Dirk Eibach wrote: Board support for the Guntermann Drunck PowerPC 440 ETX module. Based on the AMCC Yosemite board support by Stefan Roese.

Re: [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys()

2008-12-17 Thread Kumar Gala
On Dec 17, 2008, at 9:47 AM, Haavard Skinnemoen wrote: Kumar Gala wrote: diff --git a/include/asm-avr32/io.h b/include/asm-avr32/io.h index 06e52b1..d22cd35 100644 --- a/include/asm-avr32/io.h +++ b/include/asm-avr32/io.h @@ -125,4 +125,9 @@ static inline void unmap_physmem(void *vaddr,

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:10 Wed 17 Dec , michael wrote: michael wrote: Stefan Althoefer wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c --- u-boot-orig//lib_arm/board.c 2008-12-02 17:25:32.0 +0100 +++

Re: [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys()

2008-12-17 Thread Haavard Skinnemoen
Kumar Gala wrote: Lets go w/volatile for now and worry about this post v2009.01 Sounds good to me. Haavard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2 V2] cmd_i2c: rename EDO, DDR and SDRAM to avoid conflict with at91 memory setup

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:15 Wed 17 Dec , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20081217115717.gd26...@game.jcrosoft.org you wrote: - enum { unknown, EDO, SDRAM, DDR2 } type; + enum { unknown, edo, sdram, ddr2 } type; Sorry again, but lower case

Re: [U-Boot] [PATCH 1/1] qemu_mips: update doc to generate and to use qemu flash, ide file

2008-12-17 Thread Shinya Kuribayashi
Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- doc/README.qemu_mips | 67 +++-- 1 files changed, 58 insertions(+), 9 deletions(-) Applied and pushed out, thanks. By the way, let

Re: [U-Boot] [PATCH 1/2 V2] cmd_i2c: rename EDO, DDR and SDRAM to avoid conflict with at91 memory setup

2008-12-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1229513662-2128-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/cmd_i2c.c | 58 ++--- 1 files changed, 28

Re: [U-Boot] [PATCH v4 1/4] Introduce virt_to_phys()

2008-12-17 Thread Haavard Skinnemoen
Kumar Gala wrote: diff --git a/include/asm-avr32/io.h b/include/asm-avr32/io.h index 06e52b1..d22cd35 100644 --- a/include/asm-avr32/io.h +++ b/include/asm-avr32/io.h @@ -125,4 +125,9 @@ static inline void unmap_physmem(void *vaddr, unsigned long len) } +static inline phys_addr_t

Re: [U-Boot] [PATCH v7] ppc4xx: Add GDsys PowerPC 440 ETX board support.

2008-12-17 Thread Stefan Roese
On Wednesday 17 December 2008, Eibach, Dirk wrote: - Fixup NOR mapping in ft_board_setup() Why is this needed? Doesn't the 4xx-common function handle this correctly? It is _not_ needed. You are right, 4xx-common handles everything well. It was an error in my dts. And having a quick

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread michael
michael wrote: Stefan Althoefer wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c --- u-boot-orig//lib_arm/board.c 2008-12-02 17:25:32.0 +0100 +++ u-boot/lib_arm/board.c 2008-12-02 23:29:36.0 +0100

Re: [U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread michael
Hi, Remy Bohmer wrote: Hello Michael, 2008/12/17 Michael Trimarchi trimar...@gandalf.sssup.it: Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define

Re: [U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread michael
Stefan Roese wrote: On Wednesday 17 December 2008, Michael Trimarchi wrote: USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53

Re: [U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread Stefan Roese
On Wednesday 17 December 2008, Michael Trimarchi wrote: USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53

[U-Boot] [GIT PULL] MIPS updates

2008-12-17 Thread Shinya Kuribayashi
Hi Wolfgang, please pull U-Boot/MIPS repository to pick up the following changes. Thanks in advance, Shinya --- The following changes since commit aced78d852d0b009e8aaa1445af8cb40861ee549: Wolfgang Denk (1): Prepare 2009.01-rc1 are available in the git repository at:

Re: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1

2008-12-17 Thread Stefan Althoefer
Jean-Christophe PLAGNIOL-VILLARD schrieb: On 14:10 Wed 17 Dec , michael wrote: michael wrote: Stefan Althoefer wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c --- u-boot-orig//lib_arm/board.c 2008-12-02

Re: [U-Boot] EHCI last patch

2008-12-17 Thread Stefan Roese
Hi Michael, On Wednesday 17 December 2008, michael wrote: I have rewrite and clean the support for ehci-pci but I don't have any hardware to test on it. My code is like this: int ehci_hcd_init(void) { pci_dev_t pdev; uint32_t addr; pdev =

Re: [U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread Remy Bohmer
Hello Michael, 2008/12/17 Michael Trimarchi trimar...@gandalf.sssup.it: Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define CONFIG_CMD_USB 1 #define

Re: [U-Boot] [PATCH 1/2 V2] cmd_i2c: rename EDO, DDR and SDRAM to avoid conflict with at91 memory setup

2008-12-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20081217115717.gd26...@game.jcrosoft.org you wrote: - enum { unknown, EDO, SDRAM, DDR2 } type; + enum { unknown, edo, sdram, ddr2 } type; Sorry again, but lower case enum labels violate the coding style either: Chapter 12:

[U-Boot] [PATCH 2/2 V2] m501sk: move to the common memory setup

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Sami Nurmenniemi sanur...@sysart.fi --- board/m501sk/Makefile|2 - board/m501sk/memsetup.S | 200 -- include/configs/m501sk.h | 33 3 files changed, 33

Re: [U-Boot] [PATCH 3/3] Move the LAW definition to fsl_law.h

2008-12-17 Thread Kumar Gala
On Dec 16, 2008, at 10:55 PM, Liu Dave wrote: NAND boot Lets post this as part of the NAND boot patch series so it can be reviewed in that context. Its not that I'm against this change. However I was trying to isolate explicit knowledge of LAW registers from the rest of the code base

[U-Boot] [PATCH v7] ppc4xx: Add GDsys PowerPC 440 ETX board support.

2008-12-17 Thread Dirk Eibach
Board support for the Guntermann Drunck PowerPC 440 ETX module. Based on the AMCC Yosemite board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de --- - Fixup NOR mapping in ft_board_setup() MAINTAINERS |1 + MAKEALL

[U-Boot] [mpc8313] objcopy generates huge binary

2008-12-17 Thread Matthew L. Creech
Using the latest toolchain from CodeSourcery (4.3-50), I can't seem to build U-Boot for the MPC8313 ERDB platform. I've tried this with both 2008.10 and 2009.01-rc1. Grabbing a fresh copy of U-Boot and doing make MPC8313ERDB_33_config make seems to work at first, but near the end when it does:

[U-Boot] [USB EHCI PATCH 1/2] USB ehci remove infinite loop and use handshake function

2008-12-17 Thread Michael Trimarchi
USB ehci code cleanup. Use handshake instead of infinite while loop to check the STD_ASS status Signed-off-by: Michael Trimarchi trimarchimich...@yahoo.it --- drivers/usb/usb_ehci_core.c | 53 ++- 1 files changed, 27 insertions(+), 26 deletions(-) diff

[U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread Michael Trimarchi
Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define CONFIG_CMD_USB 1 #define CONFIG_USB_STORAGE 1 #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_PCI 1 #define

Re: [U-Boot] [PATCH 2/3] 85xx: Fix the wrong CSIZE mask bit

2008-12-17 Thread Kumar Gala
On Dec 16, 2008, at 5:47 PM, Liu Dave wrote: was code breaking or just fixing it up to match the docs? not break the system, because the bit[55] is reserved zero for e500/e500mc. so just fixied it to match the e500/e500mc docs. Ok. I'd prefer we just expand the field to 0x3ff to match the

Re: [U-Boot] [PATCH 1/6] usb : musb : Add high speed field in usb_device structure

2008-12-17 Thread Abraham, Thomas
Hi Remy, -Original Message- From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On Behalf Of Remy Bohmer Sent: Wednesday, December 17, 2008 1:48 AM To: Abraham, Thomas snip Same, Michael combined slow+high into 1 single element called 'speed', what I would prefer here.

[U-Boot] [PATCH 1/2 V2] cmd_i2c: rename EDO, DDR and SDRAM to avoid conflict with at91 memory setup

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/cmd_i2c.c | 58 ++--- 1 files changed, 28 insertions(+), 30 deletions(-) diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index 448f2fe..9f7a1ea 100644 ---

Re: [U-Boot] u-boot didn't mount ramdisk ...

2008-12-17 Thread Wolfgang Denk
Dear mike xu, In message 7103aeea0812170706p3e1fa7cby7093a87d4d01e...@mail.gmail.com you wrote: I am using u-boot 1.2.0 and tried to boot kernel with one ramdisk, but it seems the u-boot doesn't load my ramdisk image at all. Please view This is correct. U-Boot does not load the RAMdisk

Re: [U-Boot] [PATCH 1/2 V2] at91rm9200: rename lowlevel init value to CONFIG_SYS_

2008-12-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1229547702-20400-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Sami Nurmenniemi sanur...@sysart.fi --- board/m501sk/memsetup.S| 134

Re: [U-Boot] [PATCH 1/2 V2] at91rm9200: rename lowlevel init value to CONFIG_SYS_

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:41 Wed 17 Dec , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1229547702-20400-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Sami Nurmenniemi sanur...@sysart.fi ---

Re: [U-Boot] [PATCH] bugfix for i.mx31 CCM_UPCTL reg

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 05:38 Wed 03 Dec , Maxim Artamonov wrote: Signed-off-by: Maxim Artamonov scn1874 at yandex.ru Apply to u-boot-arm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2 V2] at91rm9200: rename lowlevel init value to CONFIG_SYS_

2008-12-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20081217214818.gc10...@game.jcrosoft.org you wrote: +#define CONFIG_SYS_SDRC_MR_VAL2 0x0003 /* Load Mode Register */ +#define CONFIG_SYS_SDRC_MR_VAL3 0x /* Normal Mode */ #define SDRC_TR 0xFF94 -#define SDRC_TR_VAL

[U-Boot] [PATCH v6 0/3] Support for XPedite5370 and misc GPIO

2008-12-17 Thread Peter Tyser
NOTE: If there are still concerns about the ds4510 driver, feel free to leave it out of this patch series and only apply Add support for PCA953x I2C gpio devices and XPedite5370 board support. I'd rather get those 2 changes merged in for the upcoming release and deal with the ds4510 later if need

[U-Boot] [PATCH v6 1/3] Add support for PCA953x I2C gpio devices

2008-12-17 Thread Peter Tyser
Initial support for NXP's 4 and 8 bit I2C gpio expanders (eg pca9537, pca9557, etc). The CONFIG_PCA953X define enables support for the devices while the CONFIG_CMD_PCA953X define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO define enables an 'info' sub-command which provides summary

[U-Boot] [PATCH v6 2/3] Add support for Maxim's DS4510 I2C device

2008-12-17 Thread Peter Tyser
Initial support for the DS4510, a CPU supervisor with integrated EEPROM, SRAM, and 4 programmable non-volatile GPIO pins. The CONFIG_DS4510 define enables support for the device while the CONFIG_CMD_DS4510 define enables the ds4510 command. The additional CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and

Re: [U-Boot] [PATCH 1/2 V2] at91rm9200: rename lowlevel init value to CONFIG_SYS_

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:30 Wed 17 Dec , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20081217214818.gc10...@game.jcrosoft.org you wrote: +#define CONFIG_SYS_SDRC_MR_VAL2 0x0003 /* Load Mode Register */ +#define CONFIG_SYS_SDRC_MR_VAL3 0x /* Normal Mode */

Re: [U-Boot] [PATCH v3] nand: Fix cache and memory inconsistent issue

2008-12-17 Thread Scott Wood
On Tue, Dec 02, 2008 at 11:48:51AM +0800, Dave Liu wrote: we load the secondary stage u-boot image from NAND to system memory by nand_load, but we did not flush d-cache to memory, not invalidate i-cache before we jump to RAM. when the system is cache enable and the TLB/page attribute of

[U-Boot] [PATCH v2 1/6] usb : musb : Record speed of high speed devices connected to hub

2008-12-17 Thread Thomas Abraham
For high spped devices that are connected via hubs, the information that the device is high speed is recorded. This is required by Mentor USB Host controller driver. Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham

[U-Boot] [PATCH v2 0/6] usb : musb : Add MUSB contorller driver and enable Davinci MSC support

2008-12-17 Thread Thomas Abraham
Resubmitting after baselining with U-Boot USB 'next' branch. This patch series adds Mentor Graphics USB OTG host controller driver support and MSC support for DM6446 (TI DaVinci) platform. - [PATCH v2 1/6] usb : musb : Record speed of high speed devices connected to hub. - [PATCH v2 2/6] usb

[U-Boot] [PATCH v2 2/6] usb : musb : Adding host controller driver for Mentor USB controller

2008-12-17 Thread Thomas Abraham
Adding Mentor USB core functionality and Mentor USB Host controller functionality for Mentor USB OTG controller (musbhdrc). Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham t-abra...@ti.com Signed-off-by: Ajay Kumar Gupta

[U-Boot] [PATCH v2 3/6] usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM

2008-12-17 Thread Thomas Abraham
Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci) platform. Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham t-abra...@ti.com Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- board/davinci/dvevm/dvevm.c |

[U-Boot] [PATCH v2 4/6] usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support

2008-12-17 Thread Thomas Abraham
Adding DM6446 (TI DaVinci) platform specific USB functionality for USB Phy and VBUS initialization. Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham t-abra...@ti.com Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

[U-Boot] [PATCH v2 5/6] usb : musb : Enabling DM6446 (TI DaVinci) USB module power

2008-12-17 Thread Thomas Abraham
Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level controller hook up to USB core layer. Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham t-abra...@ti.com Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

[U-Boot] [PATCH v2 6/6] usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform

2008-12-17 Thread Thomas Abraham
Enabling USB MSC support for DM6446 (TI DaVinci) platform in the configuration file. Signed-off-by: Ravi Babu ravib...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Thomas Abraham t-abra...@ti.com Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

Re: [U-Boot] gumstix and uboot

2008-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:33 Mon 08 Dec , Jim Don wrote: Hello, I would like to compile uboot for a gumstix verdex (but on qemu) ... I just finished building a cross compiler with ulibc: - armv5te-softfloat-linux-gnueabi-gcc Now I need to know which Makefile target I should use to config for a

Re: [U-Boot] [PATCH] IXP425: Fixing PCI access Part 1/1

2008-12-17 Thread Stefan Althoefer
Hi Wolfgang Denk, @@ -304,9 +355,7 @@ void pci_ixp_init (struct pci_controller pci_write_config_word (0, PCI_CFG_COMMAND, INITIAL_PCI_CMD); REG_WRITE (PCI_CSR_BASE, PCI_ISR_OFFSET, PCI_ISR_PSE | PCI_ISR_PFE | PCI_ISR_PPE | PCI_ISR_AHBE); -#ifdef

Re: [U-Boot] [PATCH 2/3] 85xx: Fix the wrong CSIZE mask bit

2008-12-17 Thread Liu Dave
Ok. I'd prefer we just expand the field to 0x3ff to match the EREF spec since the upper bits are reserved we'll always read them as 0 so no harm. And we dont have to change the code again in the future if we expand into those upper bits. If match the EREF, it should be 0x7ff. and it also

Re: [U-Boot] [PATCH 3/3] Move the LAW definition to fsl_law.h

2008-12-17 Thread Liu Dave
Lets post this as part of the NAND boot patch series so it can be reviewed in that context. Its not that I'm against this change. However I was trying to isolate explicit knowledge of LAW registers from the rest of the code base when I added fsl_law.c You are right, it should be post

[U-Boot] [RFC] nand boot for 85xx

2008-12-17 Thread Dave Liu
--- The patch is to be done, It is only giving the context why move the definition of fsl_law from .c to .h. Makefile | 13 +- board/freescale/mpc8572ds/config.mk |5 + board/freescale/mpc8572ds/nand_boot.c | 75

Re: [U-Boot] [RFC] nand boot for 85xx

2008-12-17 Thread Kumar Gala
On Dec 18, 2008, at 12:20 AM, Dave Liu wrote: diff --git a/board/freescale/mpc8572ds/nand_boot.c b/board/freescale/ mpc8572ds/nand_boot.c new file mode 100644 index 000..1fb0acd --- /dev/null +++ b/board/freescale/mpc8572ds/nand_boot.c @@ -0,0 +1,75 @@ +/* + +#include common.h

Re: [U-Boot] [RFC] nand boot for 85xx

2008-12-17 Thread Kumar Gala
On Dec 18, 2008, at 12:20 AM, Dave Liu wrote: --- The patch is to be done, It is only giving the context why move the definition of fsl_law from .c to .h. Makefile | 13 +- board/freescale/mpc8572ds/config.mk |5 +

Re: [U-Boot] [RFC] nand boot for 85xx

2008-12-17 Thread Liu Dave
+void board_init_f(ulong bootflag) +{ + volatile ccsr_local_ecm_t *ecm = (void *) (CONFIG_SYS_MPC85xx_ECM_ADDR); + u32 mas0, mas1, mas2, mas3; + + /* init serial port */ + NS16550_init((NS16550_t)(CONFIG_SYS_CCSRBAR + 0x4500), + get_bus_clk() /

Re: [U-Boot] [RFC] nand boot for 85xx

2008-12-17 Thread Liu Dave
1. patch should be split into at least two patches. One for the first stage loader changes and one for the second stage u-boot absolutely correct. It is also my desired. Because you query the LAW, I submit the patch for that purpose. 2. we should look at refactoring common code so not to

Re: [U-Boot] Pull request: nand flash

2008-12-17 Thread Liu Dave
I'll apply it to the next branch, but it's not needed for the upcoming release because there's no board upstream with d-cache enabled. It is fine, thanks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot