Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:40 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1232603494-14583-2-git-send-email-plagn...@jcrosoft.com you wrote: diff --git a/board/armadillo/armadillo.c b/board/armadillo/armadillo.c index ca5bd1d..e9be758 100644 ---

Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:51 Thu 22 Jan , Jens Gehrlein wrote: Jean-Christophe PLAGNIOL-VILLARD schrieb: diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c index ae93444..4b72d57 100644 --- a/board/imx31_phycore/imx31_phycore.c +++ b/board/imx31_phycore/imx31_phycore.c

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
diff --git a/cpu/ixp/npe/Makefile b/cpu/ixp/npe/Makefile index 25117d7..aa664a1 100644 --- a/cpu/ixp/npe/Makefile +++ b/cpu/ixp/npe/Makefile @@ -29,7 +29,7 @@ LOCAL_CFLAGS += -I$(TOPDIR)/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB CFLAGS += $(LOCAL_CFLAGS) HOST_CFLAGS

[U-Boot] [PATCH] USB: Add high-speed (480Mb/s) to all USB related outputs

2009-01-22 Thread Stefan Roese
With this patch the USB related connection speed output (usb tree command and debug output) is now high-speed enabled. This patch also fixes a compilation warning when debugging is enabled. Signed-off-by: Stefan Roese s...@denx.de --- This patch is a replacement for the patch USB: Change usb

Re: [U-Boot] [PATCH 3/5] ixp: move pci init in arm/board instead of cpu

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122081513.ga15...@game.jcrosoft.org you wrote: + pci_init(); + return 0; +} Maybe pci_init() should return some error code? no it does not I am aware that it doesn't. I wrote: It *should* return some error code. Best

Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122082908.gc15...@game.jcrosoft.org you wrote: - /* arch number MACH_TYPE_ARMADILLO - not official*/ - gd-bd-bi_arch_number = 83; + gd-bd-bi_arch_number = MACH_TYPE_ARMADILLO; ... You actually CHANGE the arch_number here; you need

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122081934.gb15...@game.jcrosoft.org you wrote: Given the fact that we don't have the needed npe files in the U-Boot source tree, and that nobodu can legally include this because of the licensing issues, should we not rather remove that

[U-Boot] [GIT PULL] avr32 fix for v2009.01

2009-01-22 Thread Haavard Skinnemoen
Hi Wolfgang, Please pull git://git.denx.de/u-boot-avr32.git master to receive the following build fix for avr32 (all boards are affected). Haavard Skinnemoen (2): avr32: Remove second definition of virt_to_phys() Merge branch 'fixes' include/asm-avr32/io.h |9 ++--- 1

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:48 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122081934.gb15...@game.jcrosoft.org you wrote: Given the fact that we don't have the needed npe files in the U-Boot source tree, and that nobodu can legally include this because of the

Re: [U-Boot] [PATCH 3/5] ixp: move pci init in arm/board instead of cpu

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:41 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122081513.ga15...@game.jcrosoft.org you wrote: + pci_init(); + return 0; +} Maybe pci_init() should return some error code? no it does not I am aware that

Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:46 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122082908.gc15...@game.jcrosoft.org you wrote: - /* arch number MACH_TYPE_ARMADILLO - not official*/ - gd-bd-bi_arch_number = 83; + gd-bd-bi_arch_number =

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122110942.ga22...@game.jcrosoft.org you wrote: I ask if it would not make more sense to remove all this code and drop support for these nun-working boards, especially since nobody cares to fix them. I agree but I've not the time to

[U-Boot] U-Boot hangs after uncompressing kernel image on MPC5200B

2009-01-22 Thread Marco Antônio Possamai
Hello, all. My goal is to succesfully pass a 2.6.26 linux kernel to the MPC5200B using the three-argument command bootm. I'm using the DENX ELDK toolchain, the U-Boot v1.2.0, the dtc-v1.2.0 (latest device tree compiler), and a suitable tftp-server pointing to /tftpboot/5200. I've built the

Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, all affected board maintainers I've found in the current u-boot code some errors on the machine id could take a look on your board nb: e-mail forwaded following Best Regards, J. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com diff --git

[U-Boot] [PATCH 2/2] at91sam9263ek: active watchdog support via at91sam9263ek_wdt_config

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile|5 + include/configs/at91sam9263ek.h |5 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index c3f089d..2fb0c42 100644 --- a/Makefile

[U-Boot] [PATCH 1/2] at91sam9: add watchdog support

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- Makefile |1 + doc/README.at91 |9 drivers/serial/atmel_usart.c |4 +- drivers/watchdog/Makefile| 46

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:32 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122110942.ga22...@game.jcrosoft.org you wrote: I ask if it would not make more sense to remove all this code and drop support for these nun-working boards, especially since nobody

Re: [U-Boot] U-Boot hangs after uncompressing kernel image on MPC5200B

2009-01-22 Thread Grant Likely
On Thu, Jan 22, 2009 at 4:05 AM, Marco Antônio Possamai marco.possa...@mail.com wrote: Hello, all. My goal is to succesfully pass a 2.6.26 linux kernel to the MPC5200B using the three-argument command bootm. [...] I've built the image using the make ARCH=powerpc zImage command. It creates

[U-Boot] Custom MPC8548 boot using FDT problem

