Re: [U-Boot] [patch 2/2] Add support for building the new U-boot uImage format (FIT-format)

2008-08-26 Thread Remy Bohmer
Hello Wolfgang, If an older mkimage is detected, or if there is no dtc (Device Tree Compiler) Why should there ever be no dtc? It is part of the Linux kernel source tree, see arch/powerpc/boot/dtc-src uuh, because it was not there in 2.6.24...? And that was the kernel I made the patch for

Re: [U-Boot] [PATCH] ppc44x: RFC: Unification of virtex5 pp440 boards

2008-08-26 Thread Michal Simek
And one more thing. I would like to see readme in one board folder where will be written what design it is. If you use reference design from xilinx page please write it. Or if is the design from BSB just write it to this file. M Ricardo Ribalda Delgado wrote: Hi Stefan First of all: Thanks

Re: [U-Boot] [PATCH] ppc44x: RFC: Unification of virtex5 pp440 boards

2008-08-26 Thread Stefan Roese
Hi Ricardo Michal, it's not easy to find the time to catch up with what you are discussing here. :) On Tuesday 26 August 2008, Ricardo Ribalda Delgado wrote: no you needn't - just you bsp - bsp take care about. We can be thousands of hours discussing the same, your opinion is that we need

Re: [U-Boot] [PATCH] fix out of tree building

2008-08-26 Thread Scott Wood
On Mon, Aug 25, 2008 at 05:16:10PM -0500, Kim Phillips wrote: Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 8c90dab..c30ef57 100644 --- a/Makefile +++ b/Makefile @@ -2065,7

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Grant Erickson
On 8/26/08 11:11 AM, Wolfgang Ocker wrote: This patch allows a managed switch like the 88E6083 to be directly connected to a 4xx using PHY mode. It avoids waiting for a link (it's always there) and uses fixed values for speed and duplex mode since both settings are hardware controlled.

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
Hi Wolfgang! On Tue, 2008-08-26 at 20:52 +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: This patch allows a managed switch like the 88E6083 to be directly connected to a 4xx using PHY mode. It avoids waiting for a link (it's always there) and uses fixed values for

[U-Boot] [PATCH v5 04/10] FSL DDR: Add DDR1 support

2008-08-26 Thread Kumar Gala
Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc8xxx/ddr/ddr1_dimm_params.c | 343 1 files changed, 343 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH v5 00/10] FSL DDR rework

2008-08-26 Thread Kumar Gala
01 - Add proper SPD definitions for DDR1/2/3 02 - FSL DDR: Provide a generic set_ddr_laws() 03 - FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code. 04 - FSL DDR: Add DDR1 DIMM paramter support 05 - FSL DDR: Add DDR2 DIMM paramter support 06 - FSL DDR: Add 86xx specific register setting 07

[U-Boot] [PATCH v5 05/10] FSL DDR: Add DDR2 support

2008-08-26 Thread Kumar Gala
Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc8xxx/ddr/ddr2_dimm_params.c | 339 1 files changed, 339 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH v5 01/10] Add proper SPD definitions for DDR1/2/3

2008-08-26 Thread Kumar Gala
From: James Yang [EMAIL PROTECTED] Also adds helper functions for DDR1/2 to verify the checksum. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/Makefile |1 + common/ddr_spd.c | 61 +++ include/ddr_spd.h | 292 + 3

[U-Boot] [PATCH v5 07/10] FSL DDR: Convert MPC8641HPCN to new DDR code.

2008-08-26 Thread Kumar Gala
Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8641hpcn/Makefile |8 ++- board/freescale/mpc8641hpcn/ddr.c | 88 board/freescale/mpc8641hpcn/mpc8641hpcn.c |6 +-

[U-Boot] [PATCH v5 06/10] FSL DDR: Add 86xx specific register setting

2008-08-26 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/Makefile |6 +++ cpu/mpc86xx/ddr-8641.c | 86 2 files changed, 92 insertions(+), 0 deletions(-) create mode 100644 cpu/mpc86xx/ddr-8641.c diff --git a/cpu/mpc86xx/Makefile

[U-Boot] [PATCH v5 08/10] FSL DDR: Convert MPC8610HPCD to new DDR code.

