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

2009-03-25 Thread Remco Poelstra
Wolfgang Denk schreef: > Dear Remco Poelstra, > > In message <49c8be7a.10...@duran-audio.com> you wrote: >> This patch includes support for the LPC2468 processor from NXP. >> >> The example board will follow when this patch is OK. > > Such a comment does not belong into the commit message. Please

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Detlev Zundel
Hi Anatolij, > Hi Detlev, > > Detlev Zundel wrote: >> This patch adds advanced diagnosis functions for the inka4x0 board. >> >> Signed-off-by: Andreas Pfefferle >> Signed-off-by: Detlev Zundel > > Something went wrong here, duplicated e-mail address from > Andreas in your SoB. Also please see s

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis and RTC in configuration.

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message <1237914158-15693-7-git-send-email-...@denx.de> you wrote: >> This patch adds the board specific communication routines needed by >> the external 4543 RTC. >> >> Signed-off-by: Detlev Zundel >> Signed-off-by: Andreas Pfefferle > ... >> @@ -235,6

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Detlev Zundel
Hi Heiko, >> +#define GPIO_BASE (u_char *)0x3040 >> > > should be > > #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START Fixed, thanks. >> +#define SERIAL_PORT_BASE(u_char *)0x8000 >> > > this should be > > #define SERIAL_PORT_BASE (u_char *)CONFIG_SYS_CS2_START Fixed, th

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Heiko & Detlev, > > In message <49c91e04.2020...@denx.de> you wrote: > ... >> > +#define GPIO_BASE (u_char *)0x3040 >> > >> >> should be >> >> #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START > > or > #define GPIO_BASE ((u_char *)CONFIG_SYS_CS3_START) > ? > >>

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis and RTC in configuration.

2009-03-25 Thread Wolfgang Denk
Dear Detlev Zundel, In message you wrote: > > >> @@ -235,6 +238,23 @@ int misc_init_f (void) > >>*(vu_long *) MPC5XXX_WU_GPIO_ENABLE |= GPIO_PSC3_9; > >>*(vu_long *) MPC5XXX_WU_GPIO_DIR|= GPIO_PSC3_9; > >>*(vu_long *) MPC5XXX_WU_GPIO_DATA_O |= GPIO_PSC3_9; > > > > You don't wan

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

2009-03-25 Thread Wolfgang Denk
Dear Remco Poelstra, In message <49c9eb4d.5050...@duran-audio.com> you wrote: > > >> --- u-boot-orig/cpu/arm720t/interrupts.c 2009-03-18 00:42:12.0 > >> +0100 > >> +++ u-boot-cleanup/cpu/arm720t/interrupts.c2009-03-24 > >> 11:48:50.0 +0100 > >> @@ -29,7 +29,11 @@ > >>

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

2009-03-25 Thread Remco Poelstra
Wolfgang Denk schreef: > Dear Remco Poelstra, > >>> Is there no way we can do without such a #ifdef here? >> The problem is that start.S needs hardware.h, but the code in immap.h >> should not be included in start.S, so I can not merge hardware.h and immap.h > > Why not? I'm not aware of such a

[U-Boot] [PATCH] ARM: Add the imx31_phycore_eet board to MAKEALL

2009-03-25 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- diff --git a/MAKEALL b/MAKEALL index cf05133..1456a30 100755 --- a/MAKEALL +++ b/MAKEALL @@ -535,15 +535,16 @@ LIST_ARM10=" \ # ## ARM11 Systems

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Heiko Schocher
Hello Detlev, Detlev Zundel wrote: > Hi Heiko, > > >>> +#define GPIO_BASE (u_char *)0x3040 >>> >>> >> should be >> >> #define GPIO_BASE (u_char *)CONFIG_SYS_CS3_START >> > > Fixed, thanks. > > >>> +#define SERIAL_PORT_BASE (u_char *)0x8000 >>> >>> >> this

Re: [U-Boot] [PATCH] Coldfire: I2C: Update I2CFDR frequency divider 0x0E value from 192 to 204

