Re: [U-Boot] [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select configurable for MC13783

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:27 Mon 13 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe, > > In message <[EMAIL PROTECTED]> you wrote: > > On 10:36 Fri 29 Aug , Magnus Lilja wrote: > > > The i.MX31 has three SPI buses and each bus has several chip selects > > > and the MC13783 chip can be connected to any of th

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

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:27 Mon 13 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe, > > In message <[EMAIL PROTECTED]> you wrote: > > On 10:36 Fri 29 Aug , Magnus Lilja wrote: > > > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > > > MC13873 RTC support is enabled by this patch.

Re: [U-Boot] PATCH: U-Boot support for Olimex SAM9L-9260 development board

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:19 Mon 13 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe, > > In message <[EMAIL PROTECTED]> Markus Kammerstetter wrote: > > Hi, > > > > I added support for the Olimex SAM9L-9260 development board to the > > current git source tree. > > The original code is from the at91sam9260ek im

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

2008-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:25 Mon 13 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > On 10:36 Fri 29 Aug , Magnus Lilja wrote: > > > > > Add support for the Freescale i.MX3

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

2008-10-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:51 Wed 15 Oct , Alan Carvalho de Assis wrote: > Hi Jean-Christophe, > > On Mon, Oct 13, 2008 at 5:49 AM, Jean-Christophe PLAGNIOL-VILLARD > <[EMAIL PROTECTED]> wrote: > >> Is there any special reason it was not added to the master branch > >> yet? &g

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

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:44 Wed 15 Oct , Alan Carvalho de Assis wrote: > Hi Jean-Christophe, > > On Wed, Oct 15, 2008 at 2:04 PM, Jean-Christophe PLAGNIOL-VILLARD > <[EMAIL PROTECTED]> wrote: > > On 08:51 Wed 15 Oct , Alan Carvalho de Assis wrote: > >> Hi Jean-Christophe, &g

[U-Boot] [PATCH 1/2] rename CFG_ macros to CONFIG_SYS

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Makefile | 52 +- README | 334 README.nios_CONFIG_SYS_NIOS_CPU| 140 api/api_sto

[U-Boot] [PATCH 2/2] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
add same check on all board at MAKEALL start it can be disable by CHECK=no as $ CHECK=no ./MAKEALL Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- MAKEALL |5 +++ Makefile |4 ++ tools/find_config_errors

[U-Boot] [PATCH 1/1] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
run make find_config_errors to performed it. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Makefile |4 ++ tools/find_config_errors | 87 ++ 2 files changed, 91 insertions(+), 0 deletions(-) creat

Re: [U-Boot] [PATCH 1/1] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:18 Thu 16 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > > > +find_config_errors: > > + @echo "Search for config errors" > > + @git-grep CFG_ | cut -d: -f1 | so

Re: [U-Boot] [PATCH] ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory

2008-10-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:27 Mon 13 Oct , Roman Mashak wrote: > OMAP identification is implemented in 'cpuinfo.c' and located in > ARM926EJ-S directory. It makes sense to place this file in OMAP > specific subdirectory, i.e. cpu/arm926ejs/omap > > Signed-off-by: Roman Mashak <[EMAIL PROTECTED]> > --- > cpu/arm92

Re: [U-Boot] [PATCH 01/10] Fix IP alignement problem

2008-10-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:11 Wed 15 Oct , Olav Morken wrote: > On Wed, Oct 15, 2008 at 07:07, Ben Warren <[EMAIL PROTECTED]> wrote: > > Hi Olav, > > > > On Fri, Oct 10, 2008 at 11:53 AM, Olav Morken <[EMAIL PROTECTED]> wrote: > >> > >> On Fri, Oct 10, 2008 at 7:01 PM, Ben Warren <[EMAIL PROTECTED]> > >> wrote: > >

Re: [U-Boot] [PATCH v2] bootm: Move to using a function pointer table for the boot os function

2008-10-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:07 Sun 19 Oct , Kumar Gala wrote: > This removes a bit of code and makes it easier for the upcoming sub bootm > command support to call into the proper OS specific handler. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > > Fix a bug that showed up in sub command testing in tha

Re: [U-Boot] [PATCH 01/13 v4] ARM: OMAP3: Add pin mux, clock and cpu headers

2008-10-19 Thread Jean-Christophe PLAGNIOL-VILLARD
TECTED]> > > --- > > Changes in version v3: > > - Replace space by tabs in headers as proposed by Jean-Christophe > PLAGNIOL-VILLARD > > include/asm-arm/arch-omap3/bits.h | 48 +++ > include/asm-arm/arch-omap3/clocks.h | 62 > include/a