2008-08-26 Thread Kumar Gala
From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8610hpcd/Makefile | 10 ++-- board/freescale/mpc8610hpcd/ddr.c | 79 +

[U-Boot] [PATCH v5 10/10] FSL DDR: Remove old SPD support from cpu/mpc86xx

2008-08-26 Thread Kumar Gala
All 86xx boards have been converted to the new code so we can remove the old SPD DDR setup code. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/Makefile|6 - cpu/mpc86xx/spd_sdram.c | 1346 --- 2 files changed, 0 insertions(+),

Re: [U-Boot] [PATCH] Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions

2008-08-26 Thread Ben Warren
Peter Tyser wrote: Hi Ben, On Tue, 2008-08-26 at 09:31 -0700, Ben Warren wrote: Hi Peter, Peter Tyser wrote: cmd_net.c command descriptions were updated to describe the optional hostIPaddr argument. The dhcp command help message was also updated to more closely reflect the

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Ben Warren
Wolfgang Ocker wrote: Hi Wolfgang! On Tue, 2008-08-26 at 20:52 +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: This patch allows a managed switch like the 88E6083 to be directly connected to a 4xx using PHY mode. It avoids waiting for a link (it's always

Re: [U-Boot] [PATCH] i.MX31: Specify maintainers for i.MX31-based boards

2008-08-26 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- This patch should be applied after SMDK6400 is merged, which will, probably, get in with the nand tree. Please comment any objections:-) diff --git

Re: [U-Boot] [PATCH] mpc7448hpc2: Fix PCI I/O space mapping.

2008-08-26 Thread Wolfgang Denk
Dear Randy Vinson, In message [EMAIL PROTECTED] you wrote: PCI I/O space is currently mapped 1:1 at 0xFA00. Linux requires PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O space such that 0xFA00 in the processor's address space maps to 0 on the PCI I/O bus.

Re: [U-Boot] [PATCH] RE: Some memory (DDR2 ECC Dual Rank) just doesn't work! Can anyone pointme to how to debug this hang?

2008-08-26 Thread Wolfgang Denk
Dear Fillod, In message [EMAIL PROTECTED] you wrote: U-Boot is too gentle when testing SDRAM. Make sure the caches are enabled under U-Boot, and put on heavy stress with DMA, pipelined prefetch's, etc. This is what your CPU is enduring under Linux. = Jon Loeliger thinks this will be fixed

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Move entry point code out of each arch and into common code. Keep the entry point in the bootm_headers_t images struct. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c | 31 ++-

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: I'm hoping the bootm rework patches 06..15 are still in your queue for review? Of course. I never forget anything. Never. I... I mean... Hm. Forgot what I wanted to add... Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH 07/15] bootm: refactor ramdisk locating code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Move determing if we have a ramdisk and where its located into the common code. Keep track of the ramdisk start and end in the bootm_headers_t image struct. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c | 38

Re: [U-Boot] [PATCH 08/15] bootm: refactor fdt locating and relocation code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Move the code that handles finding a device tree blob and relocating it (if needed) into common code so all arch's have access to it. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c | 10 + common/image.c |

Re: [U-Boot] [PATCH 09/15] bootm: Set working fdt address as part of the bootm flow

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Set the fdt working address so fdt FOO commands can be used as part of the bootm flow. Also set an the environment variable fdtaddr with the value. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c|8

Re: [U-Boot] [PATCH 10/15] bootm: move lmb into the bootm_headers_t structure

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: To allow for persistent state between future bootm subcommands we need the lmb to exist in a global state. Moving it into the bootm_headers_t allows us to do that. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c

Re: [U-Boot] [PATCH 11/15] bootm: refactor image detection and os load steps

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Created a bootm_start() that handles the parsing and detection of all the images that will be used by the bootm command (OS, ramdisk, fdt). As part of this we now tract all the relevant image offsets in the bootm_headers_t struct. This

[U-Boot] [patch] i.MX use u-boot baud rate and don't assume UART master clock

2008-08-26 Thread Andrew Dyer
1) Change the i.MX serial driver to use the baud rate set in the u-boot environment 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not write one to clear like other status bits in the reg.) Signed-off-by: Andrew

