[U-Boot] MPC837x board_pci_host_broken() ?

2010-10-22 Thread André Schwarz
Dave, stumbled over board_pci_host_broken() in board/freescale/mpc837xemds/mpc837xemds.c Is this a board specific error (wiring) or a CPU issue ? Wonder if this could apply to my MPC8377 based system, too ... Regards, André MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler

[U-Boot] [MPC83xx] broken patch do not fixup NULL ptrs ?

2010-10-22 Thread André Schwarz
Joakim, your commit d1e0b10accdbac2e0a8b2cbf7c589645442f87c5 renders my MPC8377 based board unbootable. Two weeks ago I got this after power on : U-Boot 2010.09-00486-gfda6278-dirty (Oct 22 2010 - 16:19:20) MPC83XX Reset Status: CPU: e300c4, MPC8377, Rev: 2.1 at 533.333 MHz, CSB:

Re: [U-Boot] [MPC83xx] broken patch do not fixup NULL ptrs ?

2010-10-22 Thread André Schwarz
On Fri, 2010-10-22 at 16:56 +0200, Joakim Tjernlund wrote: André Schwarz andre.schw...@matrix-vision.de wrote on 2010/10/22 16:30:49: Joakim, your commit d1e0b10accdbac2e0a8b2cbf7c589645442f87c5 renders my MPC8377 based board unbootable. Two weeks ago I got this after

[U-Boot] Typo in ehci-fsl ?

2010-10-21 Thread André Schwarz
Damien, I get a build error on MVBLM7 board on current top of tree. In file include/usb/ehci-fsl.h line 164 checks for CONFIG_MPC83XX introduced by commit 29c6fbe0471afd7ffa41fcb2103eec5b53294897 Author: Damien Dusha d.du...@gmail.com Date: Thu Oct 14 15:27:06 2010 +0200 MPC5121: Add

Re: [U-Boot] MPC8377: SVR wrong ?

2010-10-18 Thread André Schwarz
Kim, Timur, after spending some more hours there's some success in MPC8377 based board bring up. After using I2C for HRCW boot sequencing it is working fine now. BDI setup is also up and running, i.e. DDR and Flash are working fine. U-Boot is starting properly and hangs after

[U-Boot] MPC8377: SVR wrong ?

2010-10-14 Thread André Schwarz
Kim, Timur, after spending some more hours there's some success in MPC8377 based board bring up. After using I2C for HRCW boot sequencing it is working fine now. BDI setup is also up and running, i.e. DDR and Flash are working fine. U-Boot is starting properly and hangs after relocation, but

[U-Boot] MPC8377 system bring up

2010-10-08 Thread André Schwarz
Kim, Timur, we got a new board out of production these days. It's a MPC8377 based system with PCI/PCIe peripherals and Nor+Nand-Flash on LocalBus ... nothing special. Nevertheless I need a little help. No basic errors so far, i.e. power, clocks and reset are working fine. Made a new Board

Re: [U-Boot] MPC8377 system bring up

2010-10-08 Thread André Schwarz
Timur, Are there any obvious issues I have missed so far ? Nothing obvious to me. I haven't done much work at this level of U-Boot bring-up, but I would think that failure to assert LCS0 points to a LAWBAR problem. Perhaps you have overlapping LAWs? Actually I'm pretty sure that

Re: [U-Boot] [PATCH] PowerPC: change board specific early pci_init() into generic.

2010-10-05 Thread André Schwarz
, I can fix this when applying; please just confirm that this is only a typo and not something I don't understand] thank you. Regards, André Schwarz MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner

[U-Boot] [RFC] move nand_init after pci_init in arch/powerpc/lib/board.c ?

2010-10-01 Thread André Schwarz
Actually I'm trying to implement a simple bitbanged Nand-Flash device connected to a PCI FPGA. I'm running latest U-Boot on mvBL-M7 board (MPC8343). Unfortunately nand_init() gets called before pci_init() within arch/powerpc/lib/board.c ? Is there any possibility to defer nand_init after

[U-Boot] variable substitution not working with cp.b

