Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-08 Thread Peter Tyser
Robin Getz wrote: > On Wed 8 Jul 2009 01:58, Mike Frysinger pondered: >> On Tuesday 07 July 2009 18:24:56 Kumar Gala wrote: >>> On Jul 7, 2009, at 3:25 PM, Scott Wood wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:02 Tue 07 Jul , Scott Wood wrote: >> Kumar Gala wrote: >

[U-Boot] [PATCH 0/3] arm: Add support for MB86R01 'Jade' SoC

2009-07-08 Thread Matthias Weisser
This patchset adds support for the MB86R01 'Jade' SoC from Fujitsu. The second patch which adds the video driver needs this patch http://lists.denx.de/pipermail/u-boot/2009-July/055582.html which adds register offset definitions for the graphic controller. Matthias Weisser

[U-Boot] [PATCH 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for the display controller in the MB86R01 'Jade' SoC. Signed-off-by: Matthias Weisser --- drivers/video/Makefile |1 + drivers/video/cfb_console.c |2 +- drivers/video/jadegdc.c | 192 +++ 3 files changed, 194 inse

[U-Boot] [PATCH 1/3] arm: Added support for MB86R01 'Jade' SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for MB86R01 'Jade' SoC from Fujitsu Signed-off-by: Matthias Weisser --- cpu/arm926ejs/jade/Makefile | 47 + cpu/arm926ejs/jade/timer.c | 126 include/asm-arm/arch-jade/hardware.h | 31 ++ include/asm-arm/arch-ja

[U-Boot] [PATCH 3/3] arm: Added support for jadecpu board based on Jade SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for the jadecpu board using the MB86R01 'Jade' SoC from Fujitsu. Signed-off-by: Matthias Weisser --- MAINTAINERS |4 + MAKEALL |1 + Makefile |7 + board/syteco/jadecpu/Makefile

[U-Boot] [PATCH 0/2] Add Intel E1000 PCIE cards support

2009-07-08 Thread Roy Zang
These two patches add Intel E1000 PCIE cards support for MPC8544DS/MPC8536DS boards. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] PATCH 2/2] Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards

2009-07-08 Thread Roy Zang
From: Roy Zang Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards. Signed-off-by: Roy Zang --- include/configs/MPC8536DS.h |1 + include/configs/MPC8540ADS.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8536DS.h b/includ

[U-Boot] [PATCH 1/2] microblaze: Removed unused variables

2009-07-08 Thread Michal Simek
Signed-off-by: Michal Simek --- lib_microblaze/board.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c index 1a42640..cfed5fe 100644 --- a/lib_microblaze/board.c +++ b/lib_microblaze/board.c @@ -112,10 +112,6 @@ void boar

[U-Boot] [PATCH 2/2] microblaze: Remove ignored return type for __arch__swab16 function

2009-07-08 Thread Michal Simek
This change remove compilation warnings. Signed-off-by: Michal Simek --- include/asm-microblaze/byteorder.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/asm-microblaze/byteorder.h b/include/asm-microblaze/byteorder.h index 51cacb0..a4a75b7 100644 --- a/inc

Re: [U-Boot] [PATCH] ppc4xx: Make pll_write global

2009-07-08 Thread Stefan Roese
On Monday 06 July 2009 16:27:33 Matthias Fuchs wrote: > This patch makes pll_write on PPC405EP boards > global and callable from C code. > > pll_write can be used to dynamically modify the PLB:PCI divider > as it is required for 33/66 MHz pci adapters based on the 405EP. > > board_early_init_f() is

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Stefan Roese
Hi Peter, this patch breaks some PPC4xx boards. Those enabling CONFIG_DDR_ECC, e.g. canyonlands: [ste...@stefan-desktop u-boot-ppc4xx (master)]$ ./MAKEALL canyonlands Configuring for canyonlands board... fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your processor" make[1

[U-Boot] Please pull ppc4xx

2009-07-08 Thread Stefan Roese
The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Alessio Centazzo (1): ppc4xx: Fixed PPC