Re: [U-Boot] [U-Boot-Users] [PATCH] Fix OneNAND build break

2008-08-26 Thread Wolfgang Denk
Dear Kyungmin Park, In message [EMAIL PROTECTED] you wrote: Since page size field is changed from oobblock to writesize. But OneNAND is not updated. - fix bufferram management at erase operation This patch includes the NAND/OneNAND state filed too. generated against latest git tree Hm...

Re: [U-Boot] [PATCH 06/15] bootm: refactor entry point code

2008-08-26 Thread Wolfgang Denk
Dear Jerry Van Baren, In message [EMAIL PROTECTED] you wrote: Awww, and I was planning to horn in with an Acked-by to get my name in the lights. Too late now. You will have plenty of opportunity to get your name on other patches :-) Seriously, I reviewed and applied the patches last

Re: [U-Boot] [PATCH] remove MVS1 board

2008-08-26 Thread Wolfgang Denk
Dear Andre Schwarz, In message [EMAIL PROTECTED] you wrote: This is a multi-part message in MIME format. --090900040309000705060304 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit MVS1 board has reached end-of-life and can be removed completely.

Re: [U-Boot] MPC5200 custodianship

2008-08-26 Thread Wolfgang Denk
Dear Grant, In message [EMAIL PROTECTED] you wrote: I've found that I'm just not good at splitting my focus between U-Boot and the kernel. I've asked John if he'd like to take responsibility for all of 5xxx support, not just 5121, and he said sure. Is that okay by you? After thinking a

[U-Boot] [patch] dm9000 remove dead external phy support, gpio fix

2008-08-26 Thread Andrew Dyer
dm9000 has code to detect and initialize external phy parts, but later on in the code the part is forced to use the internal phy unconditionally. Remove the unused/untested code. change the GPIO initialization so that only the GPIO used as an internal phy reset (hardwired in the chip) is set as

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-26 Thread Wolfgang Denk
Dear Tom Evans, In message [EMAIL PROTECTED] you wrote: I followed Ben's instructions and here's the resulting patch. I'm sorry, but this patch is corrupted and cannot be applied. --- a/net/net.c +++ b/net/net.c @@ -1494,10 +1494,12 @@ NetReceive(volatile uchar * inpkt, int len)

Re: [U-Boot] [PATCH] common/cmd_load.c - More code cleanup

2008-08-26 Thread Wolfgang Denk
Dear Gururaja Hebbar K R, In message [EMAIL PROTECTED] you wrote: - Remove unused global variable os_data_count. This was long back deprecated but still in use. The only reference for this in google is

Re: [U-Boot] [PATCH v2] [POWERPC] Added support for the muas3001 board