2010-09-22 Thread André Schwarz
I'm running on MVBLM7 board using CONFIG_SYS_HUSH_PARSER. While working on some scripts using env-variables holding some physical address values I stumbled over this : my env-variables used : loadaddr=0x40 kernel_addr=0xff81000 kernel_len=0x20 mvBL-M7 erase $kernel_addr

Re: [U-Boot] variable substitution not working with cp.b

2010-09-22 Thread André Schwarz
On Wed, 2010-09-22 at 04:36 -0400, Mike Frysinger wrote: On Wednesday, September 22, 2010 04:21:34 André Schwarz wrote: loadaddr=0x40 mvBL-M7 cp.b $load_addr $kernel_addr $kernel_len loadaddr != load_addr -mike hrmpf - brown paper bag again Thanks, André MATRIX VISION GmbH

[U-Boot] Question on non-muxed eLBC at Freescale PQ II/III

2010-07-15 Thread André Schwarz
issues with non-muxed mode ? Any hints are welcome. Regards, André Schwarz MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich

Re: [U-Boot] Link problem with eTSEC2 on P2020RDB

2010-06-23 Thread André Schwarz
Felix, nice to hear that your problem is fixed. Since I'm using VSC8601 PHY with RGMII interface this looks like a different issue. Cheers, André On Tue, 2010-06-22 at 23:04 +0300, Felix Radensky wrote: Hi, eTSEC2 is unusable with TOT master on P2020RDB RevC. The following example

[U-Boot] mpc8343: TSEC1 @ RGMII stopped working

2010-06-21 Thread André Schwarz
Kim, the 2nd TSEC has stopped working on both U-Boot and Linux on our MPC8343 based system (MVBLM7). Actually I stumbled over this by accident... TSEC0+1 are using an VSC8601 connected via RGMII. Since both Bootloader (U-Boot 2010.3) and OS (Linux 2.6.26.27) are affected I suspect a

Re: [U-Boot] mpc8343: TSEC1 @ RGMII stopped working

2010-06-21 Thread André Schwarz
Felix, I have the same problem on P2020RDB (VSC7385 with RGMII) with TOT u-boot. The last working version seems to be u-boot-2009.11. Didn't have time to git-bisect that yet. huh - this is good news :-) Thought we have a production issue... Hopefully I find some time next week to dig

Re: [U-Boot] [PATCH] mvsmr: fix link error

2010-04-13 Thread André Schwarz
Anatolij, thanks for fixing this. On Tue, 2010-04-13 at 14:47 +0200, Anatolij Gustschin wrote: MVSMR board support doesn't link since recent rework of U-Boot directory structure. Fix it now. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Andre Schwarz andre.schw...@matrix-vision.de

Re: [U-Boot] [STATUS] v2010.03-rc3 is out

2010-03-29 Thread André Schwarz
Wolfgang, U-Boot v2010.03-rc3 has been released. Please help testing, and send any feedback / last minute patches ASAP. if there's any chance that you'll apply this patch we can include the latest code in our long term test site and report any possible issues related with U-Boot @ MPC5200.

Re: [U-Boot] MPC5200: possible to reserve embedded flash sectors ?

2010-03-22 Thread André Schwarz
Wolfgang, Usually error messges mean what they say. yes - of course. But I still couldn't see the difference between - and _ after looking at it three times. What am I missing ? The directory /home/swa/u-boot.git/board/matrix-vision/mvsmr/ ? ok - it's matrix_vision ... already put my

Re: [U-Boot] MPC5200: possible to reserve embedded flash sectors ?

2010-03-15 Thread André Schwarz
Wolfgang, ... This is because all boards used the same script anyway, so there was no use in keeping multiple copies of the same file. But please note that nothing prevents you to use a local, customized linker script. All you need to do is set it's name in you config.mk (add a line

Re: [U-Boot] MPC5200: possible to reserve embedded flash sectors ?

