[U-Boot] [PATCHv2] OMAP: Fix compile issue

2009-04-03 Thread Sanjeev Premi
Fixes this compile error: board.c: In function 'do_switch_ecc': board.c:339: error: 'cmd_tbl_t' has no member named 'help' make[1]: *** [board.o] Error 1 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2 Thi

[U-Boot] [PATCH] s3c64xx: move reset_cpu to soc and support the soft reset at s3c6410

2009-04-03 Thread Minkyu Kang
This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/interrupts.c | 15 +++ include/s3c6400.h|5 + 3 files changed, 20 insertions(+), 16 deletions(-) diff -

[U-Boot] [PATCH 1/2] 85xx: Fix the clock adjust of mpc8569mds board

2009-04-03 Thread Dave Liu
Currently the clk_adj is 6 (3/4 cycle), The settings will cause the DDR controller hang at the data init. Change the clk_adj from 6 to 4 (1/2 cycle), make the memory system stable. Signed-off-by: Dave Liu --- board/freescale/mpc8569mds/ddr.c |2 +- 1 files changed, 1 insertions(+), 1 deletio

[U-Boot] [PATCH 2/2] 85xx: add the nfsboot/ramboot to default environment

2009-04-03 Thread Dave Liu
Give the MPC8569MDS board one default environment var. Signed-off-by: Dave Liu --- include/configs/MPC8569MDS.h | 72 -- 1 files changed, 41 insertions(+), 31 deletions(-) diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index b0

[U-Boot] [PATCH] drivers/usb: regorganisation

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
move to linux usb driver organisation as following drivers/usb/gadget drivers/usb/host drivers/usb/musb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Remy Bohmer --- Hi Remy, This version containt everyone ask and is based on the AT91 tree which contain the patch that move the at91 usb t

Re: [U-Boot] [PATCH] drivers/usb: regorganisation

2009-04-03 Thread Remy Bohmer
Hello Jean-Christophe, 2009/4/3 Jean-Christophe PLAGNIOL-VILLARD : > move to linux usb driver organisation > > as following > > drivers/usb/gadget > drivers/usb/host > drivers/usb/musb > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Remy Bohmer > --- > Hi Remy, > This version containt