2008-08-26 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: Hello, changes since last post: - merge patches 1 and 2 - integrated comments from Wolfgang Denk - rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER Note: such comments belong *below* the --- line (otherwise they would go

Re: [U-Boot] [PATCH v3 01/16] Add proper SPD definitions for DDR1/2/3

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: From: James Yang [EMAIL PROTECTED] Also added a few helper functions for DDR1 DDR2 to print SPD info and verify the checksum. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/Makefile |1 + common/ddr_spd.c | 519

Re: [U-Boot] [PATCH v3 02/16] FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Becky Bruce [EMAIL PROTECTED] Signed-off-by: Ed Swarthout [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] ---

Re: [U-Boot] [PATCH v3 04/16] FSL DDR: Add DDR2 support

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc8xxx/fsl_ddr2.c | 339 1 files

Re: [U-Boot] [PATCH v3 05/16] FSL DDR: Add interactive DDR config support

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Provide a mechanism to allow interactive configuration of DDR params. This is useful when trying to test various DDR settings to determine optimal configuration values for a given board. Signed-off-by: James Yang [EMAIL PROTECTED]

Re: [U-Boot] [PATCH v3 06/16] FSL DDR: Provide a generic fsl_ddr_sdram_set_lawbar()

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Make fsl_ddr_sdram_set_lawbar() a weak function to allow board code to override if desired. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- drivers/misc/fsl_law.c | 88 1 files

Re: [U-Boot] [PATCH v3 07/16] FSL DDR: Add e500 TLB helper for DDR code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Provide a helper function that board code can call to map TLBs when setting up DDR. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc85xx/tlb.c | 64 +

Re: [U-Boot] [PATCH v3 08/16] FSL DDR: Convert MPC8641HPCN to new DDR code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Makefile |3 + board/freescale/mpc8641hpcn/Makefile |8

Re: [U-Boot] [PATCH v3 09/16] FSL DDR: Convert MPC8610HPCD to new DDR code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8610hpcd/Makefile | 10 +- board/freescale/mpc8610hpcd/ddr.c |

Re: [U-Boot] [PATCH v3 10/16] FSL DDR: Convert MPC8544DS to new DDR code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Makefile |1 + board/freescale/mpc8544ds/Makefile|9 +- board/freescale/mpc8544ds/ddr.c | 242 +

Re: [U-Boot] [PATCH v3 11/16] FSL DDR: Convert MPC8540ADS to new DDR code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8540ads/Makefile | 13 +- board/freescale/mpc8540ads/ddr.c| 282 +++ board/freescale/mpc8540ads/mpc8540ads.c | 16 ++-

Re: [U-Boot] [PATCH v3 16/16] FSL DDR: Convert MPC8548CDS to new DDR code.

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8548cds/Makefile |1 + board/freescale/mpc8548cds/ddr.c| 239

[U-Boot] [patch] i.mx change get_timer(base) to return time since base

2008-08-26 Thread Andrew Dyer
This patch changes get_timer() for i.MX to return the time since 'base' instead of the time since the counter was at zero. Symptom seen is flash timeout errors when erasing or programming a sector using the common cfi flash code. This patch has been discussed before:

Re: [U-Boot] [PATCH v5 05/10] FSL DDR: Add DDR2 support

2008-08-26 Thread Kumar Gala
On Aug 26, 2008, at 3:01 PM, Kumar Gala wrote: Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc8xxx/ddr/ddr2_dimm_params.c | 339 +++ + 1 files changed, 339

Re: [U-Boot] [PATCH v5 00/10] FSL DDR rework

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: 01 - Add proper SPD definitions for DDR1/2/3 02 - FSL DDR: Provide a generic set_ddr_laws() 03 - FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code. 04 - FSL DDR: Add DDR1 DIMM paramter support 05 - FSL DDR: Add DDR2 DIMM

Re: [U-Boot] [PATCH v5 04/10] FSL DDR: Add DDR1 support

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: On Aug 26, 2008, at 3:01 PM, Kumar Gala wrote: Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc8xxx/ddr/ddr1_dimm_params.c |

[U-Boot] libfdt/fdt_ro.c build issues...

2008-08-26 Thread Wolfgang Denk
Dear Kumar, there are build problems with libfdt/fdt_ro.c : ... tools/fdt_ro.c: In function 'fdt_path_offset': tools/fdt_ro.c:158: warning: implicit declaration of function 'fdt_getprop_namelen' tools/fdt_ro.c:158: warning: assignment makes pointer from integer without a cast tools/fdt_ro.c:

Re: [U-Boot] libfdt/fdt_ro.c build issues...

2008-08-26 Thread Jerry Van Baren
Wolfgang Denk wrote: Dear Kumar, there are build problems with libfdt/fdt_ro.c : ... tools/fdt_ro.c: In function 'fdt_path_offset': tools/fdt_ro.c:158: warning: implicit declaration of function 'fdt_getprop_namelen' tools/fdt_ro.c:158: warning: assignment makes pointer from integer

[U-Boot] reinitialize peripherals

2008-08-26 Thread Fundu
I have a PPC440GX based board. Do I need to reinitialize Peripheral Bank Configuration Registers (EBC0_B0CR-EBC0_B7CR) from the kernel ? I'm quite sure that we don't, but just want to make sure. Because the problem that i'm seeing strongly suggest that something isn't initializing. Here's the

[U-Boot] ref: USB OHCI support for phyCore_PXA270

2008-08-26 Thread Paul Wang
Hi All, I have a Dev board phyCore_PXA270 and try to setup USB Mass Storage on u-boot-1.3.3. I have merged the USB files for pxa27x just like what did on Trizepsiv. The host controller is correctly initialized, reporting no error. I am also pretty sure the downstream power has been supplied

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread vb
On Tue, Aug 26, 2008 at 8:06 PM, Fundu [EMAIL PROTECTED] wrote: I have a PPC440GX based board. Do I need to reinitialize Peripheral Bank Configuration Registers (EBC0_B0CR-EBC0_B7CR) from the kernel ? I'm quite sure that we don't, but just want to make sure. Because the problem that i'm

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread Stefan Roese
On Wednesday 27 August 2008, vb wrote: Do I need to reinitialize Peripheral Bank Configuration Registers (EBC0_B0CR-EBC0_B7CR) from the kernel ? I'm quite sure that we don't, but just want to make sure. Because the problem that i'm seeing strongly suggest that something isn't initializing.

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-26 Thread Tom Evans
Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: I followed Ben's instructions and here's the resulting patch. I'm sorry, but this patch is corrupted and cannot be applied. In the original code, there were no spaces but TAB characters used for indentation. Someone

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-26 Thread Ben Warren
Hi Tom, Tom Evans wrote: Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: I followed Ben's instructions and here's the resulting patch. I'm sorry, but this patch is corrupted and cannot be applied. In the original code, there were no spaces but TAB

Re: [U-Boot] [PATCH 2/8] Fix ColdFire FEC warning messages

2008-08-26 Thread Ben Warren
Tsi-Chung Liew wrote: From: TsiChung Liew [EMAIL PROTECTED] Types mismatch and implicit declaration of icache_invalid() warning messages Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- Applied to net tree. Thanks, Ben ___ U-Boot mailing list

Re: [U-Boot] [PATCH] ColdFire: Add FEC Buffer descriptors in SRAM

2008-08-26 Thread Ben Warren
Hi Tsi-Chung, Tsi-Chung Liew wrote: From: TsiChung Liew [EMAIL PROTECTED] Add FEC Buffer descriptors and data buffer in SRAM for faster execution and access. Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- Applied to net repo. thanks, Ben ___

Re: [U-Boot] [patch 0/2] Some minor fixes in the networking layer

2008-08-26 Thread Ben Warren
Remy Bohmer wrote: 2 fixes for the networking layer * 1 fix for a bogus error message when DHCP is used * 1 compile error fix Both patches applied to net repo. thanks, Ben ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions

2008-08-26 Thread Ben Warren
Peter Tyser wrote: cmd_net.c command descriptions were updated to describe the optional hostIPaddr argument. The dhcp command help message was also updated to more closely reflect the other commands in cmd_net.c Signed-off-by: Peter Tyser [EMAIL PROTECTED] --- Applied to net repo.

[U-Boot] [PATCH] JFFS2 command support on OneNAND

2008-08-26 Thread Kyungmin Park
JFFS2 command support on OneNAND Signed-off-by: Kyungmin Park [EMAIL PROTECTED] diff --git a/common/cmd_jffs2.c b/common/cmd_jffs2.c index c031d80..c6920c9 100644 --- a/common/cmd_jffs2.c +++ b/common/cmd_jffs2.c @@ -51,7 +51,7 @@ * mtdids=idmap[,idmap,...] * * idmap:= dev-id=mtd-id -

[U-Boot] [PATCH] ppc4xx: For the Kilauea board include the new PPC4xx SDRAM Controller DDR autocalibration routine.

2008-08-26 Thread agraham
From: Adam Graham [EMAIL PROTECTED] Signed-off-by: Adam Graham [EMAIL PROTECTED] --- cpu/ppc4xx/44x_spd_ddr2.c | 58 ++- cpu/ppc4xx/Makefile|1 + include/asm-ppc/ppc4xx-sdram.h |2 +- include/configs/kilauea.h | 15 ++

Re: [U-Boot] reinitialize peripherals

2008-08-26 Thread Fundu
The problem is that the kernel needs to ioremap the areas you are i'm calling ioremap from linux/driver/mtd/maps/physmap.c and int __init init_physmap(void) the information about the address ranges is the tricky part: it comes from the device tree, (unless you are building your kernel