2010-03-12 Thread André Schwarz
Wolfgang, Dear André Schwarz, In message 1268325452.4803.34.ca...@swa-m460 you wrote: hmm - I'm not *that* familiar with all that abbreviations ... have to ask someone : http://www.abbreviations.com/YMMV Hopefully you didn't mean the worst one ;-) The common (and intended

[U-Boot] MPC5200: possible to reserve embedded flash sectors ?

2010-03-11 Thread André Schwarz
Hi, is there any reasonable way to reserve some small flash sectors embedded inside U-Boot for other usage ? Example : 2 sectors @ 0-16k U-boot start including initial code @ reset vector. 1 sector @ 16k-24k e.g. environment. 2 sectors @ 24k-40k reserved (small linux mtd partitions). ? sectors

Re: [U-Boot] MPC5200: possible to reserve embedded flash sectors ?

2010-03-11 Thread André Schwarz
Wolfgang, Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1268321602.4803.24.ca...@swa-m460 you wrote: is there any reasonable way to reserve some small flash sectors embedded inside U-Boot for other usage ? Yes, of course there is. For example, in many board configurations we

[U-Boot] gunzip fails sometimes on MPC8343

2009-09-30 Thread André Schwarz
Scott, after uploading a new kernel with different size than our usual one I now get either machine check during gunzip or gunzip fails with -3 on my MPC8343 based MVBLM7 board. Looks like you have already identified this problem in the past ... Having a look a at my board config (MVBLM7.h)

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

2009-09-21 Thread André Schwarz
Siva, Myself Siva, working on a custom board using MCF5485. We had a typical problem with tftp. We are using u-boot(1.3.3) from Freescale on our first of all I'd try to use latest code. board and trying to do tftp of filesize 12MB. Sometime file is getting downloaded into external DDR

Re: [U-Boot] [PATCH v2] Remove deprecated 'autoscr' command/variables

2009-09-18 Thread André Schwarz
Peter, On Wed, 2009-09-16 at 21:38 -0500, Peter Tyser wrote: The more standard 'source' command provides identical functionality to the autoscr command. Environment variable names/values on the MVBC_P, MVBML7, kmeter1, mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-09-01 Thread André Schwarz
On Mon, 2009-08-31 at 19:48 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1251722510.4189.67.ca...@swa-m460 you wrote: git send-mail always creates two or more mails. The first one is unnecessary for a single patch, i.e. not a patch series. It never

Re: [U-Boot] [PATCH] Add common code dir for Matrix Vision boards.

2009-09-01 Thread André Schwarz
Wolfgang, On Mon, 2009-08-31 at 20:26 +0200, Wolfgang Denk wrote: Dear Andre Schwarz, In message 1251728304-26888-1-git-send-email-andre.schw...@matrix-vision.de you wrote: This fixes current build failure. Signed-off-by: Andre Schwarz andre.schw...@matrix-vision.de Hm... You did

Re: [U-Boot] [PATCH v6] use common code for Matrix Vision boards

2009-08-31 Thread André Schwarz
Wolfgang, Kim, On Fri, 2009-08-28 at 21:19 +0200, Wolfgang Denk wrote: Dear Kim Phillips, In message 20090828111410.71f92293.kim.phill...@freescale.com you wrote: and we now have breakage: Ah. Situation is normal again :-) hmpf - it's me again. Configuring for MVBLM7 board...

Re: [U-Boot] [[PATCH]] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
huh - please ignore ! A cc has crept in by accident. On Mon, 2009-08-31 at 10:17 +0200, Andre Schwarz wrote: --- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, Kim, ok - Signed-off-by is missing although my .gitconfig has signoff = true set in [format] section ... looks like I need -s arg at git format-patch. Any hints about this ? I also couldn't figure out how to send a *single* mail for a single patch, i.e. without this initial stuff. IMHO

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, On Mon, 2009-08-31 at 14:11 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1251712526.4189.25.ca...@swa-m460 you wrote: Is there anything else you want me to fix for this patch before I resubmit it ? And please fix the compiler warnings:

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, On Mon, 2009-08-31 at 14:07 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1251712526.4189.25.ca...@swa-m460 you wrote: ok - Signed-off-by is missing although my .gitconfig has signoff = true set in [format] section ... looks like I need -s arg

Re: [U-Boot] [PATCH v4] use common code for Matrix Vision boards