Re: [U-Boot] Atmel AT91RM9200: U-Boot refuses to copy to a particular sector of flash memory

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:16 Mon 20 Oct , Ki Chi Leung wrote: > Hello list, hi Could you specify the U-Boot version. the command sequence that you use please Best Regards, J. > > I am trying to load a Linux 2.6.22 kernel uimage on the flash memory > of a custom Atmel AT91RM9200 board. From U-Boot the flash memo

Re: [U-Boot] [PATCH][iMX31] Change to use "do_div" macro

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:06 Mon 20 Oct , Tomohiro Masubuchi wrote: > I tryed to build u-boot by Sourcery G++ Lite 2008q3-41 for ARM GNU/Linux. > But, it was failed with some link error of divide function. > Thus, I changed to use the "do_div" macro to calculate the dividing. > > In my environment, the "next" bra

Re: [U-Boot] [PATCH] AT91SAM9263-pm9263-support

2008-10-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:24 Mon 20 Oct , Ilko Iliev wrote: > This patch adds support for the PM9263 board of Ronetix GmbH > (www.ronetix.at) > > Signed-off-by: Ilko Iliev <[EMAIL PROTECTED]> > > --- > MAKEALL |1 + > Makefile |3 + > board/ronet

Re: [U-Boot] [PATCH] [ARM] Apollon UBI support

2008-10-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:19 Tue 21 Oct , Kyungmin Park wrote: > If you want to UBI on Apollon, uncomment the CONFIG_SYS_USE_UBI macro > > Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> > --- > board/apollon/Makefile|4 ++- > board/apollon/ubi.c | 55 > +

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:00 Tue 21 Oct , Ilko Iliev wrote: > Wolfgang Denk wrote: > > Dear Ilko Iliev, > > > > In message <[EMAIL PROTECTED]> you wrote: > > > >> This patch allows to have an at91 board specific lowlevel_init.S > >> > >> Signed-off-by: Ilko Iliev <[EMAIL PROTECTED]> > >> > >> index ec6ad5d..788

Re: [U-Boot] [PATCH] lcd: print custom strings after the logo

2008-10-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:40 Tue 21 Oct , Wolfgang Denk wrote: > Dear Stelian Pop, > > In message <[EMAIL PROTECTED]> you wrote: > > > +#ifndef CONFIG_LCD_LOGO_TEXT1 > > > +# define CONFIG_LCD_LOGO_TEXT1 "(C) 2008 ATMEL Corp" > > > +#endif > > > > Wouldn't it be better if we move this text into > > include/confi

Re: [U-Boot] [PATCH][RFC] bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}

2008-10-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:42 Tue 21 Oct , Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <[EMAIL PROTECTED]> you wrote: > > > > >> +#define CONFIG_BOOTM_LINUX 1 > > >> +#define CONFIG_BOOTM_NETBSD 1 > > >> +#define CONFIG_BOOTM_RTEMS 1 > > > > > > The only somewhat reasonable thing I can come up with is

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: > >From ae5af322e53d00d021f6d4aa39c6916e1d3e12b7 Mon Sep 17 00:00:00 2001 > From: Alan Carvalho de Assis <[EMAIL PROTECTED]> > Date: Sun, 5 Oct 2008 20:00:59 -0300 > Subject: [PATCH] iMX31: Add support to iMX31PDK board boots from NAND Flash >