Re: [U-Boot] [PATCH] s3c64xx: move reset_cpu to soc and support the soft reset at s3c6410

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:51 Fri 03 Apr , Minkyu Kang wrote: > This patch support the soft reset at s3c6410 > > Signed-off-by: Minkyu Kang > --- > cpu/arm1176/cpu.c| 16 > cpu/arm1176/s3c64xx/interrupts.c | 15 +++ > include/s3c6400.h|5 +

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-03 Thread Detlev Zundel
Hi, > On Apr 2, 2009, at 4:03 AM, Stefan Roese wrote: > >> On Thursday 02 April 2009, Detlev Zundel wrote: I suggest to either remove this MSI_RI from the header again (it doesn't seem to be used here) or rename it. >>> >>> Ok, so much for the plan to add the defines not bit by bit

Re: [U-Boot] Help about a simplified bootloader.

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:44 Fri 03 Apr , os user wrote: > Hi all, > > I want to boot linux by a simplified bootloader. I use Atmel's ARM > chip (AT91SAM9RL64EK board). Now, I can boot linux with my small > program. The small program will parse the image generaed by "mkimage" > and copy the kernel bianry from NAN

Re: [U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:56 Fri 03 Apr , Minkyu Kang wrote: > This patch fix the wrong gpio offset > > Signed-off-by: Minkyu Kang > --- Applied Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Detlef Vollmann
Jean-Christophe PLAGNIOL-VILLARD wrote: > I've send a new patch that introduce an improve of the clock on at91 > which give you the calculated main_clock based on the main crystal and the > lowlevel settings I was looking for that patch in git://git.denx.de/u-boot-at91.git, but couldn't find it the

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Eric BENARD
Detlef Vollmann a écrit : > Jean-Christophe PLAGNIOL-VILLARD wrote: >> I've send a new patch that introduce an improve of the clock on at91 >> which give you the calculated main_clock based on the main crystal and the >> lowlevel settings > I was looking for that patch in git://git.denx.de/u-boot-a

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:20 Fri 03 Apr , Eric BENARD wrote: > Detlef Vollmann a écrit : >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> I've send a new patch that introduce an improve of the clock on at91 >>> which give you the calculated main_clock based on the main crystal and the >>> lowlevel settings >> I was

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Eric BENARD
Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 15:20 Fri 03 Apr , Eric BENARD wrote: >> Detlef Vollmann a écrit : >>> Jean-Christophe PLAGNIOL-VILLARD wrote: I've send a new patch that introduce an improve of the clock on at91 which give you the calculated main_clock based on the mai

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-03 Thread Mike Frysinger
On Friday 03 April 2009 07:49:19 Prafulla Wadaskar wrote: > --- a/drivers/mtd/spi/Makefile > +++ b/drivers/mtd/spi/Makefile > @@ -28,6 +28,7 @@ LIB := $(obj)libspi_flash.a > COBJS-$(CONFIG_SPI_FLASH)+= spi_flash.o > COBJS-$(CONFIG_SPI_FLASH_ATMEL) += atmel.o > COBJS-$(CONFIG_SPI_FLASH_S

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Detlef Vollmann
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:20 Fri 03 Apr , Eric BENARD wrote: >> Detlef Vollmann a écrit : >>> Where can I find that patch? >>> >> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56837 Thanks. >> Is it interesting to loose time calculating PLL values at each boot w

[U-Boot] [PATCH] include/ns16550.h: Unify structure declaration for registers

2009-04-03 Thread Detlev Zundel
Instead of special casing the different access patterns, use common code with light macros sprinkled in to accomodate for the different layouts of the register structure. Note that this also changes the types of the registers for the "positively packed (>1)" cases. As the registers truly are unsi

Re: [U-Boot] [PATCH] include/ns16550.h: Unify structure declaration for registers

2009-04-03 Thread Detlev Zundel
Detlev Zundel writes: > Instead of special casing the different access patterns, use common > code with light macros sprinkled in to accomodate for the different > layouts of the register structure. > > Note that this also changes the types of the registers for the > "positively packed (>1)" case

[U-Boot] Uboot bringing an RTOS instead of linux.

2009-04-03 Thread rahanesh
Hi All, I am currently working on OMAP3530 fromMistral solutions. This is the booting sequence in OMAP3530 The OMAP3530 contains a boot ROM starting at location 0x. When power on, the PC register jumps there. The boot ROM then looks at the sys_boot pins to determine boot order. For NAN

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:46 Fri 03 Apr , Detlef Vollmann wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 15:20 Fri 03 Apr , Eric BENARD wrote: >>> Detlef Vollmann a écrit : Where can I find that patch? >>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56837 > Thanks. > >>> Is it int

Re: [U-Boot] U-boot NAND boot support on Freescale PDK

2009-04-03 Thread alfred steele
Hi Magnus, Thanks for the response:) > Until yesterday you were correct. I spent some time updating the > published patches to the current u-boot and the status now is that I > was able to compile the stuff. Haven't tried it on a PDK board yet but > I'm hoping to do that in a couple of days. > I w

Re: [U-Boot] [PATCH v2] at91: change CONFIG_SYS_HZ to 1000

2009-04-03 Thread Detlef Vollmann
Eric BENARD wrote: > Detlef Vollmann a écrit : >> I probably agree. (Well, not completely, as I'd like to get rid >> of at91bootstrap completely and let U-Boot be the original boot >> code, but that's future.) >> > check Ilko Iliev's patch for pm9263 which integrates at91bootstrap's > features in

Re: [U-Boot] Uboot bringing an RTOS instead of linux.

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:26 Fri 03 Apr , rahan...@tataelxsi.co.in wrote: > Hi All, > > I am currently working on OMAP3530 fromMistral solutions. This is the > booting sequence in OMAP3530 > > The OMAP3530 contains a boot ROM starting at location 0x. When > power on, the PC register jumps there. The bo

Re: [U-Boot] U-boot NAND boot support on Freescale PDK

2009-04-03 Thread Scott Wood
On Fri, Apr 03, 2009 at 10:21:50AM -0500, alfred steele wrote: > I wasn't actually sure why there is a need to create a separate linker > script like u-boot_nand.lds. The addresses may be different than normal u-boot (though we could take care of that by preprocessing the linker scripts), and you

[U-Boot] [PATCH] PIO Mode Read/Write support for FSL eSDHC

2009-04-03 Thread Dipen Dudhat
PIO mode support for freescale eSDHC Driver. PIO has added to enable data transfer without use of eSDHC DMA Engine. Signed-off-by: Dipen Dudhat --- drivers/mmc/fsl_esdhc.c | 136 +++ include/fsl_esdhc.h |1 + 2 files changed, 127 insertions(+)

Re: [U-Boot] Help about a simplified bootloader.

2009-04-03 Thread Scott Wood
On Fri, Apr 03, 2009 at 02:44:03PM +0800, os user wrote: > I want to boot linux by a simplified bootloader. I use Atmel's ARM > chip (AT91SAM9RL64EK board). Now, I can boot linux with my small > program. The small program will parse the image generaed by "mkimage" > and copy the kernel bianry from

Re: [U-Boot] [PATCHv2] OMAP: Fix compile issue

2009-04-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:00 Fri 03 Apr , Sanjeev Premi wrote: > Fixes this compile error: > board.c: In function 'do_switch_ecc': > board.c:339: error: 'cmd_tbl_t' has no member named 'help' > make[1]: *** [board.o] Error 1 > make[1]: Leaving directory > `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'

[U-Boot] Pull request u-boot-blackfin.git

2009-04-03 Thread Mike Frysinger
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (13): Blackfin: bf548-ez

[U-Boot] Pull request spi flash changes from u-boot-blackfin.git

2009-04-03 Thread Mike Frysinger
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git sf Jean-Christophe PLAGNIOL-VILLARD (1): mtd:

[U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support

2009-04-03 Thread Prafulla Wadaskar
This is ARM v5TE-compliant processor core with MMU and L1/L2 Cache Signed-off-by: prafulla_wadaskar Reviewed by: Ronen Shitrit --- cpu/arm926ejs/start.S |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S index ed4932a..08ec

[U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support

2009-04-03 Thread Prafulla Wadaskar
From: prafulla_wadaskar Chips supprted:- 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs 2. 88E6061 6 port fe swtich with 5 integrated PHYs 3. 88E1116 gbe transceiver Contributors: Yotam Admon Michael Blostein Reviewed by: Ronen Shitrit --- board/Marvell/common/mv88e1116.c | 72 +++

[U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support

2009-04-03 Thread Prafulla Wadaskar
From: prafulla_wadaskar This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS from SPI flash Signed

Re: [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support

2009-04-03 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > Chips supprted:- > 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs > 2. 88E6061 6 port fe swtich with 5 integrated PHYs > 3. 88E1116 gbe transceiver > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: praful

Re: [U-Boot] Help about a simplified bootloader.

2009-04-03 Thread Wolfgang Denk
Dear os user, In message <34f262ce0904022344u6e27ad07g8263785dd36ac...@mail.gmail.com> you wrote: > > I want to boot linux by a simplified bootloader. I use Atmel's ARM > chip (AT91SAM9RL64EK board). Now, I can boot linux with my small > program. The small program will parse the image generaed b

Re: [U-Boot] [PATCH] debug_print macros support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238759359-6544-1-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > This debug_prints strategy provides- > A. pre-formatted debug and print macros to be used in a code > B. flexiblility to enable selective debug prints without >

Re: [U-Boot] [PATCH] bin_dep.sh Support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238759359-6544-2-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > In some cases the u-boot.bin need to be processed further > to create bootable u-boot binary from boot device > This processing may be cpu,soc and/or board spcific

Re: [U-Boot] Uboot bringing an RTOS instead of linux.

2009-04-03 Thread Wolfgang Denk
Dear rahan...@tataelxsi.co.in, In message you wrote: > > What is the procedure for bringing an OS from uboot.? As uboot bringing > Linux , it needs to bring an RTOS too. The first step you are supposed to perform is reading the available documentation (README, Manual). Best regards, Wolfgang

Re: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs

2009-04-03 Thread Mike Frysinger
On Friday 03 April 2009 18:39:28 Prafulla Wadaskar wrote: > --- a/net/eth.c > +++ b/net/eth.c > @@ -73,6 +73,7 @@ int board_eth_init(bd_t *bis) __attribute((weak, > alias("__def_eth_init"))); > > extern int mv6436x_eth_initialize(bd_t *); > extern int mv6446x_eth_initialize(bd_t *); > +extern int

Re: [U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-1-git-send-email-prafu...@marvell.com> you wrote: > This is ARM v5TE-compliant processor core with > MMU and L1/L2 Cache > > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit > --- > cpu/arm926ejs/start.S |5 + > 1 files c

Re: [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-5-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > This is Marvell's 88F6281_A0 based custom board developed > for wireless access point product > > This patch is tested for- > 1. Boot from DRAM/SPI flash/NFS > 2.

[U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Peter Barada
Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Looking over the nand write/read commands, they look to ignore the OOB data interleaved in the image (i.e. 2048+16 bytes per page for large-block N

Re: [U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Scott Wood
Peter Barada wrote: > Is there support in the 2009.03 version of U-boot to allow writing a > YAFFS image created by mkyaffs2image to NAND, including the meta-data in > the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it). > Looking over the nand write/read commands, they look

Re: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs

2009-04-03 Thread Ben Warren
Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit > --- > > diff --git a/net/eth.c b/net/eth.c > index 4bbf84b..77fa8a5 100644 > --- a/net/eth.c > +++ b/net/eth.c > @@ -73,6

Re: [U-Boot] [PATCH] Marvell Kirkwood family SOC support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-2-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-Z0 defi

Re: [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-4-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Chips supprted:- > 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs > 2. 88E6061 6 port fe swtich with 5 integrated PHYs > 3. 88E1116 gbe transceiver > > Contri

Re: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs

2009-04-03 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1238798370-9245-3-git-send-email-prafu...@marvell.com> you wrote: > From: prafulla_wadaskar > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit ... > diff --git a/cpu/arm926ejs/kirkwood/Makefi

Re: [U-Boot] release timing wrt linux

2009-04-03 Thread Wolfgang Denk
Hello everybody in message <200904020716.34368.vap...@gentoo.org> Mike Frysinger wrote: > > can we shorten/elongate (doesnt matter to me) the next release process ? the > original time frame was picked so as to not overlap with the linux kernel, > but > the current merge window did exactly tha

Re: [U-Boot] [PATCH] Add "GPL cleanup" task to feature-removal-schedule.txt

2009-04-03 Thread Wolfgang Denk
In message <1238686269-30075-1-git-send-email...@denx.de> I wrote: > From: Wolfgang Denk > > Announce removal of all non-GPL or GPL-incompatible files > after August 2009. > > Signed-off-by: Wolfgang Denk > --- > doc/feature-removal-schedule.txt | 14 ++ > 1 files changed, 14 ins

Re: [U-Boot] [PATCH] Add "source" command; prepare removal of "autoscr" command

2009-04-03 Thread Wolfgang Denk
In message <1238621652-2984-1-git-send-email...@denx.de> I wrote: > According to the doc/feature-removal-schedule.txt, the "autoscr" > command will be replaced by the "source" command in approximately 6 > months from now. > > This patch prepares this change and starts a 6 month transition > period

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Wolfgang Denk
Dear Ben Warren, In message <49d5338c.1050...@gmail.com> you wrote: > > > Could you please do an additional try to apply the patch produced > > with git-format-patch. I hope it is OK now. > > > I tried to apply it but it didn't work, but this isn't my usual > computer. I'll try on my other

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
Hi Ben, On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote: > > I tried to apply it but it didn't work, but this isn't my usual computer. > I'll try on my other machine tonight. BTW - what mailer are you using? > I used Firefox as front-end web interface to communicate with gmail server - the on

[U-Boot] [PATCH 1/2] PQ2FADS: Enable PCI.

2009-04-03 Thread Scott Wood
PCI on PQ2FADS is very similar to PCI on MPC8272ADS. Signed-off-by: Scott Wood --- cpu/mpc8260/pci.c|2 ++ include/configs/MPC8260ADS.h | 19 ++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c index f1e9bb4.

[U-Boot] [PATCH 2/2] MPC8260ADS: Define CONFIG_HAS_ETH0.

2009-04-03 Thread Scott Wood
This is required so that the MAC address will be updated in the device tree. Signed-off-by: Scott Wood --- include/configs/MPC8260ADS.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 088df8b..de6a3e3 100

[U-Boot] unassigned-patches/36: [PATCH] NetLoop initialization bug

2009-04-03 Thread u-boot
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

[U-Boot] [PATCH v2] PQ2FADS: Enable PCI.

2009-04-03 Thread Scott Wood
PCI on PQ2FADS is very similar to PCI on MPC8272ADS. Signed-off-by: Scott Wood --- Removed an inadvertent change to an 8272ads ifdef. cpu/mpc8260/pci.c|2 ++ include/configs/MPC8260ADS.h | 17 + 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/c

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Wolfgang Denk
Dear Michael & Ben, In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you wrote: > > I used Firefox as front-end web interface to communicate with gmail > server - the only option I have at my work place. It obviously caused > the problem. The http://kerneltrap.org/Linux/E

Re: [U-Boot] bugs/36

2009-04-03 Thread u-boot
Synopsis: [U-Boot][PATCH] NetLoop initialization bug Responsible-Changed-From-To: patch-coord->gu-net Responsible-Changed-By: wd Responsible-Changed-When: Fri, 03 Apr 2009 22:31:14 +0200 Responsible-Changed-Why: Assigned to Ben ___ U-Boot mailing lis

[U-Boot] Pull request: nand flash

2009-04-03 Thread Scott Wood
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Scott Wood (1): Noisily disable the legac

Re: [U-Boot] Compilation warning: "MSR_RI" redefined

2009-04-03 Thread Wolfgang Denk
Dear Detlev, In message you wrote: > > Attached is a patch which fixes this fallout and starts a round of > cleanups. Please submit patches inline, not as attachments! > Subject: [PATCH] Rename common ns16550 constants with UART_ prefix to prevent > conflicts > > Fix problems introduced in co

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

2009-04-03 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <49d58bcf.6020...@gmail.com> you wrote: > Dear Wolfgang, > > Please pull git://git.denx.de/u-boot-fdt.git master. These are bugfixes > from dtc/libfdt and resynchronizes us. > > Thanks, > gvb > > The following changes since commit ed9953d6903c9673135a96ae1644f

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Ben Warren
Hi Michael, Michael Zaidman wrote: > Hi Ben, > > On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote: > >> I tried to apply it but it didn't work, but this isn't my usual computer. >> I'll try on my other machine tonight. BTW - what mailer are you using? >> >> > I used Firefox as front-en

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Ben Warren
Wolfgang Denk wrote: > Dear Michael & Ben, > > In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you > wrote: > >> I used Firefox as front-end web interface to communicate with gmail >> server - the only option I have at my work place. It obviously caused >> the problem.

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1238779289-6054-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git reposi

[U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
The patch fixes the bug of partial initialization of global network parameters. Upon u-boot's start up the first ping command causes a failure of the consequent TFTP command. It happens in the recently added mechanism of the NetLoop initialization where initialization of global network parameters

Re: [U-Boot] Pull request spi flash changes from u-boot-blackfin.git

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1238779336-6138-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git reposi

Re: [U-Boot] Pull request: nand flash

2009-04-03 Thread Wolfgang Denk
Dear Scott Wood, In message <20090403203311.ga9...@ld0162-tx32.am.freescale.net> you wrote: > The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > are available in the git repository

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-04-03 Thread Michael Zaidman
Hi Ben, Ben Warren wrote: > Hi Michael, > > Michael Zaidman wrote: >> >> Hi Ben, >> >> On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren >> wrote: >> >>> >>> I tried to apply it but it didn't work, but this isn't my usual computer. >>>  I'll try on my other machine tonight.  BTW - what mailer are you u

Re: [U-Boot] [PATCH 2/2] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2009-04-03 Thread Wolfgang Denk
Dear Magnus Lilja, In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you wrote: > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > MC13873 RTC support is enabled by this patch. > > Booting from NAND is not supported yet so U-boot relies on some other

Re: [U-Boot] [PATCH] at91: add support for PM9261 board

2009-04-03 Thread Wolfgang Denk
Dear Ilko Iliev, In message <12260566511023-git-send-email-il...@ronetix.at> you wrote: > This patch adds support for the PM9261 board of Ronetix GmbH (www.ronetix.at) > > Signed-off-by: Ilko Iliev > --- > MAKEALL |1 + > Makefile

Re: [U-Boot] [PATCH] IXP425: Add new IXP425 board emPC-A400 Part 2/2

2009-04-03 Thread Wolfgang Denk
Dear Stefan Althoefer, In message <49384735.jeywxlj6p3fgt8ht%stefan.althoe...@web.de> you wrote: > [PATCH] IXP425: Add new IXP425 board emPC-A400 > > This patch adds support for the emPC-A400 CPU board from > Janz Automationssysteme. It will also apply to some > of the Janz emVIEW displays which

Re: [U-Boot] [PATCH] integratorap: fix PCI support

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1229198885-24298-1-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h > index 6ce3b4d..d7f617f 100644 > --- a/includ

Re: [U-Boot] [Bug] IXP425 and e1000 network driver

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message Stefan Althoefer wrote: > Hi, > > I found that IXP425 (big endian ARM) did not work with e1000 network > driver. The reason is broken access to controller registers. > > I get it working with this patch: > > > --- a/drivers/net/e1000.c > +++ b/drivers/net/e1000.c

Re: [U-Boot] [PATCH] at91: CONFIG_USART3 renamed to CONFIG_USART_DBGU

2009-04-03 Thread Wolfgang Denk
Dear Michael Roth, In message <1233929554-11483-3-git-send-email-mr...@nessie.de> you wrote: > In reality there are only three usarts on at91 SoC and one serial > debug port called DBGU which is a reduced functionality usart. > > For reasons of clarity and consistency the prefix USART is maintain

Re: [U-Boot] [PATCH v2] Support for PXA27X UDC.

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe & Remy, In message <1236684053-21368-1-git-send-email-vivek.ku...@azingo.com> Vivek Kutal wrote: > This Patch adds Support for PXA27X UDC. > > Signed-off-by: Vivek Kutal > --- > Resinding after doing the changes suggested by Kim. > > drivers/serial/usbtty.h

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-04-03 Thread Wolfgang Denk
Dear Michal, In message <4981658c.7070...@monstr.eu> you wrote: > > > I'm really sorry for taking so long getting to this. Mostly little things: > > it's ok you are busy guy. I removed uninteresting part of code. > I added all your reported things to u-boot-microblaze.git net branch. > Thanks fo

Re: [U-Boot] [Bug] IXP425 and e1000 network driver

2009-04-03 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message Stefan Althoefer wrote: > >> Hi, >> >> I found that IXP425 (big endian ARM) did not work with e1000 network >> driver. The reason is broken access to controller registers. >> >> I get it working with this patch: >> >> >> --- a/drivers/net

Re: [U-Boot] [U-BOOT][PATCH 1/3] mflash : Fix some style issue

2009-04-03 Thread Wolfgang Denk
Dear unsik Kim, In message <49a210ac.3080...@gmail.com> you wrote: > > From 53292a06d57fcd93fa508c5c698bca5b60a19691 Mon Sep 17 00:00:00 2001 > From: unsik Kim > Date: Wed, 18 Feb 2009 14:31:49 +0900 > Subject: [PATCH 09/13] Initial mflash support > > Mflash is fusion memory device mainly target

Re: [U-Boot] [PATCH] mflash: Initial mflash support

2009-04-03 Thread Wolfgang Denk
Dear unsik Kim, In message <1235529084-5499-1-git-send-email-donar...@gmail.com> you wrote: > Mflash is fusion memory device mainly targeted consumer eletronic and > mobile phone. > Internally, it have nand flash and other hardware logics and supports > some different operation (ATA, IO, XIP) mode

Re: [U-Boot] [PATCH 1/2 V4] cmd_bdinfo: move implementation to arch instead of common

2009-04-03 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1235453714-5143-1-git-send-email-plagn...@jcrosoft.com> you wrote: > introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to > allow > board, cpu and soc to print more information > > Signed-off-by: Jean-Christophe PLAGNIOL-VIL

[U-Boot] [RFC 0/5] MX31: NAND boot for phyCORE and PDK boards.

2009-04-03 Thread Magnus Lilja
Hi all, The following patches add NAND boot support for the i.MX31. I have cleaned up Maxim Artamonov's latest patch (which was for the phyCORE module) and also added i.MX31 PDK support. The series applies on top of Wolfgang's main tree as of yesterday. The original NAND SPL patch has been sp

[U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-03 Thread Magnus Lilja
--- .gitignore |1 + nand_spl/.gitignore |7 +++ 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 nand_spl/.gitignore diff --git a/.gitignore b/.gitignore index e13fc96..6c7406d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ /u-boot.ldr.srec

[U-Boot] [RFC 4/5] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. --- MAKEALL |1 + Makefile|3 + board/freescale/mx31pdk/Makefile| 53 +++

[U-Boot] [RFC 2/5] MX31: Add NAND SPL support for phycore i.MX31 board.

2009-04-03 Thread Magnus Lilja
This patch is the phycore part of Maxim Artamonov's NAND SPL on phycore patch. The note below is from the original patch. Note: By default, Phytec phyCORE-i.MX31 board (pcm-037 and pcm-970) is not suitable for nand-bootloading, because of SW5 switchers block haven't appropriate modes (8-bit, 2k p

[U-Boot] [RFC 1/5] MX31: Add NAND SPL for i.MX31.

2009-04-03 Thread Magnus Lilja
This patch adds the NAND SPL framework needed to boot i.MX31 boards from NAND. The patch is based on the work by Maxim Artamonov (which was signed-off-by him). -- Changes since V3 (original author's latest post): * Updated to apply on the main U-boot tree as of 2009-04-02 * Split the patch

[U-Boot] [RFC 5/5] MX31: Add NAND SPL boot support to i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
--- MAKEALL |3 +- Makefile|7 ++ board/freescale/mx31pdk/config.mk |4 + board/freescale/mx31pdk/lowlevel_init.S | 93 +++ board/freescale/mx31pdk/u-boot-nand.lds | 33

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: > Fix the problem that cannot access actual data when CPU data cache enabled. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/net/rtl8169.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH v2] netloop: updates for NetLoop

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message <49a641e4.8000...@denx.de> you wrote: > [PATCH v2] netloop: updates for NetLoop > > Fix some issues introduced from commit: > 2f70c49e5b9813635ad73666aa30f304c7fdeda9 > suggested by Mike Frysinger. > > - added some comment for the env_id variable in common_cmd_nvedit.c > - m

Re: [U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-03 Thread Scott Wood
Magnus Lilja wrote: > diff --git a/nand_spl/.gitignore b/nand_spl/.gitignore > new file mode 100644 > index 000..af5f02b > --- /dev/null > +++ b/nand_spl/.gitignore > @@ -0,0 +1,7 @@ > +# NAND-SPL files > +/u-boot-spl > +/u-boot-spl-aligned.bin > +/u-boot-spl.bin > +/u-boot-spl.map > +/board/im

Re: [U-Boot] [PATCH 01/15] tools/Makefile: Remove inappropriate double-tabs

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <774d4e517995c43614a1b3870814d6e5829ab6c3.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 153 > > 1 files changed, 77 insertions(+), 76 deletions(-) App

Re: [U-Boot] [PATCH 02/15] tools/Makefile: Split variable declarations into multiple lines

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <2e1eea15f282ac75853cd510fa4301e3f0763e75.1236207433.git.pty...@xes-inc.com> you wrote: > Split variable declarations into multiple lines and use the standard > VAR-y convention. This should more easily allow conditional > compilation of files in the future. > > Si

Re: [U-Boot] [PATCH 2/2] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2009-04-03 Thread Magnus Lilja
Wolfgang, 2009/4/3 Wolfgang Denk : > Dear Magnus Lilja, > > In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you > wrote: >> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and >> MC13873 RTC support is enabled by this patch. >> >> Booting from NAND is no

Re: [U-Boot] [PATCH 03/15] tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <22a383f60a66b6c9baa54dcc1766b3ebde62c873.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile | 107 > +--- > 1 files changed, 55 insertions(+), 52 deletions(-) App

Re: [U-Boot] [PATCH 04/15] tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1939e61f7ae1d5fd4133207ca9935bdfde54d448.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 05/15] tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <843a50a7133b20d731e1fb154c749c6d8e701b3a.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 06/15] tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <7b401d04ef4d44513d04fe514d5919b59527ca85.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH 07/15] tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <14dd76717b4b634d3860b9d7759726e52a9d455d.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 08/15] tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message you wrote: > Signed-off-by: Peter Tyser > --- > tools/Makefile |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Mun

Re: [U-Boot] [PATCH 09/15] tools/Makefile: Compile ncb when CONFIG_NETCONSOLE

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <2b3b8ecc973665b7f706c787318cef12d035ae57.1236207433.git.pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > doc/README.NetConsole |6 ++ > tools/Makefile|1 + > 2 files changed, 3 insertions(+), 4 deletions(-) Applied, thanks.

Re: [U-Boot] [PATCH 10/15] gen_eth_addr: Use POSIX rand() and srand()

2009-04-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200903041853.05083.vap...@gentoo.org> you wrote: > > On Wednesday 04 March 2009 18:33:00 Peter Tyser wrote: > > Replace random()/srandom() use with rand()/srand() to support > > compilation with the mingw toolchain > > i'd add to the changelog that in general, the

Re: [U-Boot] [PATCH 10/15] gen_eth_addr: Use POSIX rand() and srand()

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <0bca9a93be63621ee791be20c6bd1c33495af517.1236207433.git.pty...@xes-inc.com> you wrote: > Replace random()/srandom() use with rand()/srand() to support > compilation with the mingw toolchain > > Signed-off-by: Peter Tyser > --- > tools/gen_eth_addr.c |6 +++---

  1   2   >