2009-01-22 Thread Pieter
Hi all I have been working on booting our custom MPC8548 board using a FDT. The board boots up to the point where controll is passed to Linux and then nothing happens. I have plased the final part of the console output at the bottom of this message. Does anyone have an idea about what is going

Re: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122111348.gc22...@game.jcrosoft.org you wrote: board/lpc2292sodimm/lpc2292sodimm.c: 42 /* arch number MACH_TYPE_ARMADILLO - not official*/ 43 gd-bd-bi_arch_number = 83; I've not find it in the official

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122112548.ge22...@game.jcrosoft.org you wrote: I suggest we remove the code for these broken boards from the U-Boot tree. ... we can easly fix it by removing the option to embedeed the FW and update the board config to load it from

Re: [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile

2009-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:35 Thu 22 Jan , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090122112548.ge22...@game.jcrosoft.org you wrote: I suggest we remove the code for these broken boards from the U-Boot tree. ... we can easly fix it by removing the option to embedeed

Re: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S

2009-01-22 Thread Kim Phillips
On Thu, 22 Jan 2009 10:00:56 -0800 (PST) Ron Madrid ron_mad...@sbcglobal.net wrote: Since my new board patch is dependent on this being applied is it possible to now resubmit my new board patch? I thought you'd never ask :) please base it on u-boot-mpc83xx next. Kim

[U-Boot] Freiheit durch Auslands-Kredit

2009-01-22 Thread Geld ist knapp?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

[U-Boot] Unser Auslands-Kredit hilft!

2009-01-22 Thread Alles zu teuer?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

[U-Boot] Unser Auslands Kredit zu TOP Konditionen

2009-01-22 Thread Ihr Kreditwunsch?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

[U-Boot] mpc8313erdb: crash in image_print_type()

2009-01-22 Thread Matthew L. Creech
I'm building U-Boot 2009.01 for the MPC8313 ERDB. The issue I'm having is that when attempting to boot the kernel (or even when doing an imi command), I either get a bunch of garbage dumped to the screen or a machine check exception: = imi 10 ## Checking Image at 0010 ... Legacy

[U-Boot] Unser Auslands-Kredit hilft!

2009-01-22 Thread Probleme mit der Bank?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

Re: [U-Boot] mpc8313erdb: crash in image_print_type()

2009-01-22 Thread Scott Wood
Matthew L. Creech wrote: I'm building U-Boot 2009.01 for the MPC8313 ERDB. The issue I'm having is that when attempting to boot the kernel (or even when doing an imi command), I either get a bunch of garbage dumped to the screen or a machine check exception: = imi 10 ## Checking

[U-Boot] Unser Auslands Kredit zu TOP Konditionen

2009-01-22 Thread Dispo überzogen?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

Re: [U-Boot] mpc8313erdb: crash in image_print_type()

2009-01-22 Thread Wolfgang Denk
Dear Scott Wood, In message 4978dcb3.1030...@freescale.com you wrote: When booting from NAND, u-boot is loaded at that address. It relocates to the end of memory, but the relocation process is incomplete and some things like strings still refer to the previous image. When booting But

Re: [U-Boot] mpc8313erdb: crash in image_print_type()

2009-01-22 Thread Scott Wood
Wolfgang Denk wrote: Dear Scott Wood, In message 4978dcb3.1030...@freescale.com you wrote: When booting from NAND, u-boot is loaded at that address. It relocates to the end of memory, but the relocation process is incomplete and some things like strings still refer to the previous image.

Re: [U-Boot] Custom MPC8548 boot using FDT problem

2009-01-22 Thread Jerry Van Baren
Pieter wrote: Hi all I have been working on booting our custom MPC8548 board using a FDT. The board boots up to the point where controll is passed to Linux and then nothing happens. I have plased the final part of the console output at the bottom of this message. Does anyone have an

[U-Boot] Freiheit durch Auslands-Kredit

2009-01-22 Thread Geldsorgen?
Guten Tag, sind Sie auch Opfer der Finanzkrise? Sie wollen einen Kredit - und Ihre Hausbank sagt Nein ... dann holen Sie sich doch Ihren Kredit im Ausland! Nutzen Sie die Chance, die Ihnen der osteuropäische Finanzmarkt jetzt bietet. Bei uns bekommen Sie

Re: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S

2009-01-22 Thread Ron Madrid
Should this go to the main u-boot mail list or should I send it somewhere else? Ron --- On Thu, 1/22/09, Kim Phillips kim.phill...@freescale.com wrote: From: Kim Phillips kim.phill...@freescale.com Subject: Re: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S To:

[U-Boot] [PATCH v4] mpc83xx: New board support for SIMPC8313

2009-01-22 Thread Ron Madrid
This patch will create a new board, SIMPC8313, from Sheldon Instruments. This board boots from NAND devices and is configureable for either large or small page devices. The board supports non-soldered DDR2, one ethernet port, a Marvell 88E1118 PHY, and PCI host support. The board also has a

[U-Boot] Problem erasing Flash in U-boot 2008.10

2009-01-22 Thread Pieter
I am also not able to erase my flash in U-Boot 2008.10 (nor Flash) . All flash operations worked correctly in U-boot 1.2 . I am using The CFI driver and the output of flinfo in both U-boot 1.2 and U-Boot 2008 are the same: Bank # 1: CFI conformant FLASH (32 x 16) Size: 128 MB in 512 Sectors