[U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-08-22 Thread Ryan CHEN
The patch is to add support functions which load and boot WinCE image. It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. The source codes have tested on STLS board. Signed-off-by: Ryan Chen [EMAIL PROTECTED] --- common/Makefile |1 + common/cmd_bootm.c | 32

Re: [U-Boot] [PATCH] mtd: SPI Flash: Support the STMicro Flash

2008-08-22 Thread Haavard Skinnemoen
Tsi-Chung Liew [EMAIL PROTECTED] wrote: From: TsiChung Liew [EMAIL PROTECTED] Add MTD SPI Flash support for M25P16, M25P40, M25P64, and M25P80. Signed-off-by: Jason McMullan [EMAIL PROTECTED] Signed-off-by: TsiChung Liew [EMAIL PROTECTED] Ok, good...that should address the timeout issue.

[U-Boot] FW: U-boot for Arm cortexA8

2008-08-22 Thread Peter Pearse
Forward to list -Original Message- From: Peter Pearse [mailto:[EMAIL PROTECTED] Sent: 21 August 2008 14:56 To: '[EMAIL PROTECTED]' Subject: RE: [U-Boot] U-boot for Arm cortexA8 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [U-Boot] [PATCH] ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

2008-08-22 Thread Stefan Roese
Hi Marri, On Friday 22 August 2008, [EMAIL PROTECTED] wrote: From: Tirumala R Marri [EMAIL PROTECTED] During recent PCI-E tests it has been found that current driverl level and de-emphasis values are not set correctly. After sweeping throgh all de-ephasis values, it was found that 0x130 is

[U-Boot] [PATCH] sh: Renesas Solutions AP325RXA board support

2008-08-22 Thread Nobuhiro Iwamatsu
From 1f6ce000f4071e86bb6bfead6e7d30efa84f3824 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu [EMAIL PROTECTED] Date: Fri, 22 Aug 2008 17:39:09 +0900 Subject: [PATCH] sh: Renesas Solutions AP325RXA board support AP325RXA is SH7723's reference board. This has SCIF, NOR Flash, Ethernet, USB host,

Re: [U-Boot] [PATCH 0/7 v7] SMDK6400 support

2008-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:41 Fri 22 Aug , Guennadi Liakhovetski wrote: Hi Harald, On Fri, 22 Aug 2008, Harald Welte wrote: On Thu, Aug 14, 2008 at 10:07:37PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:36 Mon 11 Aug , Guennadi Liakhovetski wrote: Version 7: further comments

Re: [U-Boot] FW: U-boot for Arm cortexA8

2008-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:52 Fri 22 Aug , Robert Schwebel wrote: On Fri, Aug 22, 2008 at 09:32:52AM +0100, Peter Pearse wrote: AFAIK no code specifically for Cortex A8 has yet been posted for U-Boot. However such code is not essential to use U-Boot on a Cortex A8 based platform. Here at

Re: [U-Boot] [PATCH 0/7 v7] SMDK6400 support

2008-08-22 Thread Guennadi Liakhovetski
On Fri, 22 Aug 2008, Jean-Christophe PLAGNIOL-VILLARD wrote: On 08:41 Fri 22 Aug , Guennadi Liakhovetski wrote: Hi Harald, On Fri, 22 Aug 2008, Harald Welte wrote: On Thu, Aug 14, 2008 at 10:07:37PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:36 Mon 11 Aug ,

Re: [U-Boot] FW: U-boot for Arm cortexA8

2008-08-22 Thread Menon, Nishanth
Hi Jean, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Christophe PLAGNIOL-VILLARD Sent: Friday, August 22, 2008 7:42 AM To: Robert Schwebel Cc: U-Boot user list; Peter Pearse Subject: Re: [U-Boot] FW: U-boot for Arm cortexA8 On 13:52 Fri

Re: [U-Boot] [PATCH] ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

2008-08-22 Thread Tirumala Reddy Marri
Hi Stefan, There were silent corruptions I noticed during a RAID-5 test using silicon image card. Then I hooked up a analyzer and found that eye diagram was not wide enough. After reducing the de-emphasis value I noticed better eye diagram. Also I ran 72 hour test which was successful to see if

[U-Boot] [PATCH] ppc440: New board: Avnet Virtex5 FXT Evaluation

2008-08-22 Thread Ricardo Ribalda Delgado
Cheap board by Avnet for evaluating the Virtex5 FX technology. This patch adds support for: - UartLite - 16MB Flash - 64MB RAM Prior using U-boot in this board, read carefully the ERRATA by Avnet to solve some memory initialization issues. Signed-off-by: Ricardo Ribalda Delgado [EMAIL

Re: [U-Boot] [PATCH 5/8] ColdFire: Fix compiling error

2008-08-22 Thread Scott Wood
On Thu, Aug 21, 2008 at 11:55:26PM +, Tsi-Chung Liew wrote: @@ -96,7 +96,7 @@ int board_nand_init(struct nand_chip *nand) nand-ecc.mode = NAND_ECC_SOFT; nand-cmd_ctrl = nand_hwcontrol; nand-read_byte = nand_read_byte; - nand-write_byte = nand_write_byte; +

[U-Boot] [PATCH 2/3] mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code

2008-08-22 Thread Ira W. Snyder
This adds a helper function to unlock the PCI configuration bit, so that any extra PCI setup (such as outbound windows, etc.) can be done after using the 83XX_GENERIC_PCI code to set up the PCI bus. Signed-off-by: Ira W. Snyder [EMAIL PROTECTED] --- cpu/mpc83xx/pci.c | 26

[U-Boot] [PATCH 3/3] MPC8349EMDS: Add PCI Agent (PCISLAVE) support

2008-08-22 Thread Ira W. Snyder
Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a PCI card rather than a host computer. Signed-off-by: Ira W. Snyder [EMAIL PROTECTED] --- board/freescale/mpc8349emds/mpc8349emds.c |9 + board/freescale/mpc8349emds/pci.c | 49

[U-Boot] [PATCH 1/3] MPC8349EMDS: use 83XX_GENERIC_PCI setup code

2008-08-22 Thread Ira W. Snyder
Change the MPC8349EMDS board to use the generic PCI initialization code for the mpc83xx cpu. Signed-off-by: Ira W. Snyder [EMAIL PROTECTED] --- board/freescale/mpc8349emds/pci.c | 377 ++--- include/configs/MPC8349EMDS.h |4 +- 2 files changed, 63

[U-Boot] [RFC] [PATCH 0/3] MPC8349EMDS: Using mpc83xx generic pci infrastructure for PCI Agent mode

2008-08-22 Thread Ira W. Snyder
Hello u-boot-users, This is my attempt at adding CONFIG_PCISLAVE support to the MPC8349EMDS board. I noticed that there was some shared infrastructure for the PCI controller in the 83xx-series CPU's, so I removed all of the old code, and used the infrastructure instead. I have boot tested the

[U-Boot] [PATCH] ARM DaVinci: Changing function names for EMAC driver

2008-08-22 Thread s-paulraj
DM644x is just one of a series of DaVinci chips that use the EMAC driver. By replacing all the function names that start with dm644x_* to davinci_* we make these function more portable. I have tested this change on my EVM. DM6467 is another DaVinci SOC which uses the EMAC driver and i will be

[U-Boot] [PATCH] Add note on dereferencing /aliases pointers

2008-08-22 Thread Jerry Van Baren
Replace the must quote special characters note with a hint on how to dereference /aliases pointers by omitting the leading /. This feature was introduced by Kumar Gala as a libfdt enhancement in commit ed035708235332c3c117ee3bb1a426063f03cfcb. Example: = fdt print /aliases aliases {

[U-Boot] [PATCH] ARM DaVinci: Changing function names for EMAC driver

2008-08-22 Thread s-paulraj
DM644x is just one of a series of DaVinci chips that use the EMAC driver. By replacing all the function names that start with dm644x_* to davinci_* we make these function more portable. I have tested this change on my EVM. DM6467 is another DaVinci SOC which uses the EMAC driver and i will be

Re: [U-Boot] [PATCH] ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

2008-08-22 Thread Stefan Roese
Hi Marri, On Friday 22 August 2008, Tirumala Reddy Marri wrote: There were silent corruptions I noticed during a RAID-5 test using silicon image card. Then I hooked up a analyzer and found that eye diagram was not wide enough. After reducing the de-emphasis value I noticed better eye

Re: [U-Boot] TFTP images larger than 16MB causing MachineCheck on 405ex

2008-08-22 Thread vb
I am not sure how much this is related, but it is a known problem that older tftp servers can't serve files larger than 16Mbytes in size. hth, /vb On Fri, Aug 22, 2008 at 12:57 PM, [EMAIL PROTECTED] wrote: I have been searching the web, but I have not seen any mention of this kind of

[U-Boot] [PATCH] mtd: SPI Flash: Support the STMicro Flash

2008-08-22 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Add MTD SPI Flash support for M25P16, M25P20, M25P32, M25P40, M25P64, M25P80, M25P128. Signed-off-by: Jason McMullan [EMAIL PROTECTED] Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- drivers/mtd/spi/Makefile |1 +

[U-Boot] Merging of v1 and v2

2008-08-22 Thread Chris Zankel
Hi, Are there any plans to merge U-Boot v1 and v2 at anytime? It looks to me like a daunting task to move everything to v2. We are working with different processors, one of them, the i.MX27, is only supported in v2, the other(s) in v1. The internal and external (UI) interfaces seem to be

[U-Boot] v1 and v2 merging

2008-08-22 Thread Chris Zankel
Hi, Are there any plans to merge U-Boot v1 and v2 at anytime? It looks to me like a daunting task to move everything to v2. We are working with different processors, one of them, the i.MX27, is only supported in v2, the other(s) in v1. The internal and external (UI) interfaces seem to be