Re: [U-Boot] [PATCH 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Anatolij Gustschin
Dear Matthias, Matthias Weisser wrote: > This patch adds support for the display controller in > the MB86R01 'Jade' SoC. Looks better now, but still some small issues. Please see comments below, fix and resubmit. Thanks! ... > --- a/drivers/video/Makefile > +++ b/drivers/video/Makefile > @@ -36,

Re: [U-Boot] [PATCH] for JEDEC flash, command of word programing should be issued relatvie to base

2009-07-08 Thread Stefan Roese
On Tuesday 07 July 2009 07:27:35 Po-Yu Chuang wrote: > For JEDEC flash, we should issue word programming command relative to > base address rather than sector base address. Original source makes > SST Flash fails to program sectors which are not on the 0x1 boundaries. > > e.g. > SST39LF040 uses

Re: [U-Boot] [PATCH 8/8]: Command improvements for ubifs

2009-07-08 Thread Stefan Roese
On Tuesday 07 July 2009 16:01:02 Simon Kagstrom wrote: > Check that an argument is passed to ubifsmount and that addresses and > sizes are actually numbers for ubifsload. Also improve the instructions > a bit. > > Signed-off-by: Simon Kagstrom Looks good, so: Acked-by: Stefan Roese Thanks. Be

[U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-08 Thread Ulrich Gerster
Hello, I have a board with a i.MX31, NAND-Flash and RAM. On the Board a RedBoot is preinstalled and runs properly. I want to replace the RedBoot with my U-Boot port. How can I test U-Boot out of RedBoot when I load the u-boot image in the RAM? What do I have to configure in my u-boot if i want to

Re: [U-Boot] [PATCH] for JEDEC flash, command of word programing should be issued relatvie to base

2009-07-08 Thread Po-Yu Chuang
Dear Stefan Roese, 2009/7/8 Stefan Roese : > This patch is line wrapped and can't be applied. Please fix and resubmit. And > while at it please use a somewhat shorted subject. Sorry, I don't understand what does "line wrapped" mean. The source is 80 chars width max. or... Did I send the mail in d

Re: [U-Boot] [PATCH] for JEDEC flash, command of word programing should be issued relatvie to base

2009-07-08 Thread Stefan Roese
On Wednesday 08 July 2009 11:49:35 Po-Yu Chuang wrote: > > This patch is line wrapped and can't be applied. Please fix and resubmit. > > And while at it please use a somewhat shorted subject. > > Sorry, I don't understand what does "line wrapped" mean. > The source is 80 chars width max. > or... Di

Re: [U-Boot] [PATCH] asm-generic: Consolidate errno.h to asm-generic/errno.h

2009-07-08 Thread Stefan Roese
Hi Michal, On Wednesday 08 July 2009 09:52:03 Michal Simek wrote: > Do you have any problem with this asm-generic/errno.h patch? I did a quick MAKEALL 4xx and couldn't spot any new problems after applying your patch. So I'm fine with it: Acked-by: Stefan Roese Thanks. Best regards, Stefan =

[U-Boot] [PATCH 0/4]: arm: Kirkwood: Various egiga fixes

2009-07-08 Thread Simon Kagstrom
Hi again! This is a refreshed version of the http://lists.denx.de/pipermail/u-boot/2009-July/055370.html patch series. I've added one more patch to fix an issue with the MAC address under Linux. The patches are now: 1. (new) Set MAC address during egiga registration (so that Linux gets it even

[U-Boot] [PATCH 1/4]: arm: Kirkwood: Set MAC address during registration for kirkwood egiga

2009-07-08 Thread Simon Kagstrom
This patch sets the MAC address during registration in addition to during device init. Since U-boot might not access the ethernet device, Linux might end up with the MAC address unset. Signed-off-by: Simon Kagstrom --- drivers/net/kirkwood_egiga.c |2 ++ 1 files changed, 2 insertions(+), 0 d

[U-Boot] [PATCH 2/4]: arm: Kirkwood: Fix compiler optimization bug for kwgbe_send

2009-07-08 Thread Simon Kagstrom
kwgbe_send/recv both have loops waiting for the hardware to set a bit. GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This patch uses readl to force a read from device memory. Other volatile accesses have also been replaced with readl/writel where appropriate (as per suggestio

[U-Boot] [PATCH 3/4]: arm: Kirkwood: Check the error summary bit for error detection

2009-07-08 Thread Simon Kagstrom
The Marvell documentation for the 88f6281 states that the error coding is only valid if the error summary and last frame bits in the transmit descriptor status field are set. This patch adds checks for these for transmit (I would get transmit errors on bootp with the current check, which I believe

[U-Boot] [PATCH 4/4]: arm: Kirkwood: See to it that sent data is 8-byte aligned

2009-07-08 Thread Simon Kagstrom
U-boot might use non-8-byte-aligned addresses for sending data, which the kwgbe_send doesn't accept (bootp does this for me). This patch copies the data to be sent to a temporary buffer if it is non-aligned. Signed-off-by: Simon Kagstrom --- drivers/net/kirkwood_egiga.c | 26 ++

Re: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > > please include config_cmd_default.h > > > Hi Jean > > > I do not want to include config_cmd_default.h All commands in this > > > file are not supported/required for this board. > > include/config_cmd_default.h > > > > please include this one and undef what you do not needis > Hi Jean, > T

Re: [U-Boot] [PATCH] Refresh LZMA-lib to 4.65

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:52 Tue 07 Jul , Luigi 'Comio' Mantellini wrote: > From: Luigi 'Comio' Mantellini > > --- > common/cmd_bootm.c |5 +- > include/lzma/LzmaDec.h | 31 + > include/lzma/LzmaDecode.h | 31 - > include/lzma/LzmaTools.h |2 +- > inclu

Re: [U-Boot] [PATCHv2 1/3] A320: driver for FTMAC100 ethernet controller

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:12 Wed 01 Jul , Po-Yu Chuang wrote: > This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board. > > Signed-off-by: Po-Yu Chuang > --- > drivers/net/Makefile |1 + > drivers/net/ftmac100.c | 268 > > drivers/n

Re: [U-Boot] [PATCHv2 2/3] A320: driver for FTRTC010 real time clock

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:12 Wed 01 Jul , Po-Yu Chuang wrote: > This patch adds an FTRTC010 driver for Faraday A320 evaluation board. > > Signed-off-by: Po-Yu Chuang > --- > drivers/rtc/Makefile |1 + > drivers/rtc/ftrtc010.c | 126 > > 2 files changed, 1

[U-Boot] Mail delivery failed: returning message to sender

2009-07-08 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ss1...@snorri.eu (generated from sno...@snorri.eu) mailbox is full: retry timeo

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:14 Fri 03 Jul , Po-Yu Chuang wrote: > This patch adds support for A320 development board from Faraday. This board > uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. > FA526 is an ARMv4 processor and uses the ARM920T source in this patch. > as I understand correc

[U-Boot] [PATCH] ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs

2009-07-08 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs --- include/common.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common.h b/include/common.h index ff4f821..1fe2043 100644 --- a/include/common.h +++ b/include/common.h @@ -275,7 +275,8 @@ voidpci_init_board(void); voi

[U-Boot] [PATCH] ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()

2009-07-08 Thread Matthias Fuchs
This patch moves some basic PCI initialisation from the 4xx cpu_init_f() to cpu/ppc4xx/4xx_pci.c. The original cpu_init_f() function enabled the 405EP's internal arbiter in all situations. Also the HCE bit in cpc0_pci is always set. The first is not really wanted for PCI adapter designs and the la

Re: [U-Boot] [PATCH 4/4]: arm: Kirkwood: See to it that sent data is 8-byte aligned

2009-07-08 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Wednesday, July 08, 2009 4:36 PM > To: U-Boot ML; Prafulla Wadaskar > Subject: [PATCH 4/4]: arm: Kirkwood: See to it that sent data > is 8-byte aligned > > U-boot might use non-8-byte-aligned ad

Re: [U-Boot] [PATCH 4/4]: arm: Kirkwood: See to it that sent data is 8-byte aligned

2009-07-08 Thread Stefan Roese
On Wednesday 08 July 2009 13:05:42 Simon Kagstrom wrote: > U-boot might use non-8-byte-aligned addresses for sending data, which > the kwgbe_send doesn't accept (bootp does this for me). This patch > copies the data to be sent to a temporary buffer if it is non-aligned. > > Signed-off-by: Simon Kag

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

2009-07-08 Thread Andre Schwarz
Kim Phillips schrieb: > On Tue, 07 Jul 2009 21:04:43 +0200 > Wolfgang Denk wrote: > > >> Dear Kim Phillips, >> >> In message <20090624112410.b287f606.kim.phill...@freescale.com> you wrote: >> >>> WD hasn't applied it yet - I applied it to my local tree. None of this >>> means your patch s

Re: [U-Boot] [PATCH 4/4]: arm: Kirkwood: See to it that sent data is 8-byte aligned

2009-07-08 Thread Simon Kagstrom
On Wed, 8 Jul 2009 05:17:08 -0700 Prafulla Wadaskar wrote: > > U-boot might use non-8-byte-aligned addresses for sending > > data, which the kwgbe_send doesn't accept (bootp does this > > for me). This patch copies the data to be sent to a temporary > > buffer if it is non-aligned. > Kirkwood

[U-Boot] [PATCH] ColdFire: Update configuration file to use flash buffer write

2009-07-08 Thread TsiChung Liew
Update M52277EVB, M53017EVB and M54455EVB platform configuration file to use flash buffer write Signed-off-by: TsiChung Liew --- include/configs/M52277EVB.h |2 ++ include/configs/M53017EVB.h |2 ++ include/configs/M54455EVB.h |1 + 3 files changed, 5 insertions(+), 0 deletions(-) d

[U-Boot] [PATCH] ColdFire: Update for M54451EVB

2009-07-08 Thread TsiChung Liew
Update serial boot DRAM's Internal RAM, vector table and DRAM in start.S, serial flash's read status command over SPI and NOR flash. Signed-off-by: TsiChung Liew --- Makefile |9 +--- board/freescale/m54451evb/u-boot.spa |9 +++- cpu/mcf5445x/dspi.c

[U-Boot] [PATCH] ColdFire: Fix M53017EVB flash size

2009-07-08 Thread TsiChung Liew
Increase the flash size from 8MB to 16MB Signed-off-by: TsiChung Liew --- include/configs/M53017EVB.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h index 54c385e..801f90f 100644 --- a/include/configs/M53017EVB.

[U-Boot] [PATCH] ColdFire: Add M5208EVB and MCF520x CPU support

2009-07-08 Thread TsiChung Liew
Signed-off-by: TsiChung Liew --- MAKEALL |1 + Makefile |3 + board/freescale/m5208evbe/Makefile| 44 board/freescale/m5208evbe/config.mk | 25 +++ board/freescale/m5208evbe/m5208evbe.c | 94 + board/frees

[U-Boot] [PATCH] ColdFire: Remove compiler warning messages

2009-07-08 Thread TsiChung Liew
Remove unused variables and printf type mismatch in lib_m68k/board.c Signed-off-by: TsiChung Liew --- lib_m68k/board.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib_m68k/board.c b/lib_m68k/board.c index db45b00..a570b15 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/

[U-Boot] [PATCH] Coldfire: Consolidate DSPI driver

2009-07-08 Thread TsiChung Liew
Unify both MCF5227x and MCF5445x DSPI driver in CPU to driver/spi folder for common use. Signed-off-by: TsiChung Liew --- drivers/spi/Makefile |1 + drivers/spi/cf_spi.c | 357 ++ 2 files changed, 358 insertions(+), 0 deletions(-) create mode

[U-Boot] [PATCH] ColdFire: Add DSPI support for MCF5227x and MCF5445x

2009-07-08 Thread TsiChung Liew
Remove individual CPU specific DSPI driver. Add required feature for the common DSPI driver in cpu_init and in platform configuration file. Signed-off-by: TsiChung Liew --- cpu/mcf5227x/Makefile|2 +- cpu/mcf5227x/cpu_init.c | 53 cpu/mcf5227x/dspi.c

[U-Boot] [PATCH] Command for accessing serial flash update

2009-07-08 Thread TsiChung Liew
Change strtoul number base of argv 3 from 0 to 16 Signed-off-by: TsiChung Liew --- common/cmd_sf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_sf.c b/common/cmd_sf.c index 6a60b16..384e6d3 100644 --- a/common/cmd_sf.c +++ b/common/cmd_sf.c @@ -48,7 +48,7

[U-Boot] [PATCH] ColdFire: Update bootargs

2009-07-08 Thread TsiChung Liew
Add a bootargs for M53017EVB and update bootargs for M54451EVB Signed-off-by: TsiChung Liew --- include/configs/M53017EVB.h |3 +++ include/configs/M54451EVB.h |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h

Re: [U-Boot] [PATCH 4/4]: arm: Kirkwood: See to it that sent data is 8-byte aligned

2009-07-08 Thread Simon Kagstrom
> I would prefer to malloc such big area's. > > And I second Prafulla's comment, that this should be handled by the upper > network layer. Here is a second version which uses malloc instead. It's still handled in the driver though. // Simon -- >From d8555440b033ac32eecd8973945936fb8c9f0421 Mon

[U-Boot] bootcount support on arm/kirkwood

2009-07-08 Thread Heiko Schocher
Hello, does somebody know, if it is possible to use the uboot bootcount feature on an ARM926EJS (CPU Core Version FEROCEON_88FR131 SOC Family: KIRKWOOD, KW88F6281) based board ? I searched for some space on this CPU for implementing this feature, but could not find any (at least 4 bytes = 1 regis

[U-Boot] [PATCH] ppc4xx: Set default PCI device ID for 405EP boards

2009-07-08 Thread Matthias Fuchs
Current code only sets the PCI vendor id to 0x1014 and leaved device id to 0x. Ths patch a) uses the correct PCI_VENDOR_ID_IBM macro for this b) sets the default device ID as stated in the UM to 0x0156 by using PCI_DEVICE_ID_IBM_405GP for this. Signed-off-by: Matthias Fuchs --- cpu/

[U-Boot] Regarding problem with compiling MPC8641HPCN

2009-07-08 Thread durgaprasadbattulad
Hello Sir/Madam.., Iam trying to make a Uboot image to deploy on MPC8641HPCN platform. While iam compiling the configuration file of MPC8641HPCN it gives an error : "altivec and e500 cannot coexist". Can you please help me to know what are the changes, if any, to be done.

[U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Matthias Fuchs
Hi, I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff). I am wondering about the file's header. I think even when this code comes initially from IBM there is not much left from original IBM code. So can we replace the header with the widely used GPL template? And what about th

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Stefan Roese
Hi Matthias, On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote: > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff). > I am wondering about the file's header. I think even when this code comes > initially from IBM there is not much left from original IBM code. Yes, this

Re: [U-Boot] Regarding problem with compiling MPC8641HPCN

2009-07-08 Thread Kumar Gala
On Jul 8, 2009, at 8:26 AM, durgaprasadbattu...@bel.co.in wrote: > > Hello Sir/Madam.., > > Iam trying to make a Uboot image to deploy on MPC8641HPCN > platform. While iam compiling the configuration file > of MPC8641HPCN it gives an error : "altivec and e500 cannot > coexist". Can you pl

[U-Boot] U-boot environment on Sheevaplug

2009-07-08 Thread Simon Kagstrom
Hi Prafulla (and the list)! I'm wondering a bit how Sheevaplug handles the U-boot environment area. On OpenRD base it's stored on the NAND flash, and is protected by a 4-bit ECC as required when read by the boot prom - it just goes together with the rest of the u-boot image. The Marvell-supplied

[U-Boot] [PATCH RESEND 2/3] arm: added support for display controller in Jade SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for the display controller in the MB86R01 'Jade' SoC. Signed-off-by: Matthias Weisser --- drivers/video/Makefile |1 + drivers/video/cfb_console.c |2 +- drivers/video/jadegdc.c | 192 +++ 3 files changed, 194 inse

[U-Boot] [PATCH RESEND 0/3] arm: Add support for MB86R01 'Jade' SoC

2009-07-08 Thread Matthias Weisser
This patchset adds support for the MB86R01 'Jade' SoC from Fujitsu. The second patch which adds the video driver needs this patch http://lists.denx.de/pipermail/u-boot/2009-July/055582.html which adds register offset definitions for the graphic controller. This time I ran checkpatch.pl from the

[U-Boot] [PATCH RESEND 1/3] arm: Added support for MB86R01 'Jade' SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for MB86R01 'Jade' SoC from Fujitsu Signed-off-by: Matthias Weisser --- cpu/arm926ejs/jade/Makefile | 47 + cpu/arm926ejs/jade/timer.c | 126 include/asm-arm/arch-jade/hardware.h | 31 ++ include/asm-arm/arch-ja

[U-Boot] [PATCH RESEND 3/3] arm: Added support for jadecpu board based on Jade SoC

2009-07-08 Thread Matthias Weisser
This patch adds support for the jadecpu board using the MB86R01 'Jade' SoC from Fujitsu. Signed-off-by: Matthias Weisser --- MAINTAINERS |4 + MAKEALL |1 + Makefile |7 + board/syteco/jadecpu/Makefile

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Kumar Gala
Peter, Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for 83xx. I don't see any reason not to use DMA on 83xx. - k On Jul 8, 2009, at 4:13 AM, Stefan Roese wrote: > Hi Peter, > > this patch breaks some PPC4xx boards. Those enabling CONFIG_DDR_ECC, > e.g. > canyonlands: >

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-08 Thread Kumar Gala
On Jul 8, 2009, at 1:44 AM, Michael Trimarchi wrote: > Prafulla Wadaskar wrote: >> >> >>> -Original Message- >>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de >>> ] On Behalf Of Remy Bohmer >>> Sent: Wednesday, July 08, 2009 12:16 AM >>> To: Michael Trimarchi; A

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Peter Tyser
Hi Stefan, > > +++ b/include/asm-ppc/config.h > > @@ -30,8 +30,9 @@ > > #endif > > > > #ifndef CONFIG_FSL_DMA > > -#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) > > && \ - (defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)) > > +#if ((!defined CONFIG_MPC83xx &&

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Matthias Fuchs
On Wednesday 08 July 2009 15:57, Stefan Roese wrote: > Hi Matthias, > > On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote: > > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff). > > I am wondering about the file's header. I think even when this code comes > > initially f

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Stefan Roese
On Wednesday 08 July 2009 16:21:51 Matthias Fuchs wrote: > > > So can we replace the header with the widely used GPL template? > > > > I'm not sure here. The paragraph clearly states: > > > > * Any person who transfers this source code or any derivative work > > * must include the IBM

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Peter Tyser
On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote: > Peter, > > Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for > 83xx. I don't see any reason not to use DMA on 83xx. When I submitted the original patch I didn't see any 83xx boards using either CONFIG_ECC_INIT_VIA_DDRCON