2009-03-25 Thread Richard Retanubun
Hi TC, > Richard, > > Nak. > > The divider and fdr value are predefined in the 5271 reference manual. I know, that's why I said this is empirical evidence, not mathematical :) > > The bus clock is 50Mhz and the CONFIG_SYS_I2C_SPEED is set to 8. This is the default for the M5271EVB, yes, but

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message <1237914158-15693-6-git-send-email-...@denx.de> you wrote: >> This patch adds advanced diagnosis functions for the inka4x0 board. >> >> Signed-off-by: Andreas Pfefferle >> Signed-off-by: Detlev Zundel > ... >> +extern int inkadiag_init_r (vo

Re: [U-Boot] [PATCH v1 0/7] Update for inka4x0 plus some new features

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message <1237914158-15693-1-git-send-email-...@denx.de> you wrote: >> This patchset contains updates for the ink4x0 platform. Namely it >> adds hardware diagnostic funtions and an RTC driver. > > It would have been nice if your patches gave *any* hint abo

Re: [U-Boot] [PATCH v2 4/4] Flex-OneNAND boundary setting command

2009-03-25 Thread Amul Kumar Saha
Hi Scott, > >> + int blocks = (int) onenand_block(this, from + len) >> +- onenand_block(this, from); > > Why the (int) cast? onenand_block() already returns int. > Resolved >> - if (end_block > (mtd->size >> this->erase_shift)) >> - end_block = mtd->size >> this->erase_shift; >> + if (e

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis and RTC in configuration.

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message you wrote: >> >> >> @@ -235,6 +238,23 @@ int misc_init_f (void) >> >> *(vu_long *) MPC5XXX_WU_GPIO_ENABLE |= GPIO_PSC3_9; >> >> *(vu_long *) MPC5XXX_WU_GPIO_DIR|= GPIO_PSC3_9; >> >> *(vu_long *) MPC5XXX_WU_GPIO_DATA_O |= GPIO_PSC3_9;

[U-Boot] CONFIG_SERVERIP

2009-03-25 Thread E Robertson
Hi all, In the current git source, I have the serverip config set but tftp complains about serverip not being set. I didn't see any changes to the source here. Am I missing something? >printenv baudrate=115200 ipaddr=192.168.0.200 serverip=192.168.0.100 gatewayip=192.168.0.1 netmask=255.255.255.0

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

2009-03-25 Thread apgmoorthy
Hi Scott, On Tuesday, March 24, 2009 2:55 AM , Scott Wood wrote >> Please do find the updated patch below. >It's easier if updated patches are sent separately from the reply (both to >avoid getting lost, >and to avoid having to manually strip discussion from the changelog). >> Signed-off-by:

Re: [U-Boot] [PATCH] drivers/twserial: Add protocol driver for "three wire serial" interface.

2009-03-25 Thread Detlev Zundel
Hi Wolfgang, > Dear Detlev Zundel, > > In message <1237914158-15693-4-git-send-email-...@denx.de> you wrote: >> This pretty unintelligent interface is used on some RTC chips. >> >> Signed-off-by: Detlev Zundel > ... >> +#ifndef TWS_SOFT_DECLARATIONS >> +# if defined(CONFIG_MPC5xxx) >> +# define

Re: [U-Boot] [PATCH] Canyonlands SATA harddisk driver

2009-03-25 Thread Stefan Roese
On Wednesday 25 March 2009, Kazuaki Ichinohe wrote: > Hi Stefan, > > Thank you for the reply. > This is the patch that corrects the point. > > Signed-off-by: Kazuaki Ichinohe OK, now you added your Signed-off-by line and the patch itself doesn't seem to be line wrapped. But the commit text above

Re: [U-Boot] CONFIG_SERVERIP

2009-03-25 Thread Jerry Van Baren
E Robertson wrote: > Hi all, > In the current git source, I have the serverip config set but tftp > complains about serverip not being set. > I didn't see any changes to the source here. Am I missing something? > >> printenv > baudrate=115200 > ipaddr=192.168.0.200 > serverip=192.168.0.100 > gatew

[U-Boot] [PATCH v2 0/7] Update for inka4x0 plus some new features

2009-03-25 Thread Detlev Zundel
This patchset contains updates for the ink4x0 platform. Namely it adds hardware diagnostic funtions and an RTC driver. For a nice integration by using private command tables, do_help is extended to support this scenario also. To successfully convert all the pointer access to accessor macros, a b

[U-Boot] [PATCH v2 6/7] inka4x0: Add hardware diagnosis and RTC in configuration.

2009-03-25 Thread Detlev Zundel
This patch adds the board specific communication routines needed by the external 4543 RTC. Signed-off-by: Detlev Zundel Signed-off-by: Andreas Pfefferle --- board/inka4x0/inka4x0.c | 20 ++ include/configs/inka4x0.h | 90 ++-- 2 files change

[U-Boot] [PATCH v2 1/7] command.c: Expose the core of do_help as _do_help to the rest of u-boot.

2009-03-25 Thread Detlev Zundel
Other commands implementing subcommands can reuse this code nicely. Signed-off-by: Detlev Zundel Signed-off-by: Andreas Pfefferle --- common/command.c | 20 +--- include/command.h |4 +++- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/common/command.c b/

[U-Boot] [PATCH v2 2/7] mpc5xxx: Add structure definition for several more register blocks.

2009-03-25 Thread Detlev Zundel
Signed-off-by: Detlev Zundel --- include/mpc5xxx.h | 124 + 1 files changed, 124 insertions(+), 0 deletions(-) diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h index 6138d45..463d5ae 100644 --- a/include/mpc5xxx.h +++ b/include/mpc5xxx.h @@

[U-Boot] [PATCH v2 3/7] drivers/twserial: Add protocol driver for "three wire serial" interface.

2009-03-25 Thread Detlev Zundel
This pretty unintelligent interface is used on some RTC chips. Signed-off-by: Detlev Zundel --- Makefile|3 +- drivers/twserial/Makefile | 46 ++ drivers/twserial/soft_tws.c | 110 +++ include/tws.h

[U-Boot] [PATCH v2 5/7] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Detlev Zundel
This patch adds advanced diagnosis functions for the inka4x0 board. Signed-off-by: Andreas Pfefferle Signed-off-by: Detlev Zundel --- board/inka4x0/Makefile|4 +- board/inka4x0/inka4x0.c | 20 ++- board/inka4x0/inkadiag.c | 514 + includ

[U-Boot] [PATCH v2 4/7] rtc: add support for 4543 RTC (manufactured by e.g. EPSON)

2009-03-25 Thread Detlev Zundel
Signed-off-by: Detlev Zundel Signed-off-by: Andreas Pfefferle --- drivers/rtc/Makefile |1 + drivers/rtc/rtc4543.c | 118 + include/rtc.h |4 ++ 3 files changed, 123 insertions(+), 0 deletions(-) create mode 100644 drivers/rtc/rt

[U-Boot] [PATCH v2 7/7] inka4x0: Use proper accessor macros for memory mapped registers.

2009-03-25 Thread Detlev Zundel
Signed-off-by: Detlev Zundel --- board/inka4x0/inka4x0.c | 139 +-- 1 files changed, 75 insertions(+), 64 deletions(-) diff --git a/board/inka4x0/inka4x0.c b/board/inka4x0/inka4x0.c index a8bc3b3..7428b92 100644 --- a/board/inka4x0/inka4x0.c +++ b/boa

[U-Boot] [RFC] cfi_flash and complex address mapping

2009-03-25 Thread thomas.langer
Hi, I'm in the process of preparing some code for a new board and want to use the generic cfi flash driver. The problem is EBU (External Bus Unit) of the chip, which is internally 32bit. The access to 8/16bit values are always mapped by the EBU, but in a little endian way, which is bad on a big e

Re: [U-Boot] [PATCH v2 0/7] Update for inka4x0 plus some new features

2009-03-25 Thread Detlev Zundel
Detlev Zundel writes: > A diff of the "before" and "after" branches will be posted seperately > for easier inspection. As promised attached the diff "before" -> "after". Cheers Detlev -- C hasn't changed much since the 1970s. And let's face it it's ugly. Can't we do better? C++? (Sorry, nev

Re: [U-Boot] [PATCH v2 4/4] Flex-OneNAND boundary setting command

2009-03-25 Thread Scott Wood
On Wed, Mar 25, 2009 at 08:44:37PM +0530, Amul Kumar Saha wrote: > >> +die = (int) simple_strtoul(argv[2], NULL, 0); > >> +bdry = (int) simple_strtoul(argv[3], NULL, 0); > > > > Casts should not be necessary. > > > > I believe that typecasting a UL to an int, is OK. > Do let me know. Th

Re: [U-Boot] Board Support for Quantum (Eurotech Ltd)

2009-03-25 Thread Detlev Zundel
Hi Andreas, > I need U-Boot support for the Quantum Board (XScale PXA270 CPU) from > EuroTech Ltd. Does anybody know if it exist a patch for this board? In the > U-Boot configs is a patch for a Quantum board, but I think this is for > another one. In include/configs/quantum.h: #define CONFIG_MPC

Re: [U-Boot] [PATCH] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-25 Thread Wolfgang Denk
Dear Detlev & Kumar, In message you wrote: > ... > >> + /* reset PSC */ > >> + psc->command = PSC_SEL_MODE_REG_1; > > > > Should we not use accessor function to access the device registers > > (here and in the following code) ? > > Indeed we should. But here we go, I can understand, why this

Re: [U-Boot] CONFIG_SERVERIP

2009-03-25 Thread Wolfgang Denk
Dear E Robertson, In message <3972542e0903250820w31586c26ke97d793083c5e...@mail.gmail.com> you wrote: > > In the current git source, I have the serverip config set but tftp > complains about serverip not being set. > I didn't see any changes to the source here. Am I missing something? You have s

Re: [U-Boot] [PATCH 2/3] mpc52xx phy: initialize only when needed

2009-03-25 Thread Jon Smirl
Is this patch ok for inclusion? On Sat, Mar 21, 2009 at 9:38 AM, Jon wrote: > From: Sascha Hauer > > Do not initialize phy on startup, instead initialize it > when we actually need it. > > Signed-off-by: Sascha Hauer > --- >  drivers/net/mpc5xxx_fec.c |   11 +-- >  1 files changed, 9 in

Re: [U-Boot] [PATCH v4] board support patch for phyCORE-MPC5200B-tiny

2009-03-25 Thread Jon Smirl
Is this one ok now? On Tue, Mar 24, 2009 at 11:56 AM, Jon Smirl wrote: > Add support for the Phytec phyCORE-MPC5200B-tiny. This code is from > Pengutronix.de but they > didn't sign the patch. > > Signed-off-by: Jon Smirl > > --- >  Makefile                            |   10 + >  board/phytec/pc

Re: [U-Boot] [PATCH v2 3/7] drivers/twserial: Add protocol driver for "three wire serial" interface.

2009-03-25 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1237998478-18452-4-git-send-email-...@denx.de> you wrote: > This pretty unintelligent interface is used on some RTC chips. > > Signed-off-by: Detlev Zundel ... > diff --git a/include/tws.h b/include/tws.h > new file mode 100644 > index 000..bfa8d58 > --- /dev/

Re: [U-Boot] CONFIG_SERVERIP

2009-03-25 Thread E Robertson
On Wed, Mar 25, 2009 at 2:11 PM, Wolfgang Denk wrote: > Dear E Robertson, > > In message <3972542e0903250820w31586c26ke97d793083c5e...@mail.gmail.com> you > wrote: >> >> In the current git source, I have the serverip config set but tftp >> complains about serverip not being set. >> I didn't see a

[U-Boot] [PATCH V2] OMAP3:Beagle: Enable mtdparts

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Nishanth Menon http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts provides a flexible way to create and maintain u-boot mtd partitions. This allows commands such as "nand erase fs" to work and the user no longer needs to decode the absolute nand offsets. This patch enables t

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

2009-03-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20090323220816.ga31...@ld0162-tx32.am.freescale.net> you wrote: > The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-avr32 > > are available in the git reposit

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

2009-03-25 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1237944560-13637-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-avr32 > > are available in the git rep

[U-Boot] ARM Pull Request

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-avr32 are available in the git repository at: git://git.denx.de/u-boot-arm.git master Guennadi Liakhovetski (1)

[U-Boot] [PATCH V2] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Nicolas Ferre AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed. The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board. It is essentially the same, with a few minor differences. Here is the chip page on Atmel website: http://www.atmel.com/dyn/p

Re: [U-Boot] [PATCH 1/3] mpc5200: do not use printf in i2c_init()

2009-03-25 Thread Wolfgang Denk
Dear Jon Smirl, In message <9e4733910903221955h4a6b3c24t34cce6989911b...@mail.gmail.com> you wrote: > On Sun, Mar 22, 2009 at 11:23 AM, Wolfgang Denk wrote: > > Dear Jon Smirl, > > > > In message <9e4733910903220723u31546286q233c9b24b7a5...@mail.gmail.com> y= > ou wrote: > >> > >> Would it be be

[U-Boot] AT91 Pull Request

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit ee1702d75a30d076139d1841383a1fa7220a0e11: Wolfgang Denk (1): Merge branch 'next' of ../next are available in the git repository at: git://git.denx.de/u-boot-at91.git master Jean-Christophe PLAGNIOL-VILLARD (10): at91

Re: [U-Boot] [PATCH 2/3] mpc52xx phy: initialize only when needed

2009-03-25 Thread Wolfgang Denk
Dear Jon Smirl, In message <9e4733910903251212j4436f1afu817456c7f6e9c...@mail.gmail.com> you wrote: > Is this patch ok for inclusion? > > On Sat, Mar 21, 2009 at 9:38 AM, Jon wrote: > > From: Sascha Hauer > > > > Do not initialize phy on startup, instead initialize it > > when we actually need

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

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
> >> --- u-boot-orig/cpu/arm720t/lpc24xx/Makefile 1970-01-01 > >> 01:00:00.0 +0100 > >> +++ u-boot-cleanup/cpu/arm720t/lpc24xx/Makefile2009-03-19 > >> 10:56:53.0 +0100 > > ... > >> +$(SOBJS): > >> + $(CC) $(AFLAGS) -march=armv4t -c -o $(SOBJS) iap_entry.S > > > > Such

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

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:06 Wed 25 Mar , Remco Poelstra wrote: > Wolfgang Denk schreef: > > Dear Remco Poelstra, > > > >>> Is there no way we can do without such a #ifdef here? > >> The problem is that start.S needs hardware.h, but the code in immap.h > >> should not be included in start.S, so I can not merge h

Re: [U-Boot] [PATCH 2/2] LPC2468 example board

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:56 Wed 18 Mar , Remco Poelstra wrote: > Example board for LPC2468 support > > Signed-off-by: Remco Poelstra > --- > diff -upNr u-boot-orig/board/LPC2468/config.mk u-boot/board/LPC2468/config.mk > --- u-boot-orig/board/LPC2468/config.mk 1970-01-01 01:00:00.0 > +0100 > +++

Re: [U-Boot] [PATCH 1/3] mpc5200: do not use printf in i2c_init()

2009-03-25 Thread Jon Smirl
On Wed, Mar 25, 2009 at 5:51 PM, Wolfgang Denk wrote: > Fixed manually and applied. Thanks. I used stgit to smtp.gmail.com::587 for the initial patch. I wasn't thinking and used cut/paste to paste the last patch into a reply. These patches are at git.digispeaker.com if that is easier. -- Jon S

Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-25 Thread Mike Frysinger
On Wednesday 25 March 2009 02:37:54 Heiko Schocher wrote: > Hmm... the compilererrors I solved seems OK to me too, but I don;t > know where to find the missing function for example for the v38b board: > > configuring for v38b board... > v38b.c: In function 'misc_init_r': > v38b.c:234: warning: impl

[U-Boot] D e ntists Directory in the United States

2009-03-25 Thread woods
Generate more targeted sales leads <> 164,758 Dentists <> 158,966 Physical Addresses <> 163,173 Tel #'s <> 77,563 Business Fax # <> 45,617 e mails This week only cost is $291 (regular price $697) Please reply by email to joannacolb...@wellpricedlists.com for more details Send email to del

[U-Boot] [PATCH v2] ppc: cleanup compilererrors/warnings

2009-03-25 Thread Heiko Schocher
actual u-boot top of tree builds with warnings/errors for the following boards: ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris PN62 following patch solves this. Signed-off-by: Heiko Schocher --- changes since v1: - eth_putenv_enetaddr() substituted by eth_setenv_eneta

Re: [U-Boot] [PATCH-ARM] S3C2440: Add support for Embest SBC2440-II Board

2009-03-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:14 Thu 26 Mar , kevin.morf...@fearnside-systems.co.uk wrote: > Adds support for the Embest SBC2440-II Board (see > http://www.embedinfo.com/english/product/sbc2440-II.asp) with u-boot > programmed in NOR flash. > > Implementation is based on the existing u-boot support for s3C2410-base

[U-Boot] [PATCH 3/3] 83xx: Use common LSDMR defines from asm/fsl_lbc.h

2009-03-25 Thread Kumar Gala
Signed-off-by: Kumar Gala --- include/configs/MPC8323ERDB.h | 26 - include/configs/MPC832XEMDS.h | 26 - include/configs/MPC8349EMDS.h | 62 include/configs/MPC8360EMDS.h | 27 +++-- include/configs/sbc8

[U-Boot] [PATCH 1/3] Add LSDMR (SDRAM Mode Register) definition on localbus

2009-03-25 Thread Kumar Gala
The masks for various bit defines of LSDMR are common and thus we can define them in one place rather than replicating them in each config.h Signed-off-by: Kumar Gala --- include/asm-ppc/fsl_lbc.h | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a

[U-Boot] [PATCH 2/3] 85xx: Use common LSDMR defines from asm/fsl_lbc.h

2009-03-25 Thread Kumar Gala
Signed-off-by: Kumar Gala --- board/freescale/mpc8541cds/mpc8541cds.c | 14 board/freescale/mpc8548cds/mpc8548cds.c | 10 +++--- board/freescale/mpc8555cds/mpc8555cds.c | 14 board/freescale/mpc8560ads/mpc8560ads.c |1 + board/freescale/mpc8568mds/mpc8568mds.c | 10 +