2009-08-27 Thread André Schwarz
On Wed, 2009-08-26 at 21:46 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1250682092.22118.8.ca...@swa-m460 you wrote: clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by using common code. Signed-off-by: Andr=C3=A9 Schwarz

Re: [U-Boot] [PATCH v5] use common code for Matrix Vision boards

2009-08-27 Thread André Schwarz
On Thu, 2009-08-27 at 10:55 +0200, Andre Schwarz wrote: clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by using common code. huh - two eMails ... this is definitely *not* what I wanted to do. Try to change the git-send-email behaviour. Wolfgang, does the patch apply or is it

[U-Boot] [PATCH v6] use common code for Matrix Vision boards

2009-08-27 Thread André Schwarz
clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by using common code. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- Wolfgang, hopefully this is the last try - I'm close to nervous breakdown. Applying the changes takes longer than actually doing them. Of course

Re: [U-Boot] [PATCH v4] use common code for Matrix Vision boards

2009-08-25 Thread André Schwarz
Wolfgang, is there any chance this patch can be applied before the merge window closes ? Is there anything you want me to do or change, i.e. have I missed something ? Surely I don't want to bother you - just asking. Regards, Andre On Wed, 2009-08-19 at 13:41 +0200, André Schwarz wrote

Re: [U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards

2009-08-24 Thread André Schwarz
Acked-by: André Schwarz andre.schw...@matrix-vision.de --- Tested on 82541ER @ mvBC-P board. On Sat, 2009-08-22 at 03:49 +0800, Roy Zang wrote: From: Roy Zang tie-fei.z...@freescale.com Use different PBA value for E1000 PCI and PCIe cards. Signed-off-by: Roy Zang tie-fei.z

Re: [U-Boot] e1000 Rx timeout with 82541ER

2009-08-21 Thread André Schwarz
default value to those MAC (PCIe ?) where you can verify functionality. Regards, André On Thu, 2009-08-20 at 23:41 +0800, Zang Roy-R61911 wrote: -Original Message- From: André Schwarz [mailto:andre.schw...@matrix-vision.de] Sent: Wednesday, August 19, 2009 7:10 AM To: Zang Roy

Re: [U-Boot] e1000 Rx timeout with 82541ER

2009-08-20 Thread André Schwarz
On Thu, 2009-08-20 at 10:36 +0800, Zang Roy-R61911 wrote: -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, August 19, 2009 7:58 AM To: André Schwarz Cc: Zang Roy-R61911; Ben Warren; U-Boot List Subject: Re: [U-Boot] e1000 Rx timeout with 82541ER

Re: [U-Boot] [PATCH v3] create and use common code for Matrix Vision boards

2009-08-19 Thread André Schwarz
Wolfgang, On Thu, 2009-07-23 at 21:15 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1247842785.3953.90.ca...@swa-m460 you wrote: This patch adds and uses common code for all Matrix Vision boards. Signed-off-by: Andr=C3=A9 Schwarz

[U-Boot] [PATCH v4] use common code for Matrix Vision boards

2009-08-19 Thread André Schwarz
clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by using common code. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- Wolfgang, this is my current diff against your latest master repository - I'm unable to split it anymore. Unfortunately the e1000 is currently

[U-Boot] e1000 Rx timeout with 82541ER

2009-08-19 Thread André Schwarz
Roy, Ben, with latest e1000.c my 82541ER connected to a MPC5200 via PCI is no longer working correctly - I get timeouts after few packets. After having a quick look at the code changes it's obvious that I can't figure out the problem quickly since there has been a lot of changes. This is

Re: [U-Boot] e1000 Rx timeout with 82541ER

2009-08-19 Thread André Schwarz
On Wed, 2009-08-19 at 14:58 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1250683805.22118.22.ca...@swa-m460 you wrote: with latest e1000.c my 82541ER connected to a MPC5200 via PCI is no longer working correctly - I get timeouts after few packets. After

Re: [U-Boot] [PATCH 1/3] factor out common code for matrix vision boards

2009-07-17 Thread André Schwarz
On Thu, 2009-07-16 at 22:54 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1245678391.3867.11.ca...@swa-m460 you wrote: factor out common code for Matrix Vision based boards. Signed-off-by: Andre Schwarz andre.schw...@matrix-vision.de ---

[U-Boot] PATCH

2009-07-17 Thread André Schwarz
This patch adds common code usable for all Matrix Vision boards. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125 board/matrix_vision

[U-Boot] [PATCH 1/2] update config for mvBC-P (MPC5200)

2009-07-17 Thread André Schwarz
This patch adds I2C support for mvBC-P and defines flash layout matching the shipped product. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- include/configs/MVBC_P.h | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/include/configs/MVBC_P.h

[U-Boot] [PATCH 2/2] use common code for mvBC-P (MPC5200)

2009-07-17 Thread André Schwarz
This patch makes use of common code, i.e. removes duplicate board specific code. Additionally some hard coded numbers have been replace by definitions and an configurable PCI latency has been added. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- board/matrix_vision/mvbc_p

[U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
This patch fixes DDR-II settings and adds I2C support. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- include/configs/MVBLM7.h | 48 - 1 files changed, 21 insertions(+), 27 deletions(-) diff --git a/include/configs/MVBLM7.h b

[U-Boot] [PATCH 2/2] use common code for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
This patch makes use of common code, i.e. removes duplicate board specific code. Fix wrong GPIO direction. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- Kim, please note that this patch depends on WD applying the add common code patch. Cheers, André board/matrix_vision

[U-Boot] [PATCH v2] create and use common code for Matrix Vision boards

2009-07-17 Thread André Schwarz
This patch adds and uses common code for all Matrix Vision boards. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125 board/matrix_vision

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
Heiko, this patch is no longer valid since I already posted v2. But your comments are correct ... Will wait for WD's comments and send v3. Regards, André On Fri, 2009-07-17 at 16:15 +0200, Heiko Schocher wrote: Hello André, André Schwarz wrote: This patch fixes DDR-II settings and adds

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
On Fri, 2009-07-17 at 16:32 +0200, Heiko Schocher wrote: Hello André, André Schwarz wrote: Heiko, this patch is no longer valid since I already posted v2. Ah, ok. But your comments are correct ... Will wait for WD's comments and send v3. OK, one more minor comment

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
On Fri, 2009-07-17 at 16:44 +0200, Wolfgang Denk wrote: Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message 1247840636.3953.78.ca...@swa-m460 you wrote: +#define CONFIG_MISC_INIT_R So misc_init_r () gets called, but I didn;t find this in your patch? May I miss something ...

[U-Boot] [PATCH v3] create and use common code for Matrix Vision boards

2009-07-17 Thread André Schwarz
This patch adds and uses common code for all Matrix Vision boards. Signed-off-by: André Schwarz andre.schw...@matrix-vision.de --- Heiko's comments have been addressed and common/mv_common.h has been included where needed. board/matrix_vision/common/Makefile| 54 ++ board

Re: [U-Boot] show_boot_progess @ ppc not working

2009-06-29 Thread André Schwarz
On Sun, 2009-06-28 at 11:09 +0200, Heiko Schocher wrote: Hello André, sorry for the late reply, I was on vacation ... André Schwarz wrote: this issue looks still unfixed and is somewhat annoying. Seems that this fix didn;t find the way in mainline. What fix ? removing the _weak_

Re: [U-Boot] [PATCH 3/3] minor fixes for mvBL-M7 and use of common code

2009-06-24 Thread André Schwarz
Kim, On Tue, 2009-06-23 at 18:17 -0500, Kim Phillips wrote: On Mon, 22 Jun 2009 15:50:29 +0200 André Schwarz andre.schw...@matrix-vision.de wrote: Hello André, X-Mailer: Evolution 2.26.1 ... [0001-rebased-mvBLM7-with-minor-fixes.patch text/x-patch (8.2KB)] please use Insert

Re: [U-Boot] Question regarding FPGA firmware load in u-boot

2009-06-22 Thread André Schwarz
Dieter, On Mon, 2009-06-22 at 08:19 +0200, Dieter Kiermaier wrote: André, Dieter, On Fri, 2009-06-19 at 17:46 +0200, Dieter Kiermaier wrote: Hello List, I want to boot a (Lattice) FPGA from u-boot by using Slave Serial configuration on a Marvell Kirkwood device. Should be

Re: [U-Boot] Question regarding FPGA firmware load in u-boot

2009-06-22 Thread André Schwarz
On Mon, 2009-06-22 at 11:00 +0200, Dieter Kiermaier wrote: André, Dieter, On Mon, 2009-06-22 at 08:19 +0200, Dieter Kiermaier wrote: André, Dieter, On Fri, 2009-06-19 at 17:46 +0200, Dieter Kiermaier wrote: Hello List, I want to boot a (Lattice) FPGA from

Re: [U-Boot] show_boot_progess @ ppc not working

2009-06-22 Thread André Schwarz
Heiko, this issue looks still unfixed and is somewhat annoying. Im unable to use show_boot_progress with this weak definition in include/common.h. Simply re-defining the prototype in my local repo is not reasonable. How did you solve it ? Regards, André On Wed, 2008-12-10 at 08:27 +0100,

Re: [U-Boot] Kirkwood (Sheevaplug) ping crashes(?) U-Boot

2009-06-22 Thread André Schwarz
Dieter, On Mon, 2009-06-22 at 14:04 +0200, Dieter Kiermaier wrote: Hi all, I've tried the first time booting a self compiled u-boot from git.marvell.com U-Boot can be downloaded and started with openocd quite well. Boot messages (version is dirty due to a comment in board file): U-Boot

Re: [U-Boot] Kirkwood (Sheevaplug) ping crashes(?) U-Boot

2009-06-22 Thread André Schwarz
On Mon, 2009-06-22 at 14:41 +0200, Dieter Kiermaier wrote: André, Dieter, On Mon, 2009-06-22 at 14:04 +0200, Dieter Kiermaier wrote: Hi all, I've tried the first time booting a self compiled u-boot from git.marvell.com U-Boot can be downloaded and started with openocd quite

[U-Boot] [PATCH 1/3] factor out common code for matrix vision boards

2009-06-22 Thread André Schwarz
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich factor out common code for Matrix Vision based boards. Signed-off-by: Andre Schwarz

[U-Boot] [PATCH 2/3] minor fixes for mvBC-P (MPC5200)

2009-06-22 Thread André Schwarz
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich rebase and make use of common code. add i2c and configurable pci latency. Signed-off-by: Andre Schwarz

[U-Boot] [PATCH 3/3] minor fixes for mvBL-M7 and use of common code

2009-06-22 Thread André Schwarz
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich rebased with minor fixes of invalid factory defaults. use common code. Signed-off-by: Andre Schwarz

Re: [U-Boot] Question regarding FPGA firmware load in u-boot

2009-06-20 Thread André Schwarz
Dieter, On Fri, 2009-06-19 at 17:46 +0200, Dieter Kiermaier wrote: Hello List, I want to boot a (Lattice) FPGA from u-boot by using Slave Serial configuration on a Marvell Kirkwood device. Should be no problem as long as you'll have access to GPIO. As seen there is an (Xilinx and Altera)

Re: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread André Schwarz
On Tue, 2009-06-16 at 13:31 -0500, Timur Tabi wrote: Kim Phillips wrote: it's missing other boards like the MVBLM7, mpc7448hpc2... I'm not familiar with those boards, so I didn't touch them. If you give me a list of which boards I should add, I can post an updated version of the patch.

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread André Schwarz
On Thu, 2009-06-18 at 17:17 -0500, Andy Fleming wrote: On Wed, Jun 17, 2009 at 4:22 PM, Nobuhiro Iwamatsu iwama...@nigauri.orgwrote: On Wed, 17 Jun 2009 10:34:55 -0500 Timur Tabi ti...@freescale.com wrote: The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver,

Re: [U-Boot] init FEC @ MPC5200

2008-12-10 Thread André Schwarz
Ben Warren wrote: Andre Schwarz wrote: Ben, after cloning the latest u-boot git I can see that you've added this inside the mvBC-P board setup : int board_eth_init(bd_t *bis) { cpu_eth_init(bis); /* Built in FEC comes first */ return pci_eth_init(bis); } Are you aware that