Re: [U-Boot] PATCH 2/2] Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards

2009-07-08 Thread Kumar Gala
On Jul 8, 2009, at 3:18 AM, Roy Zang wrote: > From: Roy Zang > > Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards. > Signed-off-by: Roy Zang > > --- > include/configs/MPC8536DS.h |1 + > include/configs/MPC8540ADS.h |1 + > 2 files changed, 2 insertions(+), 0 deleti

[U-Boot] Can't get sprintf to work in standalone program

2009-07-08 Thread Martin Hejnfelt
Hi, I'm trying to use the sprintf function in a C program written for U-boot. As far as I understand, to get the function I have to add it to the exports.h, _exports.h and exports.c file as per the README.Standalone file in /doc (the function is declared in common.h). Now if I do this, the progra

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Kumar Gala
On Jul 8, 2009, at 9:30 AM, Peter Tyser wrote: > On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote: >> Peter, >> >> Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for >> 83xx. I don't see any reason not to use DMA on 83xx. > > When I submitted the original patch I didn't see

Re: [U-Boot] DRAM test problem

2009-07-08 Thread Alemao
On Tue, Jul 7, 2009 at 7:41 PM, Kim Phillips wrote: > On Tue, 7 Jul 2009 15:01:05 -0300 > Alemao wrote: > >> On Mon, Jul 6, 2009 at 7:07 PM, Alemao wrote: >> > On Mon, Jul 6, 2009 at 3:45 PM, Scott Wood wrote: >> >> I believe data cache is disabled on 83xx in u-boot. >> >> >> >> -Scott >> >> >> >

