[U-Boot] [PATCH 2/2 V2] rename include/zlib.h to include/u-boot/zlib.h

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Some systems have zlib.h installed in /usr/include/. This isn't the desired file (we want the one in include/zlib.h). This will avoid the conflict. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Fix commint Message Best Regards, J. common/cmd_bootm.c |2 +- fs/c

[U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
The timer has been rewrote with a precision at ~0,18% Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm926ejs/at91/timer.c | 82 +-- include/configs/afeb9260.h |2 +- include/configs/at91cap9adk.h |2 +- include/configs

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

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:28 Fri 03 Apr , Wolfgang Denk wrote: > 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

Re: [U-Boot] Compiling for ARMv7-a

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:27 Thu 02 Apr , Premi, Sanjeev wrote: > Hi, > > I am trying to build the u-boot for ARM Cortex-A8 (OMAP3). > > By default the code is built for ARMv5. So, I made this > change in cpu/arm_cortexa8/config.mk: > > # Make ARMv5 to allow more compilers to work, even though its v7a. > -PLAT

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

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:09 Sat 04 Apr , Prafulla Wadaskar 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 changed, 5 insertions(+), 0 deletions(-) > > diff --

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

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I'll provide you two seperate comment one for the file location and global comment and an other for code review On 04:09 Sat 04 Apr , Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131

Re: [U-Boot] [PATCH v2] Noisily disable the legacy NAND subsystem.

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Wed 01 Apr , Scott Wood wrote: > Legacy NAND is marked for feature removal after April 2009 (i.e. this > upcoming release). There are still several boards that reference it > (though many do so only for disk-on-chip support which has been silently > disabled for a while now). These b

[U-Boot] OneNand support broken for apollon

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, Your patch Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN brake the appolon Could you take a look? Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] netstar: fix crc32.c dependancy location

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/netstar/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 11a952b..91bac38 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -75,7

[U-Boot] AT91 Pull Request

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull the following changes since commit 42f9ebff2f758bef524780a00c712eb63a72d99b: Scott Wood (1): MPC8260ADS: Define CONFIG_HAS_ETH0. are available in the git repository at: git://git.denx.de/u-boot-at91.git master Jean-Christophe PLAGNIOL-VILLARD (11

Re: [U-Boot] [PATCH] at91sam9/at91cap: add new spi framework and spi flash support

2009-04-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:52 Sat 04 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1238840105-19029-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > The new Framework is not yet activated by default, it will be next release > > at the s

Re: [U-Boot] [PATCH 1/1] make MODEM SUPPORT generic instead of duplicate it

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:32 Thu 02 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1236447277-18574-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > common/Makefile

[U-Boot] [PATCH 2/2 V5] bdinfo: coding style cleanup

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- V4 -> V5 Rebase common/cmd_bdinfo.c |4 +++ lib_arm/bdinfo.c|4 +- lib_avr32/bdinfo.c | 16 +++--- lib_blackfin/bdinfo.c | 24 ++-- lib_i386/bdinfo.c | 16 +++--- lib_m

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

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
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-VILLARD Acked-by: Mike Frysinger Acked-by: Haavard Skinnemoen --- V4 -> V5 Rebase common/cmd_bdinfo.c |

[U-Boot] [PATCH 2/3] arm: clean cache management

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
unify arm cache management except for non standard cache as ARM7TDMI Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Comment fix Best Regards, J. board/armltd/integratorap/split_by_variant.sh | 18 - cpu/arm1136/cpu.c | 46 +++- cpu/arm1176/cpu.c

[U-Boot] ARM Pull Request

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
): OMAP3: Update Overo pin mux for new expansion board Jean-Christophe PLAGNIOL-VILLARD (4): arm: update co-processor 15 access arm: clean cache management arm: unify reset command integratorap: fix PCI support Kyungmin Park (1): Move machine specific code to board at