Re: [U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:01 Tue 07 Oct , Alan Carvalho de Assis wrote: > >From eeb4a71a3565098ba43aeb83be163731065a039d Mon Sep 17 00:00:00 2001 > From: Alan Carvalho de Assis <[EMAIL PROTECTED]> > Date: Sun, 5 Oct 2008 19:57:22 -0300 > Subject: [PATCH] iMX31: Reducing start.S size to let boot from NAND > > iMX3

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:12 Wed 22 Oct , Ilko Iliev wrote: > Dear Mr. Denk, > > > Dear Ilko Iliev, > > > > In message <[EMAIL PROTECTED]> you wrote: > > > >>> Maybe instead of adding mor #ifdef'ery here, we can turn > >>> lowlevel_init() into a "weak" function that can be redefined by board > >>> specific cod

Re: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:16 Wed 22 Oct , Kyungmin Park wrote: > Move machine specific code to smdk6400. > Some board use OneNAND instead of NAND. > > Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> > --- > diff --git a/board/samsung/smdk6400/lowlevel_init.S > b/board/samsung/smdk6400/lowlevel_init.S Guennadi

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:07 Wed 22 Oct , Ilko Iliev wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 13:12 Wed 22 Oct , Ilko Iliev wrote: >> >>> Dear Mr. Denk, >>> >>> >>>> Dear Ilko Iliev, >>>> >>>> In message &

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:01 Wed 22 Oct , Ilko Iliev wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 15:07 Wed 22 Oct , Ilko Iliev wrote: > > > >> Jean-Christophe PLAGNIOL-VILLARD wrote: > >> > >>> On 13:12 Wed 22 Oct , Ilko Iliev wrot

Re: [U-Boot] [PATCH 3/3] iMX31: Add support to iMX31PDK board boots from NAND Flash

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> > > + REG80x8033, 0xda > > > + REG80x8100, 0xff > > > + REG 0xB8001000, 0x82226080 > > > + REG 0x8000, 0xDEADBEEF > > > + REG 0xB8001010, 0x000c > > > + > > > + /* Copy from NAND to RAM */ > > > + b nand_copy > > > > > > diff --git a/board/freescale/mx31pdk/u-

Re: [U-Boot] [PATCH] Hardware watchdog support for AT91SAM9260 CPU

2008-10-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:29 Fri 15 Aug , Sergey Lapin wrote: > > Signed-off-by: Sergey Lapin <[EMAIL PROTECTED]> > --- > cpu/arm926ejs/at91/Makefile |1 + > cpu/arm926ejs/at91/watchdog.c | 35 +++ > 2 files changed, 36 insertions(+), 0 deletions(-) > create mode 100644 c

Re: [U-Boot] IXP43X and Ethernet NPE

2008-10-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:42 Thu 23 Oct , Mirko D. wrote: > Hello, > > I want to use Uboot on a Gateworks Cambria Board. This board includes an > IXP430 CPU. Uboot is already running, but I have some problems getting > Ethernet to work. All the NPE stuff, in Uboot, is based on IXP400 SW > Release version 2.0

Re: [U-Boot] [PATCH] lcd: print custom strings after the logo

2008-10-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:36 Thu 23 Oct , Haavard Skinnemoen wrote: > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > Dear Stelian Pop, > > > > In message <[EMAIL PROTECTED]> you wrote: > > > > +#ifndef CONFIG_LCD_LOGO_TEXT1 > > > > +# define CONFIG_LCD_LOGO_TEXT1 "(C) 2008 ATMEL Corp" > > > > +#endif > > > > > >

Re: [U-Boot] [PATCH] lcd: print custom strings after the logo

2008-10-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:19 Thu 23 Oct , Wolfgang Denk wrote: > Dear Haavard Skinnemoen, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > Anatolij, Jean-Christophe - who of you will be taking care of this? > > > > I wish someone would bother looking at > > > > http://lists.denx.de/pipermail/u-boot/2008-

Re: [U-Boot] [PATCH] Custom AFEB9260 board support

2008-10-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:29 Fri 15 Aug , Sergey Lapin wrote: > This patch provides support for AFEB9260 board, a product of > OpenSource hardware and software. Some commertial projects > are made with this design. A board is basically AT91SAM9260-EK > with some modifications and different peripherals and differen

Re: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long".

2008-10-24 Thread Jean-Christophe PLAGNIOL-VILLARD
> #include > #include > +#include > > static ulong timer_load_val; > > @@ -148,7 +149,9 @@ void reset_timer(void) > > ulong get_timer_masked(void) > { > - return get_ticks() / (timer_load_val / (100 * CFG_HZ)); > + unsigned long long res = get_ticks(); > + do_div (res, (ti

Re: [U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:23 Sun 26 Oct , Anatolij Gustschin wrote: > Haavard Skinnemoen wrote: > > The information displayed when CONFIG_LCD_INFO is set is inherently > > board-specific, so it should be done by the board code. The current code > > dealing with this only handles two cases, and is already a horribl

Re: [U-Boot] [PATCH][Re-Submit-again] Custom AFEB9260 board support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:43 Sun 26 Oct , Sergey Lapin wrote: > This patch provides support for AFEB9260 board, a product of > OpenSource hardware and software. Some commertial projects > are made with this design. A board is basically AT91SAM9260-EK > with some modifications and different peripherals and differen

Re: [U-Boot] [PATCH][Re-Submit-again] Custom AFEB9260 board support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:49 Sun 26 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:43 Sun 26 Oct , Sergey Lapin wrote: > > This patch provides support for AFEB9260 board, a product of > > OpenSource hardware and software. Some commertial projects > > are made with this design.

Re: [U-Boot] [PATCH 04/13 v4] ARM: OMAP3: Add ARM Cortex A8 common directory

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:27 Fri 17 Oct , [EMAIL PROTECTED] wrote: > From: Dirk Behme <[EMAIL PROTECTED]> > > Add ARM Cortex A8 common directory > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > cpu/arm_cortexa8/Makefile | 43 +++ > cpu/arm_cortexa8/config.mk | 36 +++ > cpu/arm_cortexa8/cpu.c

Re: [U-Boot] [PATCH 05/13 v4] ARM: OMAP3: Add lowlevel init and sys_info common files

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:27 Fri 17 Oct , [EMAIL PROTECTED] wrote: > Subject: [PATCH 05/13 v4] ARM: OMAP3: Add lowlevel init and sys_info common > files > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add assembly lowlevel init and sys_info common files > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- >

Re: [U-Boot] [PATCH 06/13 v4] ARM: OMAP3: Add board, clock and interrupts common files

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:27 Fri 17 Oct , [EMAIL PROTECTED] wrote: > Subject: [PATCH 06/13 v4] ARM: OMAP3: Add board, clock and interrupts common > files > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add board, clock, cpu and interrupts common files > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- >

Re: [U-Boot] [PATCH 08/13 v4] ARM: OMAP3: Add NAND support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:28 Fri 17 Oct , [EMAIL PROTECTED] wrote: > Subject: [PATCH 08/13 v4] ARM: OMAP3: Add NAND support > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add NAND support > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > Signed-off-by: Nishanth Menon <[EMAIL PROTECTED]> > > --- > > Changes in

Re: [U-Boot] [PATCH 10/13 v4] ARM: OMAP3: Add I2C support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:29 Fri 17 Oct , [EMAIL PROTECTED] wrote: > Subject: [PATCH 10/13 v4] ARM: OMAP3: Add I2C support > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add I2C support > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > Changes in version v2: > > - Remove SMC911X network init as propos

Re: [U-Boot] [PATCH 11/13 v4] ARM: OMAP3: Add BeagleBoard

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:30 Fri 17 Oct , [EMAIL PROTECTED] wrote: > Subject: [PATCH 11/13 v4] ARM: OMAP3: Add BeagleBoard > > From: Dirk Behme <[EMAIL PROTECTED]> > > Add BeagleBoard > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > Changes in version v2: > > - Rebase against u-boot-arm.git next (C

Re: [U-Boot] [PATCH] mtd/dataflash.c: fix a problem with the last partition

2008-10-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:11 Wed 22 Oct , Ilko Iliev wrote: > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] > dataflash partition can be defined to use the area to the end of > dataflash size. > Now it is possible to have only one dataflash partition from 0 to the > end of of dataflash size.

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:27 Mon 27 Oct , Ben Warren wrote: > Hi Ilko, > > Ilko Iliev wrote: > > > I tried several variants to make the function lowlevel_init() weak but > > without success. > > If there is no other solution for the problem could you commit my patch. > > Without this patch I can't post the patc

Re: [U-Boot] [PATCH 08/13 v4] ARM: OMAP3: Add NAND support

2008-10-27 Thread Jean-Christophe PLAGNIOL-VILLARD
> Otherwise ACK, if the ARM maintainers are OK with passing integers as > addresses to writel(). No not really Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:20 Mon 27 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > I've found that weak functions are only overwritten if the overwriting > > > function is in a file (n

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Mon 27 Oct , Ilko Iliev wrote: > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > partition can be defined to use the area to the end of dataflash size. > Now it is possible to have only one dataflash partition from 0 to the end of > of dataflash size. > >

Re: [U-Boot] [PATCH 1/2] Moved IXP4XX_NPE driver to drivers/net

2008-10-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:51 Wed 29 Oct , Ben Warren wrote: no please do not move this It's plan to remove it Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Starting WindowsCE

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:44 Thu 30 Oct , A. Geisreiter wrote: > Hello, > > > > I use U-Boot with a Marvell PXA270 CPU. And now I will start WindowsCE with > it. I have loaded the nk.bin image via TFTP to the RAM but I need the entry > point of the image. And I don't know anything about starting WinCE at the >

Re: [U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:43 Fri 22 Aug , Ryan CHEN wrote: > The patch is to add support functions which load and boot WinCE image. > It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. > The source codes have tested on STLS board. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- > common/Makefile

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:25 Fri 24 Oct , Gary Jennejohn wrote: > On Fri, 24 Oct 2008 13:18:42 +0200 > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > Dear Wolfgang, > > > In message <[EMAIL PROTECTED]> you wrote: > > > On Sun, 14 Sep 2008 23:59:39 +0200 > > >

Re: [U-Boot] [PATCH 1/2] Moved IXP4XX_NPE driver to drivers/net

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:26 Thu 30 Oct , Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 22:51 Wed 29 Oct , Ben Warren wrote: > > > > no please do not move this > > > > It's plan to remove it > > > > Best Regards, > > J. > >

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:45 Tue 28 Oct , Ilko Iliev wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 22:20 Mon 27 Oct , Wolfgang Denk wrote: > > > >> Dear Jean-Christophe PLAGNIOL-VILLARD, > >> > >> In message <[EMAIL

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:41 Fri 31 Oct , Cristian Birsan wrote: > Dear Wolfgang Denk, > > I have submitted a few weeks ago a patch for Olimex SAM9-L9260 (similar to > AT91SAM9260-EK board from Atmel). > > Is is possible to include that patch in the new version of u-boot ? > > If it's needed I can resend a new pa

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:03 Mon 06 Oct , Cristian Birsan wrote: > Added support for the Olimex SAM9-L9260 development board. > This patch is based on u-boot v1.3.4. > > Tested with data flash only (not with NAND). > > Signed-off-by: Cristian Birsan <[EMAIL PROTECTED]> > --- > MAKEALL

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:05 Fri 31 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 21:03 Mon 06 Oct , Cristian Birsan wrote: > > Added support for the Olimex SAM9-L9260 development board. > > This patch is based on u-boot v1.3.4. > > > > Tested with data flash only (not with NA

[U-Boot] [PATCH] move README.nios_CONFIG_SYS_NIOS_CPU to doc

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- .../README.nios_CONFIG_SYS_NIOS_CPU|0 1 files changed, 0 insertions(+), 0 deletions(-) rename README.nios_CONFIG_SYS_NIOS_CPU => doc/README.nios_CONFIG_SYS_NIOS_CPU (100%) dif

[U-Boot] [PATCH 1/1] common/Makefile: create others group for non core, environment and command files

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- common/Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/Makefile b/common/Makefile index 14042e6..8b7eac3 100644 --- a/common/Makefile +++ b/common/Makefile @@ -42,7

Re: [U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:43 Fri 22 Aug , Ryan CHEN wrote: > The patch is to add support functions which load and boot WinCE image. > It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. > The source codes have tested on STLS board. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- > common/Makefile

[U-Boot] [PATCH V2] FPGA: move fpga drivers to drivers/fpga

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- add forgeted Makefile Makefile |1 + common/Makefile | 11 -- {common => drivers/fpga}/ACEX1K.c|0 drivers/fpga/Makefile

[U-Boot] [PATCH 1/1] FPGA: move fpga drivers to drivers/fpga

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Makefile |1 + common/Makefile | 11 --- {common => drivers/fpga}/ACEX1K.c|0 {common => drivers/fpga}/altera.c|0 {common =&g

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:48 Fri 31 Oct , Wolfgang Denk wrote: > Dear Cristian > > In message <[EMAIL PROTECTED]> Jean-Christophe wrote: > > > > I've forget one think please add an entry to the MAINTAINER file > > This can be done by sending an additional patch - no need to resubmit > all the stuff. Yes but the

Re: [U-Boot] U-boot support for Non Console board

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:06 Fri 31 Oct , Jerry Van Baren wrote: > Wolfgang Denk wrote: > > Dear rajeev s, > > > > In message <[EMAIL PROTECTED]> you wrote: > >> We have a custom board based on coldfire (MCF5484) Similar to MCF5484 > >> Kitlite > >> The board runs Coldfire as PCI agent , 64MB of SDRAM, 4 MB of B

Re: [U-Boot] [PATCH PPC_4xx V3] Print simple row of dots instead of spinning wheel

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:06 Fri 31 Oct , Stefan Roese wrote: > Hi Wolfgang, > > On Friday 31 October 2008, Wolfgang Denk wrote: > > > > It is my understanding that a rework of this code is under way which > > > > will avoid the long delay for the standard boot sequence (and only > > > > need it for board bri

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:05 Fri 31 Oct , Wolfgang Denk wrote: > Dear Scott Wood, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > I tend to use a broad view summarizing all types of flash based > > > storage devices (NAND, OneNAND, Dataflash, etc.). As such, I would > > > see this on Scott's desk

Re: [U-Boot] Building u-boot for the AT91RM9200-EK circa 2008

2008-11-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:34 Fri 31 Oct , Pink Boy wrote: > > Hi, first post here. > > vis: Building u-boot for the AT91RM9200-EK circa 2008 > > Is this still possible all things considered? It appears that > this board is left behind in a backwater sometime around 2006. > > Problem is I need to compile a new

[U-Boot] [PATCH] Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs

2008-11-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Makefile | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index f3c3431..374df2c 100644 --- a/Makefile +++ b/Makefile @@ -2528,15 +2528,6 @@ shannon_

Re: [U-Boot] [patch] U-Boot Firetux board support

2008-11-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:30 Fri 31 Oct , Juergen Schoew wrote: > Hi U-Boot mailling list, > > This patchset adds a new ARM board with the NXP PNX8181 cpu to u-boot. > The PNX8181 is an ARM926ej with an internal DSP and a baseband processor > (used for DECT). The chip also features dual ethernet, digital to analo

Re: [U-Boot] [PATCH] Olimex SAM9-L9260 board support

2008-11-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:49 Sat 01 Nov , Cristian Birsan wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > I will remove all unnecessary white spaces from the previous patch. I > have now a patch version for u-boot u-b

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: > Hello, > > This is a patch to modify the mx31ads target to use lldiv(). Otherwise, > it fails to build by EABI toolchain. > > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > --- > cpu/arm1136/mx31/interrupts.c | 11 ++- > 1 fil

Re: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long".

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:00 Wed 22 Oct , Wolfgang Denk wrote: > From: Sergei Poselenov <[EMAIL PROTECTED]> > > Also make sure to feed the right compiler options. > > Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > These changes are needed with some

[U-Boot] ARM Pull request

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
master Jean-Christophe PLAGNIOL-VILLARD (4): move README.nios_CONFIG_SYS_NIOS_CPU to doc FPGA: move fpga drivers to drivers/fpga common/Makefile: create others group for non core, environment and command files Makefile/at91sam9: move some at91sam9 to the correct subsection

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:23 Sun 02 Nov , Sergei Poselenov wrote: > Hello, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: >> >>> Hello, >>> >>> This is a patch to modify the mx31ads target to use lldiv(). Ot

Re: [U-Boot] [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex A8 OMAP3 boards

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:34 Sun 02 Nov , [EMAIL PROTECTED] wrote: > Subject: [PATCH 00/13 v5] ARM: OMAP3: Add support for some of TIs ARM-Cortex > A8 OMAP3 boards > > This patch series adds U-Boot v1 support for some of TI's ARM-Cortex A8 based > OMAP3 boards. These are BeagleBoard [1][2], EVM [3] and Overo [4

Re: [U-Boot] [PATCH 09/13 v5] ARM: OMAP3: Add I2C support

2008-11-02 Thread Jean-Christophe PLAGNIOL-VILLARD
> > - Split functional changes and coding style clean up as proposed by > Jean-Christophe PLAGNIOL-VILLARD. > > Changes in version v2: > > - Remove SMC911X network init as proposed by Ben Warren. Thanks! > > drivers/i2c/Makefile |1 + > drivers/i

Re: [U-Boot] [PATCH] bootvx: Cleanup & improvements

2008-11-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:54 Mon 03 Nov , Niklaus Giger wrote: > The following improvements are made: > - document bootvx in README > - fix size too small by one in sprintf > - changed old (pre 2004) device name ibmEmac to emac > - boot device may be overriden in board config > - servername may be defined in board

Re: [U-Boot] [PATCH] Initial support for Nomadik 8815 development board

2008-11-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:56 Mon 03 Nov , Alessandro Rubini wrote: > > > This is the initial port, with basic infrastructure and > > a working serial port. > > While rebasing in order to add drivers, I found I have whitespace and > other stilistic errors. I'll post a fixed patch this night with those > details f

Re: [U-Boot] [PATCH] bootvx: Cleanup & improvements

2008-11-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:59 Mon 03 Nov , Niklaus Giger wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 10:54 Mon 03 Nov , Niklaus Giger wrote: > >> The following improvements are made: > >> - document bootvx in README > >> - fix size too small by one in sprin

Re: [U-Boot] question: U-boot linking against libgcc

2008-11-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:51 Tue 04 Nov , Haavard Skinnemoen wrote: > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > In U-boot I see that it links against libgcc. Why is this? > > > > Because the GNU compiler references code form it's library. > > > > > I be

Re: [U-Boot] mini-pci wireless driver

2008-11-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:41 Tue 04 Nov , Lance Zhang wrote: > Hi, > > > > I am going to write a mini-pci driver (GIGABYTE MiniPCI Wireless > Adapter: GN-WI01GS) for u-boot(sc520), > > Currently, I have Linux driver source code (downloaded from > http://web.ralinktech.com/ralink/Home/Support/Linux.html RT61

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-11-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:29 Wed 05 Nov , Ilko Iliev wrote: > Dear Jean, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 12:45 Tue 28 Oct , Ilko Iliev wrote: > > > >> Dear Jean-Christophe, > >> > >> Jean-Christophe PLAGNIOL-VILLARD wrote: > >>

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:04 Thu 06 Nov , Gary Jennejohn wrote: > > Modifications to support console multiplexing. This is controlled using > CONFIG_SYS_CONSOLE_MUX in the board configuration file. > > This allows a user to specify multiple console devices in the environment > with a command like this: setenv s

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Introduce CONFIG_OMAP3_MMC

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:52 Tue 04 Nov , [EMAIL PROTECTED] wrote: > Subject: [PATCH-OMAP3] OMAP3: Introduce CONFIG_OMAP3_MMC > > From: Dirk Behme <[EMAIL PROTECTED]> > > Introduce CONFIG_OMAP3_MMC as proposed by Kyungmin Park. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > drivers/mmc/Makefile

Re: [U-Boot] [PATCH] AT91: Enable PLLB for USB

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:07 Tue 21 Oct , Stelian Pop wrote: > At least some (old ?) versions of the AT91Bootstrap do not set up the > PLLB correctly to 48 MHz in order to make USB host function correctly. > > This patch sets up the PLLB to the same values Linux uses, and makes USB > work ok on the following CPUs

Re: [U-Boot] [PATCH] AT91: Replace (undefined) AT91_ID_US* by the board specific values.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:08 Tue 21 Oct , Stelian Pop wrote: > AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined. > Since they are never used outside the board specific files, they can > be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 / > AT91xxx_ID_US2. > > Bug spotted by Jesu

Re: [U-Boot] [PATCH] AT91: Replace AT91_BASE_EMAC by the board specific values.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:08 Tue 21 Oct , Stelian Pop wrote: > AT91_BASE_EMAC is never used outside the board specific files, > so replace its usage by the board specific AT91xxx_BASE_EMAC. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > board/atmel/at91cap9adk/at91cap9adk.c |2 +- > board/atm

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:07 Tue 21 Oct , Stelian Pop wrote: > Introduce AT91_CPU_CLOCK and use it for displaying the CPU > speed in the LCD driver. > > Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the > corresponding board clocks. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > common/lcd

[U-Boot] AT91 pull request

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
ster Jean-Christophe PLAGNIOL-VILLARD (1): Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs Sergey Lapin (1): Custom AFEB9260 board support Stelian Pop (2): AT91: Replace (undefined) AT91_ID_US* by the board specific values. AT91: Replace AT91_BA

Re: [U-Boot] [patch V2] U-Boot Firetux board support

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
his IP-Core is not used very often > by NXP processors (I don't have numbers) so it may not need to be moved. This > driver does not not use the a struct to save the parameters as suggested > from Jean-Christophe PLAGNIOL-VILLARD. Sorry but time was too short to fix it > right now

Re: [U-Boot] [PATCH] AT91: Enable PLLB for USB

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:55 Thu 06 Nov , Stelian Pop wrote: > Le jeudi 06 novembre 2008 à 20:27 +0100, Jean-Christophe > PLAGNIOL-VILLARD a écrit : > > On 18:07 Tue 21 Oct , Stelian Pop wrote: > > > At least some (old ?) versions of the AT91Bootstrap do not set up the > > > PLL

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:55 Thu 06 Nov , Stelian Pop wrote: > Le jeudi 06 novembre 2008 à 20:29 +0100, Jean-Christophe > PLAGNIOL-VILLARD a écrit : > > On 18:07 Tue 21 Oct , Stelian Pop wrote: > > > Introduce AT91_CPU_CLOCK and use it for displaying the CPU > > > speed in the

[U-Boot] [PATCH RFC] at91sam9/at91cap: move common initialisation to cpu

2008-11-07 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- The idea is to reduce common code initialisation which is actually in board. as done on afeb9260 and Ronetix eval board for 9260 & 9263 Best Regards, J. board/afeb9260/afeb9260.c | 32 ++---

[U-Boot] [PATCH] drivers/usb: Move conditional compilation to Makefile

2008-11-07 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- drivers/usb/Makefile| 19 +-- drivers/usb/isp116x-hcd.c |4 drivers/usb/sl811_usb.c |3 --- drivers/usb/usb_ohci.c |4 drivers/usb/usbdcore

[U-Boot] [PATCH] drivers/bios_emulator: Move conditional compilation to Makefile

2008-11-07 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- drivers/bios_emulator/Makefile |3 ++- drivers/bios_emulator/atibios.c |5 - drivers/bios_emulator/besys.c |4 drivers/bios_emulator/bios.c|4 d

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Use I2C file coding style

2008-11-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:32 Tue 04 Nov , [EMAIL PROTECTED] wrote: > Subject: [PATCH-OMAP3] OMAP3: Use I2C file coding style > > From: Dirk Behme <[EMAIL PROTECTED]> > > Use file coding style for inx/outx instead of global coding style. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > > Note: There

Re: [U-Boot] [PATCH] lib_arm: do_bootm_linux() - correct a small mistake

2008-11-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:11 Sat 08 Nov , Ilko Iliev wrote: Could do a comment like your precedent e-mail which explain what problem your fix Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Use I2C file coding style

2008-11-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:38 Sun 09 Nov , Dirk Behme wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 17:32 Tue 04 Nov , [EMAIL PROTECTED] wrote: >> >>> Subject: [PATCH-OMAP3] OMAP3: Use I2C file coding style >>> >>> From: Dirk Behme <[EMAIL PROTECTED]> &g

Re: [U-Boot] [PATCH 04/13 v5] ARM: OMAP3: Add lowlevel init and sys_info common files

2008-11-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> +/ > + * get_cpu_type() - low level get cpu type > + * - no C globals yet. > + / > +u32 get_cpu_type(void) > +{ > + /* fixme, need to get register defines for OMAP3 */ > + return CPU_34

Re: [U-Boot] [PATCH 05/13 v5] ARM: OMAP3: Add board, clock and interrupts common files

2008-11-09 Thread Jean-Christophe PLAGNIOL-VILLARD
: Dirk Behme <[EMAIL PROTECTED]> > > --- > > Changes in version v5: > > - Add Readme, further clean up as proposed by Jean-Christophe PLAGNIOL-VILLARD Where is it? > > Changes in version v3: > > - Add detection and support for 128MB/256MB RAM by Mans Rullgard >

  1   2   3   4   5   6   7   8   9   10   >