[U-Boot] USB Keyboard MPC5200B

2008-08-27 Thread Schmid Alexander
Hello I try to use a USB Keyboard with phyCore tiny Board. The LeD`s of the keyboard I can change over USB with the function usb_control_msg(usb_sndpipe...). But if i try to read out from the keyboard there is: Err:Timeout! Can someone help me, how i can read data from keyboard? I tried like

[U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cpu/mpc86xx/ddr-8641.c b/cpu/mpc86xx/ddr-8641.c index 932ef22..f936182 100644 --- a/cpu/mpc86xx/ddr-8641.c +++ b/cpu/mpc86xx/ddr-8641.c @@ -35,7 +35,6 @@

[U-Boot] [PATCH 02/24] FSL DDR: Add e500 TLB helper for DDR code

2008-08-27 Thread Kumar Gala
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 + include/asm-ppc/mmu.h |1 + 2 files changed, 65 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 05/24] FSL DDR: Convert MPC8560ADS to new DDR code.

2008-08-27 Thread Kumar Gala
From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8560ads/Makefile | 13 -- board/freescale/mpc8560ads/ddr.c| 70 +++

[U-Boot] [PATCH 03/24] FSL DDR: Add 85xx specific register setting

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc85xx/Makefile | 19 cpu/mpc85xx/ddr-gen1.c | 120 cpu/mpc85xx/ddr-gen2.c | 74 + cpu/mpc85xx/ddr-gen3.c | 105

[U-Boot] [PATCH 08/24] FSL DDR: Convert MPC8548CDS to new DDR code.

2008-08-27 Thread Kumar Gala
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| 80 +++

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

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8544ds/Makefile|9 +++- board/freescale/mpc8544ds/ddr.c | 80 + board/freescale/mpc8544ds/mpc8544ds.c | 11 +++-- include/configs/MPC8544DS.h | 38 --- 4

[U-Boot] [PATCH 09/24] FSL DDR: Convert MPC8568MDS to new DDR code.

2008-08-27 Thread Kumar Gala
From: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/freescale/mpc8568mds/Makefile | 14 -- board/freescale/mpc8568mds/ddr.c| 81 +++

[U-Boot] [PATCH 12/24] FSL DDR: Convert atum8548 to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/atum8548/Makefile|9 +++-- board/atum8548/atum8548.c |8 +++- board/atum8548/ddr.c | 80 include/configs/ATUM8548.h | 64 +-- 4 files changed,

[U-Boot] [PATCH 13/24] FSL DDR: Convert sbc8548 to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/sbc8548/Makefile|9 +++-- board/sbc8548/ddr.c | 80 + board/sbc8548/sbc8548.c |5 ++- include/configs/sbc8548.h | 31 ++--- 4 files changed, 108 insertions(+), 17

[U-Boot] [PATCH 14/24] FSL DDR: Convert PM854 to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/pm854/Makefile|9 -- board/pm854/ddr.c | 70 +++ board/pm854/pm854.c |6 +++- include/configs/PM854.h | 58 +++ 4 files changed, 109

[U-Boot] [PATCH 16/24] FSL DDR: Convert MPC8540EVAL to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/mpc8540eval/Makefile | 12 -- board/mpc8540eval/ddr.c | 70 +++ board/mpc8540eval/mpc8540eval.c |6 +++- include/configs/MPC8540EVAL.h | 26 ++ 4 files changed, 102

[U-Boot] [PATCH 17/24] FSL DDR: Convert SBC8560 to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/sbc8560/Makefile|9 -- board/sbc8560/ddr.c | 70 + board/sbc8560/sbc8560.c |6 +++- board/sbc8560/u-boot.lds |1 - include/configs/SBC8540.h | 22 --

[U-Boot] [PATCH 19/24] FSL DDR: Convert STXSSA to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/stxssa/Makefile|9 -- board/stxssa/ddr.c | 70 ++ board/stxssa/stxssa.c|6 +++- board/stxssa/u-boot.lds |1 - include/configs/stxssa.h | 30 +++ 5

[U-Boot] [PATCH 18/24] FSL DDR: Convert STXGP3 to new DDR code.

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- board/stxgp3/Makefile| 12 +-- board/stxgp3/ddr.c | 70 ++ board/stxgp3/stxgp3.c|6 +++- board/stxgp3/u-boot.lds |1 - include/configs/stxgp3.h | 30 +++ 5

[U-Boot] [PATCH 24/24] mpc85xx: remove redudant code with lib_ppc/interrupts.c

2008-08-27 Thread Kumar Gala
For some reason we duplicated the majority of code in lib_ppc/interrupts.c not show how that happened, but there is no good reason for it. Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why they exist. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc85xx/interrupts.c |

[U-Boot] [PATCH 20/24] FSL DDR: Remove old SPD support from cpu/mpc85xx

2008-08-27 Thread Kumar Gala
All 85xx 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/mpc85xx/Makefile | 12 - cpu/mpc85xx/spd_sdram.c | 1154 - include/configs/TQM85xx.h |4 +

[U-Boot] [PATCH 22/24] mpc85xx: Add support for the MPC8536

2008-08-27 Thread Kumar Gala
The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We also have SERDES init code for the 8536. Signed-off-by: Kumar Gala [EMAIL PROTECTED] Signed-off-by: Srikanth Srinivasan [EMAIL PROTECTED] Signed-off-by: Dejan Minic [EMAIL PROTECTED] Signed-off-by: Jason Jin [EMAIL PROTECTED]

[U-Boot] [PATCH 21/24] mpc85xx: Add support for the MPC8572DS reference board

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- MAKEALL |1 + Makefile |3 + board/freescale/mpc8572ds/Makefile| 54 +++ board/freescale/mpc8572ds/config.mk | 32 ++ board/freescale/mpc8572ds/ddr.c | 81 +

[U-Boot] [PATCH 23/24] mpc85xx: Add support for the MPC8536DS reference board

2008-08-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] Signed-off-by: Srikanth Srinivasan [EMAIL PROTECTED] Signed-off-by: Dejan Minic [EMAIL PROTECTED] Signed-off-by: Jason Jin [EMAIL PROTECTED] Signed-off-by: Dave Liu [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- MAKEALL

Re: [U-Boot] reinitialize peripherals

2008-08-27 Thread Fundu
i'm calling ioremap from linux/driver/mtd/maps/physmap.c and int __init init_physmap(void) i think i found what the problem is. stupid fault the size was incorrect in the map_info structure's .size set to 64mb instead of 128mb and that's why i couldn't work with the upper 64mb. will try

[U-Boot] [PATCH] Add support for KMC KZM-ARM11-01 board

2008-08-27 Thread Atsuo Igarashi
This patch adds support for KMC KZM-ARM11-01 board. Signed-off-by Atsuo Igarashi [EMAIL PROTECTED] MAKEALL |1 + Makefile|3 + board/kzm_arm11/Makefile| 49 +++ board/kzm_arm11/config.mk |1 +

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-08-27 Thread Ben Warren
Hi Josh Frank, A few nits. Overall a nice patch. One question: Will multicast TFTP still work when this is applied? Josh Boyer wrote: From: Frank Haverkamp [EMAIL PROTECTED] http://tools.ietf.org/html/rfc2348 describes the TFTP block size option which allows larger packtes than the 512

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

2008-08-27 Thread Wolfgang Denk
Dear Jerry Van Baren, In message [EMAIL PROTECTED] you wrote: 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:

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

2008-08-27 Thread Wolfgang Denk
Dear Jerry Van Baren, In message [EMAIL PROTECTED] you wrote: ... 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

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

2008-08-27 Thread Wolfgang Denk
Dear Ben Warren, In message [EMAIL PROTECTED] you wrote: The only 100%* way to send patches is using git-send-email, but it's a small pain to set up especially if you're not going to be using it much. oops? What do you mean by pain to set up ? You don;t have to set up anything. Just type:

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

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Wolfgang Denk wrote: The only 100%* way to send patches is using git-send-email, but it's a small pain to set up especially if you're not going to be using it much. oops? What do you mean by pain to set up ? You don;t have to set up anything. Just type:

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

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Wolfgang Denk wrote: Just type: git-send-email --to u-boot@lists.denx.de patch... You forgot about the configuration you have done in your ~/.gitconfig file ([sendemail] section, smtpserver...). But is not really hard to configure. And it really is

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

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, [EMAIL PROTECTED] wrote: From: Adam Graham [EMAIL PROTECTED] Thanks. Please find some comments below. Signed-off-by: Adam Graham [EMAIL PROTECTED] --- cpu/ppc4xx/44x_spd_ddr2.c | 58 ++- cpu/ppc4xx/Makefile|

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

2008-08-27 Thread Wolfgang Denk
Dear Stefan Roese, In message [EMAIL PROTECTED] you wrote: Hmmm. Then I'm really curious how git-send-email know to which SMTP server to send this mail. It runs sendmail to send the message, assuming you have a working mail configuration on your host. Best regards, Wolfgang Denk --

[U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello, [POWERPC] TQM8272: Fix compiling error for the TQM8272 board. tqm8272.c: In function 'upmnand_hwcontrol': tqm8272.c:1086: warning: implicit declaration of function 'writeb' tqm8272.c: In function 'board_nand_init': tqm8272.c:1193: error: 'struct nand_chip' has no member named 'write_byte'

[U-Boot] Bug ? at91rm9200dk mach-type

2008-08-27 Thread Claudio Scordino
Hi all, before Linux developers removed the default mach type for at91rm9200 boards, I was able of booting Linux on my at91rm9200dk board using U-Boot. After developers removed the default value, I couldn't boot Linux anymore. The problem seems related to U-Boot, which passes a wrong mach

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Stefan Roese
Hi Heiko, On Wednesday 27 August 2008, Heiko Schocher wrote: snip +++ b/board/tqc/tqm8272/tqm8272.c @@ -1066,38 +1066,24 @@ int update_flash_size (int flash_size) #include nand.h #include linux/mtd/mtd.h -static u8 hwctl = 0; - static void upmnand_hwcontrol(struct mtd_info *mtd, int

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

2008-08-27 Thread Wolfgang Denk
Dear Adam, in message [EMAIL PROTECTED] you wrote: 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 |

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: On Wednesday 27 August 2008, Heiko Schocher wrote: snip +++ b/board/tqc/tqm8272/tqm8272.c @@ -1066,38 +1066,24 @@ int update_flash_size (int flash_size) #include nand.h #include linux/mtd/mtd.h -static u8 hwctl = 0; - static void

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

2008-08-27 Thread JerryVanBaren
Wolfgang Denk wrote: Dear Jerry Van Baren, In message [EMAIL PROTECTED] you wrote: ... 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

Re: [U-Boot] Pull request - net

2008-08-27 Thread Wolfgang Denk
Dear Ben Warren, In message [EMAIL PROTECTED] you wrote: The following changes since commit b5710d9974f6f0f3ddb4e67d6262ab37049e: Kumar Gala (1): FSL DDR: Remove old SPD support from cpu/mpc86xx are available in the git repository at: git://git.denx.de/u-boot-net.git

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Stefan Roese
On Wednesday 27 August 2008, Heiko Schocher wrote: You have integrated this NAND driver into the tqm8272.c source file. I suggest you move this at some time into the drivers/mtd/nand directory. Is it a Why? That are just the boardspecific routines, not a complete NAND driver! It looks

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

2008-08-27 Thread Ricardo Ribalda Delgado
This patch provides an unificated way of handling xilinx v5 ppc440 boards. It unificates 3 different things: 1) Source code A new board called ppc440-generic has been created. This board includes a generic tlb initialization (Maps the whole memory into virtual) and defines board_pre_init,

[U-Boot] Close bug

2008-08-27 Thread Ricardo
Hello I have been taken a look to http://bugs.denx.de/databases/u-boot and the bug http://bugs.denx.de/databases/u-boot/prs/8 has been already solved in d0039d4ed275e6ca09fb417895024ad02be118c4 Anyone with permissions, please close it. BTW, could anyone explain me what happens to the

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

2008-08-27 Thread Ben Warren
Wolfgang Denk wrote: Dear Ben Warren, In message [EMAIL PROTECTED] you wrote: The only 100%* way to send patches is using git-send-email, but it's a small pain to set up especially if you're not going to be using it much. oops? What do you mean by pain to set up ? You don;t have

Re: [U-Boot] how to support usbtty

2008-08-27 Thread mike zheng
I am using an embedded system with MPC8567 as processor and ISP1561 as USB PCI host controller. There is USB port on this board. A sealevel USB/RS232 cable is connect to the USB port on the board, and it converts USB port into RS232 port. A PC is connected to the RS232 end of the cable. With

Re: [U-Boot] NAND: bad block in whole chip

2008-08-27 Thread Alemao
Hi, Continuing with NAND problems... I replaced: #define CFG_LCRR (LCRR_DBYP | LCRR_CLKDIV_4) by: #define CFG_LCRR (LCRR_DBYP | LCRR_CLKDIV_8) And now I can read and there is only one bad block, but no erase or write yet: (I checked WP and its correct, 3.3V) = nand read.jffs2

Re: [U-Boot] network bootp/tftp hang with tsec on MPC8343

2008-08-27 Thread JerryVanBaren
Andre Schwarz wrote: Huh - problem solved. It's been a memory setup issue :-( But I still wonder why the error is forced, i.e. happens more often, when using network on u-boot. If it is a SDRAM (DDR/DDR2) configuration issue, it likely is the DMA happening from network activity that is

[U-Boot] [PATCH 0/6] Support NAND in fw_printenv/fw_setenv

2008-08-27 Thread Guennadi Liakhovetski
What follows is a patch series to support NAND environment under Linux, including bad blocks. In principle, this is just one logical change, but it is a big one... So I split it into 6 smaller patches, which should be easier to review. Tested with and without redundant environment, with an

[U-Boot] [PATCH 2/6] Separate flash read and write operations

2008-08-27 Thread Guennadi Liakhovetski
The flash_io function was used for both read and write operations, whereby very little code was shared between the two modes. By breaking this function we simplify the code and save one level of identation. Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- tools/env/fw_env.c | 280

[U-Boot] [PATCH 3/6] return is not a function

2008-08-27 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- tools/env/fw_env.c | 88 ++-- 1 files changed, 44 insertions(+), 44 deletions(-) diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 6f7fdb2..2c82970 100644 ---

[U-Boot] [PATCH 4/6] Unify active vs. redundant environment variable naming

2008-08-27 Thread Guennadi Liakhovetski
Use consistent naming for active and redundant environment variables, remove redundant erase struct initialisation by using separate structs for the active and redundant environments. Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- tools/env/fw_env.c | 129

[U-Boot] [PATCH 5/6] Support environment anywhere within erase area

2008-08-27 Thread Guennadi Liakhovetski
This will become more important with NAND support, in which case the minimum erase region is a block, which consists of several pages and can be 256KiB large. Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- tools/env/fw_env.c | 125 +++

[U-Boot] [PATCH 6/6] Support environment in NAND

2008-08-27 Thread Guennadi Liakhovetski
Add support for environment in NAND with automatic recognition, including unaligned environment, bad-block skipping, redundant environment copy. Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- tools/env/fw_env.c | 344 +++- 1 files

Re: [U-Boot] network bootp/tftp hang with tsec on MPC8343

2008-08-27 Thread Andre Schwarz
JerryVanBaren schrieb: Andre Schwarz wrote: Huh - problem solved. It's been a memory setup issue :-( But I still wonder why the error is forced, i.e. happens more often, when using network on u-boot. If it is a SDRAM (DDR/DDR2) configuration issue, it likely is the DMA happening from

Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-27 Thread Dirk Behme
Dirk Behme wrote: While preparing U-Boot patches for ARM Cortex A8 based OMAP3 [1], we found that we use CodeSourcery ARM toolchain [2], and the way we locally modified main Makefile to use this toolchain is most probably incompatible with mainline. Please find below some diffs what we

[U-Boot] Please pull u-boot-mpc85xx.git

2008-08-27 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Jon Loeliger (5): FSL DDR: Convert MPC8560ADS to new DDR code. FSL DDR: Convert MPC8555ADS to new DDR code. FSL DDR: Convert MPC8541CDS to new DDR code. FSL DDR: Convert MPC8548CDS

Re: [U-Boot] how to support usbtty

2008-08-27 Thread Bryan O'Donoghue
On Wed, 27 Aug 2008 10:20:58 -0400 mike zheng [EMAIL PROTECTED] wrote: I am using an embedded system with MPC8567 as processor and ISP1561 as USB PCI host controller. There is USB port on this board. A sealevel USB/RS232 cable is connect to the USB port on the board, and it converts USB port

Re: [U-Boot] how to support usbtty

2008-08-27 Thread Bryan O'Donoghue
On Wed, 27 Aug 2008 10:20:58 -0400 mike zheng [EMAIL PROTECTED] wrote: Or is there any other solution for me? I don't have to use the USB-RS232 cable. I just need the Uboot console from USB port. One more thing. If the isp1561 supports slave mode - you can implement usbdcore_isp1561.c and add

[U-Boot] [PATCH v2] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello, [POWERPC] TQM8272: Fix compiling error for the TQM8272 board. tqm8272.c: In function 'upmnand_hwcontrol': tqm8272.c:1086: warning: implicit declaration of function 'writeb' tqm8272.c: In function 'board_nand_init': tqm8272.c:1193: error: 'struct nand_chip' has no member named 'write_byte'

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Scott Wood
On Wed, Aug 27, 2008 at 01:08:14PM +0200, Heiko Schocher wrote: static void upmnand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) { struct nand_chip *this = mtd-priv; + ulong base = (ulong) (this-IO_ADDR_W + chipsel * CFG_NAND_CS_DIST); + unsigned char byte =

Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-27 Thread ksi
On Wed, 27 Aug 2008, Wolfgang Denk wrote: Dear Dirk, In message [EMAIL PROTECTED] you wrote: ... Now, the remaining question is what to do with +CROSS_COMPILE = arm-none-linux-gnueabi- +PLATFORM_CPPFLAGS += -march=armv7a we still have above. Checking our code, it seems we need

[U-Boot] BUG: hang with an empty flash (due to recent bootm changes) bisected

2008-08-27 Thread Ira Snyder
Hello, I'm working with an MPC8349EMDS board, doing testing. I usually just leave the flash blank, and let the autoboot time out, where it sits with the following message: Hit any key to stop autoboot: 0 Wrong Image Format for bootm command ERROR: can't get kernel image! = Since commit

Re: [U-Boot] BUG: hang with an empty flash (due to recent bootm changes) bisected

2008-08-27 Thread Kumar Gala
On Aug 27, 2008, at 4:49 PM, Ira Snyder wrote: Hello, I'm working with an MPC8349EMDS board, doing testing. I usually just leave the flash blank, and let the autoboot time out, where it sits with the following message: Hit any key to stop autoboot: 0 Wrong Image Format for bootm

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2008-08-27 Thread Wolfgang Denk
Dear Andy Fleming, In message [EMAIL PROTECTED] you wrote: are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Jon Loeliger (5): FSL DDR: Convert MPC8560ADS to new DDR code. FSL DDR: Convert MPC8555ADS to new DDR code. FSL DDR:

Re: [U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Jon Loeliger
Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied. Jon, I hope it is OK that I pulled this in directly. Absolutely!

Re: [U-Boot] BUG: hang with an empty flash (due to recent bootm changes) bisected

2008-08-27 Thread Ira Snyder
On Wed, Aug 27, 2008 at 05:20:17PM -0500, Kumar Gala wrote: On Aug 27, 2008, at 4:49 PM, Ira Snyder wrote: Hello, I'm working with an MPC8349EMDS board, doing testing. I usually just leave the flash blank, and let the autoboot time out, where it sits with the following message: Hit

Re: [U-Boot] BUG: hang with an empty flash (due to recent bootm changes) bisected

2008-08-27 Thread Wolfgang Denk
Dear Ira Snyder, In message [EMAIL PROTECTED] you wrote: = printenv bootcmd bootcmd=run flash_self = printenv flash_self flash_self=run ramargs addip addtty;bootm ${kernel_addr} ${ramdisk_addr} = printenv ramargs addip addtty kernel_addr ramdisk_addr ramargs=setenv bootargs root=/dev/ram

Re: [U-Boot] [PATCH 01/24] FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.

2008-08-27 Thread Kumar Gala
On Aug 27, 2008, at 5:37 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message 1219817457-7432-1-git-send-email- [EMAIL PROTECTED] you wrote: Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc86xx/ddr-8641.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied. Jon,

Re: [U-Boot] [PATCH v2 0/6] i.MX31: Add NAND support and new PDK board.

2008-08-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:30 Mon 18 Aug , Magnus Lilja wrote: Hi again This series of patches adds support for the NAND flash controller in the i.MX31 device and also introduces the Freescale i.MX31 PDK board. Changes since v1: Do you have any plans to send a V3 before the end of the merge window?

Re: [U-Boot] BUG: hang with an empty flash (due to recent bootm changes) bisected

2008-08-27 Thread Ira Snyder
On Thu, Aug 28, 2008 at 01:04:17AM +0200, Wolfgang Denk wrote: Dear Ira Snyder, In message [EMAIL PROTECTED] you wrote: = printenv bootcmd bootcmd=run flash_self = printenv flash_self flash_self=run ramargs addip addtty;bootm ${kernel_addr} ${ramdisk_addr} = printenv ramargs addip

[U-Boot] ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller

2008-08-27 Thread Prodyut Hazarika
From bdc99201a532b040b3d346fca5acff8332d670e4 Mon Sep 17 00:00:00 2001 From: Prodyut Hazarika [EMAIL PROTECTED] Date: Wed, 27 Aug 2008 16:26:36 -0700 Subject: [PATCH] Optimizations/Cleanups for IBM DDR2 memory controller Removed Magic numbers from Initialization preload registers Tested with

[U-Boot] PATCH: U-Boot support for Olimex SAM9L-9260 development board

2008-08-27 Thread Markus Kammerstetter
Hi, I added support for the Olimex SAM9L-9260 development board to the current git source tree. The original code is from the at91sam9260ek implementation and has been modified to work with the Olimex board. I also changed cpu/arm926ejs/at91/ether.c to be able to specify a custom PHY address

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: On Wed, Aug 27, 2008 at 01:08:14PM +0200, Heiko Schocher wrote: static void upmnand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) { struct nand_chip *this = mtd-priv; +ulong base = (ulong) (this-IO_ADDR_W + chipsel *

[U-Boot] [PATCH 1/2] net: smc911x: Add pkt_data_pull and pkt_data_push function

2008-08-27 Thread Nobuhiro Iwamatsu
The RSK7203 board has the SMSC9118 wired up 'incorrectly'. Byte-swapping is necessary, and so poor performance is inevitable. This problem cannot evade by the swap function of CHIP, this can evade by software Byte-swapping. And this has problem by FIFO access only. pkt_data_pull/pkt_data_push

[U-Boot] [PATCH] sh: Add support sh2 to MAKEALL

2008-08-27 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 56cc38d..752ed68 100755 --- a/MAKEALL +++ b/MAKEALL @@ -803,7 +803,7 @@ do |mips|mips_el \ |nios|nios2 \

[U-Boot] [PATCH] sh: Fix compile error sh7785lcr board

2008-08-27 Thread Nobuhiro Iwamatsu
This boards used old type preprocessor. This patch fix compile error. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/sh7785lcr.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index