Re: [U-Boot] [PATCH] OMAP3: Beagle: Set pinmux conditionally for Rev C boards

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:46 Sun 05 Apr , Dirk Behme wrote: > The Beagle Rev C boards pull UART2 from an alternate set of balls. > > Signed-off-by: Steve Sakoman > Signed-off-by: Dirk Behme > --- > > board/omap3/beagle/beagle.c |4 > board/omap3/beagle/beagle.h | 25 + > 2 f

Re: [U-Boot] [PATCH] OMAP3: Remove legacy NAND defines

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:38 Sun 05 Apr , Dirk Behme wrote: > Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. > > Signed-off-by: Dirk Behme > --- > > For Zoom1 it was already removed by > > http://lists.denx.de/pipermail/u-boot/2009-April/050150.html Scott can I apply this one or will

Re: [U-Boot] [PATCH v2] OMAP3: Update Overo pin mux for new expansion board

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:15 Mon 30 Mar , Dirk Behme wrote: > A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and > switches. This patch changes the pinmux configuration for those pins. > They were previously set up for unused MMC3_DAT4-7. > > Signed-off-by: Steve Sakoman > Signed-off-by: Dirk

Re: [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:24 Fri 27 Mar , Daniel Gorsulowski wrote: > This patch adds support for MEESC board from esd gmbh. > The MEESC is based on an Atmel AT91SAM9263 SoC. > > Signed-off-by: Daniel Gorsulowski > --- please rebase your patch against git://git.denx.de/u-boot-at91.git branch clock Best Regards

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

2009-04-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:01 Sun 05 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1238927618-15438-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to > > allow &

Re: [U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:50 Mon 13 Apr , Peter Tyser wrote: > On Sat, 2009-04-04 at 01:08 +0200, Wolfgang Denk wrote: > > Dear Peter Tyser, > > > > In message <1236988492-21295-6-git-send-email-pty...@xes-inc.com> you wrote: > > > Some systems have zlib.h installed in /usr/include/. This isn't the > > > desired

Re: [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:56 Mon 06 Apr , Daniel Gorsulowski wrote: > Hi Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 10:24 Fri 27 Mar , Daniel Gorsulowski wrote: >>> This patch adds support for MEESC board from esd gmbh. >>> The MEESC is based on an Atme

Re: [U-Boot] [PATCH u-boot git] DaVinci now respects SKIP_LOWLEVEL_INIT

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:46 Sun 12 Apr , David Brownell wrote: > From: David Brownell > > Don't needlessly include lowlevel init code; that's only really > needed with boot-from NOR (not boot-from-NAND). The 2nd stage > loader (UBL) handles that before it loads U-Boot. > > Signed-off-by: David Brownell > >

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:48 Fri 10 Apr , Sergey Lapin wrote: > On Sat, Apr 04, 2009 at 04:06:34PM +0200, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > The timer has been rewrote with a precision at ~0,18% > Works perfectly with afeb9260 > > > > Signed-off-by: Jean-Christophe PL

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:04 Mon 06 Apr , Eric BENARD wrote: > Jean-Christophe PLAGNIOL-VILLARD a écrit : >> The timer has been rewrote with a precision at ~0,18% >> > works fine on an 9260 and solves TFTP timeout problem. Thanks for the test btw: could you specify on wich boards? I'll sen

Re: [U-Boot] PATCH mtd CFI flash: timeout calculation underflow if imprecise 1kHz timer: fix

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:28 Fri 10 Apr , Renato Andreola wrote: > From 6cc63851e5e4c16012d9afad70cedb41b7340de7 Mon Sep 17 00:00:00 2001 > From: Renato Andreola > Date: Fri, 10 Apr 2009 12:52:55 +0200 > Subject: drivers/mtd/cfi_flash: precision and underflow problem in tout > calculation > > With old configur

Re: [U-Boot] [PATCH v3] Marvell MV88E61XX Switch Driver support

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:31 Thu 09 Apr , Prafulla Wadaskar wrote: > Chips supported:- > 1. 88E6161 6 port gbe swtich with 5 integrated PHYs > 2. 88E6165 6 port gbe swtich with 5 integrated PHYs > 2. 88E6132 3 port gbe swtich with 2 integrated PHYs > > Note: This driver is supported and tested against > kirkwood

Re: [U-Boot] udelay/udelay_masked problems

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:52 Tue 07 Apr , E Robertson wrote: > Hi all, > Is their a problem using udelay in board_init functions? actually yes I'll send some patch to cleanuo the timer/interrupt init this week > When I do this on my at91, arm926ejs board, it seems to be in an endless loop. > I thought this was a t

Re: [U-Boot] how to build u-boot environment

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:01 Wed 08 Apr , ong wrote: > Hi, > > May i know how to build the u-boot environment for my board? you will not build it you will built where will be store the env > Whats the different below. I would like to know how to build u-boot > environment. As i know its different with u-boot.bi

Re: [U-Boot] [PATCH] Remove sa1100.h

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:51 Thu 16 Apr , Shinya Kuribayashi wrote: > sa1100.h is not used anywhere, then remove it. > > $ find . -name '*.h' -empty -print > ./include/sa1100.h > $ git grep 'sa1100.h' . > $ > > Signed-off-by: Shinya Kuribayashi > --- > include/sa1100.h |0 > 1 files changed, 0 insertions(

Re: [U-Boot] [PATCH v2] OMAP3: Remove legacy NAND defines

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:15 Tue 14 Apr , Dirk Behme wrote: > Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. > > Signed-off-by: Dirk Behme > --- > > For Zoom1 it was already removed by > > http://lists.denx.de/pipermail/u-boot/2009-April/050150.html > http://lists.denx.de/pipermail/u-

Re: [U-Boot] [PATCH u-boot git] DaVinci now respects SKIP_LOWLEVEL_INIT

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:52 Tue 14 Apr , David Brownell wrote: > On Tuesday 14 April 2009, Wolfgang Denk wrote: > > Please don't do it like this. Please use the same style like > > everybody else. > > Having to guess .. you mean don't indent? yes please move the Makefile to SOBJS-y COBJS-y Best Regards, J. ___

Re: [U-Boot] [PATCH 1/3] OMAP3:NAND: Change the NAND timing assignment

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:48 Mon 13 Apr , Nishanth Menon wrote: > NAND timing is defaulted to Micron NAND. To support > varied boards, this is not scalable. > This patch introduces compile time option to select > the timing to select at the same time allows > platforms to build with custom timing params > > Signe

Re: [U-Boot] [PATCH 2/3] OMAP3:NAND: Change the NAND CS handling

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:48 Mon 13 Apr , Nishanth Menon wrote: > NAND CS is assumed to be CS0 while we could have > choice b/w 0 to 7. This patch enables board files > to handle varied CS on a need basis. > > Signed-off-by: Nishanth Menon > --- > cpu/arm_cortexa8/omap3/mem.c |8 +--- > include/asm-

Re: [U-Boot] [PATCH 3/3] OMAP3:NAND: rename SMNAND_ENV_OFFSET

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:48 Mon 13 Apr , Nishanth Menon wrote: > SMNAND_ENV_OFFSET is more specific to Samsung > NAND, rename it to NAND_ENV_OFFSET > CONFIG_ENV_NAND_OFFSET or something simillar will be beter Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.

Re: [U-Boot] [PATCH u-boot git] minor DaVinci clock cleanup

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:40 Sun 12 Apr , David Brownell wrote: > From: David Brownell > > Minor cleanup to clock-related defines for DaVinci DM6446 boards: > > - CONFIG_SYS_CLK_FREQ is unused; remove it. > > - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK > > On DM6446 both of those periph

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:04 Sun 12 Apr , David Brownell wrote: > On Sunday 12 April 2009, David Brownell wrote: > > ... read six bytes, instead of reading twelve > > bytes then discarding every one. > > Urgh, editing goof. Should read "discarding every other one". please send a new version Best Regards, J

Re: [U-Boot] [PATCH u-boot git] DaVinci Ethernet cleanup

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:49 Sun 12 Apr , David Brownell wrote: > From: David Brownell > > Chips without the EMAC controller won't need the utilities > it uses to read an Ethernet address from EEPROM; so don't > include them needlessly. > > Use is_valid_ether() to validate the address from EEPROM. > All-zero a

Re: [U-Boot] [PATCH u-boot git] there are non-DM6446 DaVinci chips

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:44 Sun 12 Apr , David Brownell wrote: > From: David Brownell > > Start updating DaVinci board support to reduce dependencies on > dm644x chips and EVM-like boards ... beginning with "psc.c", > which hosts a bunch of those dependencies: > > - Pinmux registers and their contents are SoC

Re: [U-Boot] [PATCH 1/2] at91: Add command to control up to 5 user-leds from the console

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:31 Tue 07 Apr , Daniel Gorsulowski wrote: > This patch bases on patch of Ulf Samuelsson > ([PATCH 1/1] ARM: Add command to control coloured led from the console, > Wed Jan 7 21:09:55 CET 2009) > It allows any board implementing the user LED API > to control the LEDs from the console. > >

Re: [U-Boot] [PATCH 2/2] at91: Add support for MEESC board of esd gmbh

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
> --- /dev/null > +++ b/board/esd/meesc/meesc.c > @@ -0,0 +1,300 @@ > +/* > + * (C) Copyright 2007-2008 > + * Stelian Pop > + * Lead Tech Design > + * > + * (C) Copyright 2009 > + * Daniel Gorsulowski > + * esd electronic system design gmbh > + * > + * See file CREDITS for list of people who co

Re: [U-Boot] [PATCH] s3c64xx: remove unnecessary definition

2009-04-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:59 Mon 06 Apr , Minkyu Kang wrote: > CONFIG_S3C6400 is must defined at config header file > That definition is unnecessary at this file > > Signed-off-by: Minkyu Kang > --- > include/s3c6400.h |4 > 1 files changed, 0 insertions(+), 4 deletions(-) applied Best Regards, J. ___

Re: [U-Boot] [PATCH u-boot git] DaVinci now respects SKIP_LOWLEVEL_INIT

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:38 Thu 16 Apr , David Brownell wrote: > On Thursday 16 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > please move the Makefile to SOBJS-y COBJS-y > > I'm not following. A quick scan of boards I've used shows > most of them using SOBJS, rather than

Re: [U-Boot] [PATCH u-boot git] there are non-DM6446 DaVinci chips

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:31 Thu 16 Apr , David Brownell wrote: > On Thursday 16 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 15:44 Sun 12 Apr , David Brownell wrote: > > > could you split it in more logical change please > > I'll fragment it a bit more, ok.

Re: [U-Boot] [PATCH u-boot git] dm9000 EEPROM reading bugfix

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:15 Thu 16 Apr , David Brownell wrote: > From: David Brownell > > Make the U-Boot dm9000 driver read addresses from EEPROM just > like Linux does ... read six bytes, instead of reading twelve > bytes and then discarding every other one. > > Using the right Ethernet address is a big win.

Re: [U-Boot] at91sam9g20 sd card boot

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:56 Thu 16 Apr , Rob Emanuele wrote: > Greetings, > > Is there a framework in place for using U-Boot to boot Linux from an > SD Card on an at91sam9g20 processor? the mci drivers could help you about it but it need to be tested and updated > > I've been reading through the code and found

Re: [U-Boot] [PATCH v4] Marvell MV88E61XX Switch Driver support

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:54 Wed 15 Apr , Prafulla Wadaskar wrote: > Chips supported:- > 1. 88E6161 6 port gbe swtich with 5 integrated PHYs > 2. 88E6165 6 port gbe swtich with 5 integrated PHYs > 2. 88E6132 3 port gbe swtich with 2 integrated PHYs > Platform specific configuration supported > > Note: This driver

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

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:48 Wed 08 Apr , Prafulla Wadaskar 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. File transfer using tftp and loadb > 3. SPI flash re

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

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:33 Wed 08 Apr , Prafulla Wadaskar wrote: > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-Z0 define CONFIG_KW88F6281_Z0 > 2) 88F6281-A0 define CONFIG_KW88F6281_A0 > 3) 88F61

Re: [U-Boot] Allocating a frame buffer in memory

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:13 Fri 10 Apr , Steven Zedeck wrote: > > Hi, > I am trying to allocate a frame buffer for my LCD code. I think I understand > how to set up the LCC controller in the Atmel AT91SAM9. So thats not the > issue, at least not yet. I need to understand how UBoot allocates a block of > memory f

[U-Boot] AT91 Pull Request

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
support for the PM9263 board of Ronetix GmbH Jean-Christophe PLAGNIOL-VILLARD (2): at91sam9/at91cap: improve clock framework at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000 MAINTAINERS|4 + MAKEALL|1

[U-Boot] [PATCH] arm946es: remove non used timer

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm946es/Makefile |3 +- cpu/arm946es/interrupts.c | 158 - 2 files changed, 2 insertions(+), 159 deletions(-) delete mode 100644 cpu/arm946es/interrupts.c diff --git a/cpu/arm946es

[U-Boot] [PATCH] arm: cleanup remaining CONFIG_INIT_CRITICAL

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm946es/start.S|4 +++- cpu/arm_intcm/start.S |4 +++- include/configs/SMN42.h |2 -- include/configs/armadillo.h |2 +- include/configs/gcplus.h|2 +- include/configs

[U-Boot] [PATCH] ixp/interrupts: Move conditional compilation to Makefile

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/ixp/Makefile |3 ++- cpu/ixp/interrupts.c |8 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile index 7e98d87..a673cb1 100644 --- a/cpu/ixp/Makefile +++ b/cpu/ixp

[U-Boot] [PATCH] at91rm9200: move reset code to reset.c

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm920t/at91rm9200/Makefile | 14 +- cpu/arm920t/at91rm9200/interrupts.c | 37 -- cpu/arm920t/at91rm9200/reset.c | 71 +++ 3 files changed, 82 insertions(+), 40 deletions

[U-Boot] [PATCH] arm920/926/926: remove non needed header

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm920t/cpu.c |1 - cpu/arm920t/imx/timer.c |1 - cpu/arm920t/interrupts.c|1 - cpu/arm920t/s3c24x0/timer.c |1 - cpu/arm926ejs/cpu.c |1 - cpu/arm926ejs/davinci/timer.c

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

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:44 Fri 17 Apr , Prafulla Wadaskar wrote: > Hi Jean > > Thanks for your review comments. > > > -Original Message----- > > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > > Sent: Friday, April 17, 2009 2:52 PM > >

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

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > +#define MV88F6281GTW_GE_MPP0_7 0x0111 > > > +#define MV88F6281GTW_GE_MPP8_15 0x11103311 > > > +#define MV88F6281GTW_GE_MPP16_23 0x > > > +#define MV88F6281GTW_GE_MPP24_31 0x > > > +#define MV88F6281GTW_GE_MPP32_39 0x40440222 > > > +#define MV88F6281GTW_

[U-Boot] [PATCH] arm: rename timer init callback timer_init

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/armltd/integratorap/integratorap.c |2 +- board/armltd/integratorcp/integratorcp.c |2 +- board/atmel/at91cap9adk/at91cap9adk.c|1 - board/davinci/common/misc.h |1 - board

[U-Boot] [PATCH] omap2420h4: move arch pre lowlevel init to board

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Richard Woodruff --- board/omap2420h4/lowlevel_init.S | 23 +++ cpu/arm1136/start.S | 20 +++- include/configs/omap2420h4.h |1 + 3 files changed, 27 insertions(+), 17 deletions

[U-Boot] [ANNOUNCE] Kconfig support

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, I've upload on the u-boot-arm tree in kconfig branch some patch on which I work to all us to use Kconfig It's a dev branch not all patch are perfect but it will be nice if other could help to finish it and help me to create all the Kconfig files Be

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

2009-04-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:26 Sat 18 Apr , Prafulla Wadaskar wrote: > > > > > + > > > > > +#endif /* CONFIG_MISC_INIT_R */ > > > > > diff --git a/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > > > b/board/Marvell/mv88f6281gtw_ge/u-boot.lds > > > > is it possible to have a shorter name for the board? > > > No Jean,

Re: [U-Boot] [ANNOUNCE] Kconfig support

2009-04-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:38 Sun 19 Apr , Kumar Gala wrote: > > On Apr 18, 2009, at 11:25 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >> Hi all, >> >> I've upload on the u-boot-arm tree in kconfig branch >> some patch on which I work to all us to use Kconfig >

Re: [U-Boot] [PATCH v2] OMAP3: Remove legacy NAND defines

2009-04-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:21 Mon 20 Apr , Scott Wood wrote: > On Mon, Apr 20, 2009 at 07:19:57AM +0200, Wolfgang Denk wrote: > > Dear Jean-Christophe PLAGNIOL-VILLARD, > > > > In message <20090417053017.gd31...@game.jcrosoft.org> you wrote: > > > On 20:15 Tue 14 Apr

Re: [U-Boot] [PATCH] Default to HOSTARCH if ARCH isn't specified

2009-04-20 Thread Jean-Christophe PLAGNIOL-VILLARD
Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] U-Boot Timer Qualification

2009-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, For all Timer modification a minimun of qualification is mandatory as it will impact a lots of part of u-boot. So for this purpose I'll propose you to use one of this two approche to report the precition of your timer or update 1) Clock generation

Re: [U-Boot] [PATCH] OMAP3: Print correct silicon revision

2009-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:53 Tue 21 Apr , Sanjeev Premi wrote: > The function display_board_info() displays the silicon > revision as 2 - based on the return value from get_cpu_rev(). > > This is incorrect as the current Si version is 3.1 > > This patch displays the correct version; but does not > change get_cpu

Re: [U-Boot] U-Boot Timer Qualification

2009-04-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:08 Wed 22 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090422204936.gb29...@game.jcrosoft.org> you wrote: > > > > For all Timer modification a minimun of qualification is mandatory > > as it wil

Re: [U-Boot] [PATCH v2] arm925t: Fix CONFIG_SYS_HZ to 1000

2009-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:12 Wed 22 Apr , Ladislav Michl wrote: > Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of > get_timer. > > Changes since original version: > * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to > improve timer resolution. please put in the commit

Re: [U-Boot] Bug in new at91 clock framework?

2009-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
> > I'm working on git://git.denx.de/u-boot-at91.git branch clock > I also have an AT91SAM9263-EK, but with a 16.0 MHz main oscillator. > Everything is fine, as long as no changes were made. But if I undef > CONFIG_USB_ATMEL and CONFIG_CMD_USB, the board does not boot. Only > some cryptical charact

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

2009-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:16 Thu 23 Apr , Prafulla Wadaskar wrote: > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-A0 define CONFIG_KW88F6281_A0 > 2) 88F6192-A0 define CONFIG_KW88F6192_A0 > > Other

Re: [U-Boot] Uboot Remote gdb gives segmentation fault and hangs

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:07 Fri 24 Apr , alfred steele wrote: > Hi, > I am trying to debug u-boot using arm-elf-gdb on the PDK board. I have been > succesfully using this gdb to a great extent. However, when i try my > vanilla u-boot image with debug, i get a "segfault". which ICE do you use? > > $ arm-elf-gdb

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:21 Fri 24 Apr , Sanjeev Premi wrote: > The board-types defined in struct omap3_sysinfo seem to be > unused. The function display_board_info() is passed > board type as an argument; which is ignored. > > This patch removes all uses of board-type, related definitions > and functions. I've

Re: [U-Boot] [PATCH 2/2] OMAP3: Print correct silicon revision

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:22 Fri 24 Apr , Sanjeev Premi wrote: > The function display_board_info() displays incorrect > silicon revision - based on the return value from > function get_cpu_rev(). > > This patch fixes the problem. two comment on the omap3 first for the cp15 we have the get/set_cr API it will be n

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:34 Fri 24 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424164422.gb2...@game.jcrosoft.org> you wrote: > > On 20:21 Fri 24 Apr , Sanjeev Premi wrote: > > > The board-types defined in struct omap3_sysinf

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:59 Fri 24 Apr , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 20:21 Fri 24 Apr , Sanjeev Premi wrote: >>> The board-types defined in struct omap3_sysinfo seem to be >>> unused. The function display_board_i

Re: [U-Boot] [PATCH 2/2] OMAP3: Print correct silicon revision

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:49 Fri 24 Apr , Dirk Behme wrote: > Sanjeev Premi wrote: > > The function display_board_info() displays incorrect > > silicon revision - based on the return value from > > function get_cpu_rev(). > > > > This patch fixes the problem. > > > > Signed-off-by: Sanjeev Premi > > Signed-off

Re: [U-Boot] Uboot Remote gdb gives segmentation fault and hangs

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:48 Fri 24 Apr , alfred steele wrote: > Thanks ! > > > which ICE do you use? > I use the the BDI3000. Could there be something wrong with the > U-boot image or the way u-boot doing a partial u-boot initialization. > The fact is that it does not even show the entry point/reset vector > a

Re: [U-Boot] [PATCH 01/10] ZOOM2 Add initial support for Zoom2

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:40 Tue 14 Apr , Tom Rix wrote: > Zoom2 is a new board from Texas Instruments and LogicPD > > The logicpd web site is a good source for general information on this board. > Please start looking here if the below links are broken. > http://www.logicpd.com > > This is a pdf of the product

Re: [U-Boot] [PATCH 05/10] ZOOM2: rename timer divisor

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:40 Tue 14 Apr , Tom Rix wrote: > Divisor field is called PTV not PVT. > > This change is needed because of earlier OMAP commit > 81472d893fa565c9d300928a40e504a689bde131 > of the same name > this change need to be done at the first patch otherwise will not be able to compile it or bisec

Re: [U-Boot] [PATCH 08/10] ZOOM2 Add led support.

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
> +#include > +#endif > #include > #include > #include > @@ -78,7 +81,6 @@ int board_init (void) > #if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT) > status_led_set (STATUS_LED_BOOT, STATUS_LED_ON); > #endif > - > return 0; > } > > diff --git a/include/configs/omap

Re: [U-Boot] [PATCH 01/10] ZOOM2 Add initial support for Zoom2

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:26 Fri 24 Apr , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:40 Tue 14 Apr , Tom Rix wrote: > > Zoom2 is a new board from Texas Instruments and LogicPD > > > > The logicpd web site is a good source for general information on this board. > > Please star

Re: [U-Boot] [PATCH u-boot git] there are non-DM6446 DaVinci chips

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:33 Fri 24 Apr , David Brownell wrote: > On Friday 24 April 2009, Hugo Villeneuve wrote: > > I would suggest renaming (or adding) CONFIG_SOC_DM6446 > > to CONFIG_SOC_DM644x > > The updated patchset I sent includes CONFIG_SOC_DM644X: > > http://lists.denx.de/pipermail/u-boot/2009-April/

Re: [U-Boot] [PATCH 1/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:21 Fri 24 Apr , Scott Wood wrote: > On Fri, Apr 24, 2009 at 02:57:52PM +0900, Kyungmin Park wrote: > > Actually, I don't like the CONFIG_SYS_MONITOR_LEN approaches, now you > > are consider the bad block at 1. > > But we can also consider the bad block 2, if there two consecutive 2 > > ba

Re: [U-Boot] [PATCH 1/2] LPC2468 support

2009-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:57 Fri 24 Apr , Remco Poelstra wrote: > This patch includes support for the LPC2468 processor from NXP. > > Signed-off-by: Remco Poelstra > --- > A working board example will be submitted when this patch is found to be OK. > This patch is against latest git. > The previous problem with

Re: [U-Boot] [PATCH 1/2] LPC2468 support

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:14 Sat 25 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424215804.gc10...@game.jcrosoft.org> you wrote: > > > ... > > > +#define COPY_BUFFER_LOCATION 0x4000fde0 > > evenif it's soc specific flas

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:01 Fri 24 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424200323.gd2...@game.jcrosoft.org> you wrote: > > > > > What exactly do you mean by "move the STD API"? > > > > > > In which

Re: [U-Boot] [PATCH 2/2] OMAP3: Print correct silicon revision

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:40 Fri 24 Apr , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 18:49 Fri 24 Apr , Dirk Behme wrote: >>> Sanjeev Premi wrote: >>>> The function display_board_info() displays incorrect >>>> s

[U-Boot] [PATCH V2] make MODEM SUPPORT generic instead of duplicate it

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
and fix comment Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- v2: Fix comment Best Regards, J. common/Makefile |1 + common/modem.c | 122 +++ lib_arm/board.c | 99 lib_ppc/board.c

Re: [U-Boot] U-Boot ARM merge strategy

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:07 Sat 25 Apr , Dirk Behme wrote: > Hi Ben, > > Ben Warren wrote: >> Hi Dirk, >> >> On Fri, Apr 24, 2009 at 10:17 PM, Dirk Behme >> wrote: >> >>> Dear Jean-Christophe, >>> >>> David Brownell wrote: >>> ... >> http://lists.denx.de/pipermail/u-boot/2009-April/050802.html > the Pa

Re: [U-Boot] U-Boot ARM merge strategy

2009-04-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:30 Sat 25 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090425170829.ga30...@game.jcrosoft.org> you wrote: > > > > > - What's about patches that are sent while open merge window or before, > > > but nee

Re: [U-Boot] [PATCH v3] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:29 Tue 21 Apr , Dirk Behme wrote: > From: Manikandan Pillai > Signed-off-by: Dirk Behme > Signed-off-by: Manikandan Pillai > --- as Request precedently switch to 12Mhz source clock or please specify the timer resolution & precision of your implementation and put in the commit message &

[U-Boot] OMAP3 ARCH STATUS

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, The current implementation of the omap3 needs cleanup in the following area gpio API (done by Tom Rix) mux API device init implementation (as done for the at91) interrupt duplicated code Best Regards, J.

Re: [U-Boot] [PATCH 09/10] ZOOM1 Remove more legacy NAND defines.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Tue 14 Apr , Tom Rix wrote: > These legacy NAND defines are no longer needed by this target. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] [PATCH 06/10] LED Add documentation describing the status_led and colour led API.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:40 Tue 14 Apr , Tom Rix wrote: > This document describes the u-boot status LED API. > This allows common u-boot commands to use a board's leds to > provide status for activities like booting and downloading files. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. __

Re: [U-Boot] [PATCH 07/10] ARM Add blue colour LED to status_led.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Tue 14 Apr , Tom Rix wrote: > There is exiting support for red,yellow,green but no blue. > The main LED on the zoom2 is a blue LED. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH] OMAP3: Fix changed mmc init command

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:30 Tue 21 Apr , Dirk Behme wrote: > In recent U-Boot mmcinit changed to mmc init. > > Signed-off-by: Steve Sakoman > Signed-off-by: Dirk Behme > --- Applied Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH v2] OMAP3: Remove legacy NAND defines

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:15 Tue 14 Apr , Dirk Behme wrote: > Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. > > Signed-off-by: Dirk Behme > --- applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.de

Re: [U-Boot] [PATCH 01/10] ZOOM2 Add initial support for Zoom2

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:10 Sat 25 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424213824.gd32...@game.jcrosoft.org> you wrote: > > > ... > [FULL QUOTE DELETED] > > > It makes no sense to quote the complete patch when you just

<    5   6   7   8   9   10   11   12   13   14   >