Re: [U-Boot] [PATCH 3/8] ZOOM2 Add support for debug board detection.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: > https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP > > The zoom2 has an auxillary board that contains the serial, net, jtag and > battery simulator. This change supports a runtime check if the debug board i

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: > Zoom2 is a new board from Texas Instruments and LogicPD > This is the product description > http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp > > This patch provides a zoom2 base target by copying zoom1 and by

Re: [U-Boot] [PATCH 4/8] ZOOM2 Add serial support.

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: > Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. > The default serial is from the USB connector on left side of the debug board. > The USB connector will produce 2 of the 4 UARTS. On your host pick the first > enumeration. >

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 09:58 Mon 23 Mar , Nicolas Ferre wrote: > > > The MACB IP used by AVR32 & AT91 have two different layout for USRIO > > > register. We have to differentiate this in the driver code. > > > No more

[U-Boot] [PATCH 1/2] MPC8260ADS: Add nfsboot/ramboot to default environment.

2009-04-02 Thread Scott Wood
This brings it in line with other Freescale boards. Signed-off-by: Scott Wood --- include/configs/MPC8260ADS.h | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 42fb

[U-Boot] [PATCH 2/2] mpc8260: Fill in brg's clock-frequency in device tree.

2009-04-02 Thread Scott Wood
Signed-off-by: Scott Wood --- cpu/mpc8260/cpu.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index 1b034cd..d4622ca 100644 --- a/cpu/mpc8260/cpu.c +++ b/cpu/mpc8260/cpu.c @@ -311,6 +311,9 @@ void ft_cpu_setup (void *blob, bd_t *b

[U-Boot] [PATCH RESEND] common/image.c: Relocate strings in tables.

2009-04-02 Thread Scott Wood
Without this, u-boot can crash or print garbage if the original link address no longer points to a valid string. Signed-off-by: Scott Wood --- I sent this a couple weeks ago hoping to make it in as a bugfix, but it didn't make it. Do you have any objections to the patch, or can it go in this mer

Re: [U-Boot] core ticks/timer code

2009-04-02 Thread Graeme Russ
Wolfgang, Can this be put in the ToDo list so anyone who looks to clean up their CPU and/or architecture knows what it is exactly that we are trying to achieve Thanks, Graeme ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

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

2009-04-02 Thread Ben Warren
Hi Michael, Michael Zaidman wrote: > On Thu, Apr 2, 2009 at 3:47 PM, Detlev Zundel wrote: > > >>> I have to enable the git operation via gmail on my workstation. >>> >> What do you mean by this? Usually you only need a mailer which is >> capable to attach things inline. Even better -

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: > >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> On 09:58 Mon 23 Mar , Nicolas Ferre wrote: >>> The MACB IP used by AVR32 & AT91 have two different layout for USRIO register

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

2009-04-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090402192755.gb15...@game.jcrosoft.org> you wrote: > > if Remy is ok > could apply the at91 pull request then I will generate the final usb > reorganisation patch? That should go through the USB custodian tree. Best regards, Wolfgang Denk --

[U-Boot] [PATCH v2] MPC8260ADS: Add nfsboot/ramboot to default environment.

2009-04-02 Thread Scott Wood
This brings it in line with other Freescale boards. Signed-off-by: Scott Wood --- This time with ttyCPM0, not ttyS0. include/configs/MPC8260ADS.h | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8260ADS.h b/inc

[U-Boot] make davinci_dvevm_config error

2009-04-02 Thread Neeraj Tandon
Hi,      I am using u-boot version 2009.03-rc1 for davinci DM6467 EVM. I have set CROSS_COMPILE=arm_v5t_le- and ARCH=arm.       On trying make davinci_dvevm_config I get an error:   ln : creating symbolic link "asm" to "asm-arm" : Opertaion not permitted      Any pointers to how this build enviro

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

2009-04-02 Thread Minkyu Kang
This patch fix the wrong gpio offset Signed-off-by: Minkyu Kang --- include/s3c6400.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/s3c6400.h b/include/s3c6400.h index fd3e99b..1da85a1 100644 --- a/include/s3c6400.h +++ b/include/s3c6400.h @@ -215,9 +215,9

Re: [U-Boot] make davinci_dvevm_config error

2009-04-02 Thread Neeraj Tandon
Hi,   Sorry. This was an error due to location of code in a shared filesystem in vmware machine.   I was able to build after I moved code to another filesystem.   Thanks, Neeraj --- On Thu, 4/2/09, Neeraj Tandon wrote: From: Neeraj Tandon Subject: [U-Boot] make davinci_dvevm_config error To:

Re: [U-Boot] [PATCH 3/8] ZOOM2 Add support for debug board detection.

2009-04-02 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:02 Wed 01 Apr , Tom Rix wrote: > >> https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP >> >> The zoom2 has an auxillary board that contains the serial, net, jtag and >> battery simulator. This ch

Re: [U-Boot] LXT972 issue on MPC8247: tx error

2009-04-02 Thread Sauce.Cheng
thanks Jerry Van Baren-7 sorry about my postpone replying the problem have solved some days ago, thanks for your suggestion about clocks configurate, though it's not clocks' bussiness. the register cmx_uar is mistake, i have fixed it up by manual. everything is done later i will take the details

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

2009-04-02 Thread Jerry Van Baren
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 ed9953d6903c9673135a96ae1644f61cb0eac5ce: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boo

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

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:06 Fri 03 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090402192755.gb15...@game.jcrosoft.org> you wrote: > > > > if Remy is ok > > could apply the at91 pull request then I will generate the final usb > > reorganisation patch? > > That should go

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

2009-04-02 Thread Magnus Lilja
2009/4/2 alfred steele : > Hi: > > Was going through the patch for uboot posted earlier this year and the > related review comments here: > > http://www.mail-archive.com/u-boot@lists.denx.de/msg01140.html. > > From the thread, it looks like no one is working on the u-boot nand > boot on imx31 pdk.

[U-Boot] Help about a simplified bootloader.

2009-04-02 Thread os user
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 NAND flash to SDRAM, construct the tag list, disable I/D

[U-Boot] [PATCH] debug_print macros support

2009-04-02 Thread Prafulla Wadaskar
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 modifying a source code For more details refer doc/README.debug_prints Signed-off-by: prafulla_wadaskar --- conf

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

2009-04-02 Thread Prafulla Wadaskar
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 bin_dep.sh provides a mechanism to execute bin_dep.sh if present in above platform specific folders Signed-off-b

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

2009-04-02 Thread Prafulla Wadaskar
From: prafulla_wadaskar Added macronix SF driver for MTD framework MX25L12805D is supported and tested TBD: sector erase implementation, other deivces support Signed-off-by: prafulla_wadaskar Tested by: prafulla_wadaskar --- drivers/mtd/spi/Makefile|1 + drivers/mtd/spi/macronix.c |

<    1   2