Re: [U-Boot] [PATCH v2 12/12] 83xx: Add support for fsl_dma driver

2009-07-08 Thread Ira Snyder
On Wed, Jul 08, 2009 at 09:30:01AM -0500, Peter Tyser wrote: > On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote: > > Peter, > > > > Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for > > 83xx. I don't see any reason not to use DMA on 83xx. > > When I submitted the original

Re: [U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-08 Thread Magnus Lilja
Hi 2009/7/8 Ulrich Gerster : > Hello, > > I have a board with a i.MX31, NAND-Flash and RAM. > On the Board a RedBoot is preinstalled and runs properly. > I want to replace the RedBoot with my U-Boot port. > > How can I test U-Boot out of RedBoot when I load the u-boot image in the RAM? > What do I

Re: [U-Boot] DRAM test problem

2009-07-08 Thread Scott Wood
On Wed, Jul 08, 2009 at 11:23:15AM -0300, Alemao wrote: > In cpu/mpc83xx/start.S, dcache is enable for stack-in-cache trick: > > /* enable and invalidate the data cache */ > bl dcache_enable > sync > > dcache_enable: > mfspr r3, HID0 > li r5, HID0_DCFI|HI

[U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-08 Thread Stefan Roese
This patch adds support for the Keymile SUEN3 board which is based on the Marvell Kirkwood (88F6281) SoC. Signed-off-by: Stefan Roese Cc: Jean-Christophe PLAGNIOL-VILLARD --- MAINTAINERS |1 + MAKEALL |1 + Makefile

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907081621.51898.matthias.fu...@esd.eu> you wrote: > > > On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote: > > > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff). > > > I am wondering about the file's header. I think even when this co

Re: [U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-08 Thread Kumar Gala
On Jul 7, 2009, at 5:38 PM, Peter Tyser wrote: > On Tue, 2009-07-07 at 17:24 -0500, Kumar Gala wrote: >> On Jul 7, 2009, at 5:13 PM, Peter Tyser wrote: >> >>> On Tue, 2009-07-07 at 16:59 -0500, Kumar Gala wrote: On Jul 7, 2009, at 1:43 PM, Peter Tyser wrote: > Previously, boot page

Re: [U-Boot] Can't get sprintf to work in standalone program

2009-07-08 Thread Wolfgang Denk
Dear Martin Hejnfelt, In message <1247062359.4070.21.ca...@hejnfelt-2> you wrote: > > I'm trying to use the sprintf function in a C program written for > U-boot. As far as I understand, to get the function I have to add it to > the exports.h, _exports.h and exports.c file as per the > README.Stan

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-08 Thread Stefan Roese
Please disregard the "4/4" above. It's only one patch. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-

Re: [U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-08 Thread Peter Tyser
On Wed, 2009-07-08 at 10:52 -0500, Kumar Gala wrote: > On Jul 7, 2009, at 5:38 PM, Peter Tyser wrote: > > > On Tue, 2009-07-07 at 17:24 -0500, Kumar Gala wrote: > >> On Jul 7, 2009, at 5:13 PM, Peter Tyser wrote: > >> > >>> On Tue, 2009-07-07 at 16:59 -0500, Kumar Gala wrote: > On Jul 7, 2009

Re: [U-Boot] [PATCH] sh: Add espt-gita board to MAKEALL

2009-07-08 Thread Kim Phillips
On Wed, 8 Jul 2009 11:54:33 +0900 Nobuhiro Iwamatsu wrote: > +++ b/MAKEALL > @@ -848,6 +848,7 @@ LIST_sh4="\ > sh7763rdp \ > sh7785lcr \ > ap325rxa\ > + espt > " aren't you missing a \ ? Kim

Re: [U-Boot] Pull request: u-boot-sh

2009-07-08 Thread Kim Phillips
On Wed, 8 Jul 2009 12:12:51 +0900 Nobuhiro Iwamatsu wrote: > sh: Add espt-gita board to MAKEALL this breaks MAKEALL for me: ./MAKEALL MPC8313ERDB_33 ...33M ...Configuring for MPC8313ERDB board... make: *** No rule to make target `/home/r1aaha/git/u-boot/include/asm/config.h', needed by

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-08 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefan Roese > Sent: Wednesday, July 08, 2009 9:17 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support > > This patch adds sup

Re: [U-Boot] bootcount support on arm/kirkwood

2009-07-08 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Heiko Schocher > Sent: Wednesday, July 08, 2009 6:42 PM > To: U-Boot user list > Subject: [U-Boot] bootcount support on arm/kirkwood > > Hello, > > does somebody know, if it

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Robin Getz
On Wed 8 Jul 2009 11:51, Wolfgang Denk pondered: > > But we could prepend the typical header which brings us to something > like this: > > You could do it, but you are eventually not permitted to do it > legally. > > The fact that you "must include the IBM copyright notice, this > paragrap

[U-Boot] u-boot-v2 and GPL license version?

2009-07-08 Thread Kumar Gala
Sascha, You seem to be the person acting as maintainer of u-boot-v2. Do you have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3? - k ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/6] usb: add Marvell Kirkwood ehci host controller driver

2009-07-08 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Monday, June 29, 2009 8:57 PM > To: u-boot@lists.denx.de > Cc: Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; > Prafulla Wadaskar > Subject: [PATCH 5/6] usb: add Marvell Kirkwood ehci host > contr

Re: [U-Boot] u-boot-v2 and GPL license version?

2009-07-08 Thread Jerry Van Baren
Kumar Gala wrote: > Sascha, > > You seem to be the person acting as maintainer of u-boot-v2. Do you > have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3? > > - k U-Boot v2 is the usage case I had in mind in my question: > Would U-Boot be willing to have as much GPLv2++ (GPLv3)

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Matthias Fuchs
Hi, > Dear Matthias Fuchs, > > In message <200907081621.51898.matthias.fu...@esd.eu> you wrote: > > > > > On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote: > > > > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff). > > > > I am wondering about the file's header. I thin

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-08 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e202dd54d...@sc-vexch1.marvell.com> you wrote: > > > board/keymile/suen3/sdramregs.txt | 28 + > This file will be of no use until we have proposed bin_dep.sh and doimage > utility in place. Proposed? I don't see any su

[U-Boot] [RFC] - sanve the server's mac address...

2009-07-08 Thread Robin Getz
Linux's netconsole works much better when you can pass it the MAC address of the server. (otherwise it just uses broadcast, which everyone else on my network complains about :) This sets the evn var "serveraddr" (to match ethaddr), so that you can pass it to linux with whatever bootargs you want

Re: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support

2009-07-08 Thread Wolfgang Denk
Dear Stefan Roese, In message <1247068015-16224-1-git-send-email...@denx.de> you wrote: > This patch adds support for the Keymile SUEN3 board which is based > on the Marvell Kirkwood (88F6281) SoC. ... > diff --git a/MAKEALL b/MAKEALL > index 41f1445..6c80694 100755 > --- a/MAKEALL > +++ b/MAKEALL

Re: [U-Boot] Pull request: u-boot-sh

2009-07-08 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <29ab51dc0907072012j42cc59ex9036929b30743...@mail.gmail.com> you wrote: > > Please pull u-boot-sh master branch. Please see Kim Phillips' mail. I will delay the pull until I hear from you that the problem has been solved. Thanks. Best regards, Wolfgang D

Re: [U-Boot] [RFC][PATCH] Update malloc to dlmalloc version 2.8.4

2009-07-08 Thread Mike Frysinger
On Wednesday 08 July 2009 02:58:42 Peter Tyser wrote: > Robin Getz wrote: > > On Wed 8 Jul 2009 01:58, Mike Frysinger pondered: > >> On Tuesday 07 July 2009 18:24:56 Kumar Gala wrote: > >>> On Jul 7, 2009, at 3:25 PM, Scott Wood wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 15:02

Re: [U-Boot] bootcount support on arm/kirkwood

2009-07-08 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e202dd54d...@sc-vexch1.marvell.com> you wrote: > > > I searched for some space on this CPU for implementing this > > feature, but could not find any (at least 4 bytes = 1 > > register), which not lost his value on a reset of th

Re: [U-Boot] u-boot-v2 and GPL license version?

2009-07-08 Thread Mike Frysinger
On Wednesday 08 July 2009 13:48:44 Kumar Gala wrote: > You seem to be the person acting as maintainer of u-boot-v2. Do you > have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3? i asked him offlist and he said: "I don't plan to switch U-Boot-v2 to GPL V3." -mike signature.asc Des

Re: [U-Boot] Copyright/License text in cpu/ppc4xx/4xx_pci.c

2009-07-08 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907082024.37153.matthias.fu...@esd-electronics.com> you wrote: > > Same with me. I cannot understand how maybe-GPL-incompatable > sources can be part of U-Boot. This file is not the only one. We are aware of this. See commit 78237df5. > So does it even play a

Re: [U-Boot] [PATCH] asm-generic: Consolidate errno.h to asm-generic/errno.h

2009-07-08 Thread Mike Frysinger
On Wednesday 08 July 2009 03:52:03 Michal Simek wrote: > Do you have any problem with this asm-generic/errno.h patch? i thought i acked it already ... but if not, sounds fine to me -mike signature.asc Description: This is a digitally signed message part. _

[U-Boot] [PATCH 0/3] DMA ECC update

2009-07-08 Thread Peter Tyser
These changes bring the 83xx SDRAM ECC initialization in line with the 85xx/86xx boards and also fixes a minor bug in fsl_dma.c. I don't have any 83xx boards to test on, so it would be appreciated if someone with 83xx hardware that uses ECC could give the patches a shot. It'd be nice if SDRAM cou

[U-Boot] [PATCH 2/3] 83xx: Add CONFIG_MEM_INIT_VALUE for boards with ECC

2009-07-08 Thread Peter Tyser
Signed-off-by: Peter Tyser --- cpu/mpc83xx/spd_sdram.c |2 +- include/configs/MPC8349EMDS.h |1 + include/configs/MPC8360EMDS.h |1 + include/configs/MPC8360ERDK.h |1 + include/configs/MPC837XEMDS.h |1 + include/configs/MPC837XERDB.h |1 + include/configs/TQM834x.h

[U-Boot] [PATCH 1/3] 83xx: Default to using DMA to initialize SDRAM

2009-07-08 Thread Peter Tyser
When SDRAM ECC is enabled and CONFIG_ECC_INIT_VIA_DDRCONTROLLER is not defined use DMA to set SDRAM to a known state. Previously a sequence of 64-bit stores was used. Signed-off-by: Peter Tyser --- cpu/mpc83xx/spd_sdram.c | 57 +++-- drivers/dma/fsl_dm

[U-Boot] [PATCH v3] libgcc inclusion from common Makefile overwritable from platform configs files

2009-07-08 Thread Jean-Christophe PLAGNIOL-VILLARD
This patch allow to overwrit the libgcc Makefile inclusion from the toplevel Makefile by the arch_config.mk files. This is in preparation for the ARM architecture to move away from including libgcc function and only using self-contained U-Boot functions as done in Linux. Currently all the ARM boar

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

2009-07-08 Thread Wolfgang Denk
Dear Heiko Schocher, In message <493f6f45.5060...@invitel.hu> you wrote: > > [PATCH] all platforms: make show_boot_progress () again working. > > Signed-off-by: Heiko Schocher Applied, but... > include/common.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/in

Re: [U-Boot] [PATCH v3] libgcc inclusion from common Makefile overwritable from platform configs files

2009-07-08 Thread Scott Wood
Jean-Christophe PLAGNIOL-VILLARD wrote: > LOAD_ADDR = 0x1040 > LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/eeprom.lds > lnk = $(if $(obj),$(obj),.) > @@ -49,7 +47,7 @@ $(obj)eeprom.srec: $(obj)eeprom.o $(obj)eeprom_start.o > -o $(<:.o=) -e eeprom eeprom.o eeprom_start.o \ >

  1   2   >