[U-Boot] [PATCH] AT91SAM9XE add embedded flash support

2010-07-16 Thread Reinhard Meyer (-VC)
Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs: - Environment can be put into that flash - U-Boot can be in that flash - Commands "cp" and "protect" are supported Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/Makefile |1 + arch/arm/cpu/arm926ejs/a

[U-Boot] [PATCH v2] AT91SAM9XE add embedded flash support

2010-07-16 Thread Reinhard Meyer (-VC)
Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs: - Environment can be put into that flash - U-Boot can be in that flash - Commands "cp" and "protect" are supported Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/Makefile |1 + arch/arm/cpu/arm926ejs/a

Re: [U-Boot] [PATCH] AT91SAM9XE add embedded flash support

2010-07-16 Thread Reinhard Meyer (-VC)
Reinhard Meyer (-VC) schrieb: > arch/arm/cpu/arm926ejs/at91/eflash.c | 277 > Sorry, Thunderbird had me there again. When the compose window is too narrow for the insterted Text, it will wrap text during insertion, even if wrapping is switched off generally! Disr

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100715221522.1dd4eecb.kim.phill...@freescale.com> you wrote: > u-boot environments, esp. when boards are shared across multiple users, > can get pretty large and time consuming to visually parse. > The grepenv command this patch adds can be used in lieu of printenv

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Reinhard Meyer (-VC)
Wolfgang Denk schrieb: > Dear Kim Phillips, > > In message <20100715221522.1dd4eecb.kim.phill...@freescale.com> you wrote: >> u-boot environments, esp. when boards are shared across multiple users, >> can get pretty large and time consuming to visually parse. >> The grepenv command this patch adds

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Wolfgang Denk
Dear "Reinhard Meyer (-VC)", In message <4c403472.3070...@emk-elektronik.de> you wrote: > > >> The grepenv command this patch adds can be used in lieu of printenv > >> to facilitate searching. grepenv works like printenv but limits its output > >> only to environment strings (variable name and va

Re: [U-Boot] [PATCH 13/28] SPEAr : Supporting various configurations for spear3xx and spear6xx boards

2010-07-16 Thread Wolfgang Denk
Dear Vipin KUMAR, I wrote: > > --- a/Makefile > > +++ b/Makefile > > @@ -2088,12 +2088,27 @@ omap730p2_cs3boot_config : unconfig > > @$(MKCONFIG) -n $@ -a omap730p2 arm arm926ejs omap730p2 ti omap > > > > spear300_config \ > > +spear300_nand_config \ > > +spear300_usbtty_config \ > > +spe

Re: [U-Boot] [PATCH 13/28] SPEAr : Supporting various configurations for spear3xx and spear6xx boards

2010-07-16 Thread Reinhard Meyer
Wolfgang Denk schrieb: > spear310 arm arm926ejs arm926ejs spear310 spear spear > spear310,nand arm arm926ejs arm926ejs spear310 spear spear > spear310,usbtty arm arm926ejs arm926ejs spear310 spear > spear > spear310,usbtty,nand arm arm926ejs arm

[U-Boot] new to U-boot, need help on U-boot porting on SMDK6410

2010-07-16 Thread Sudipta Basu
Hi, I'm new to U-boot, I'm trying to port U-boot on SMDK6410 board which is based on Samsung's ARM11 based S3C6410 system on chip. I have compiled the U-boot s3c-u-boot-1.1.6. As a result of this compilation, six files got created in my current working directory. These are : System.map, u-boot,

[U-Boot] u-boot problem for M501 Board after u-boot-2009

2010-07-16 Thread mürsel yıldız
Hi friends, we have bought an IPAC-5010 Board from Artila which is based on M501sk... We need to change the partition table for flash which requires MTDPARTS support inside u-boot and which is supported after version u-boot-2009.06... I have downloaded many u-boot versions and realized that there w

Re: [U-Boot] Please pull u-boot-mpc85xx [updated]

2010-07-16 Thread Kumar Gala
[ dropped the p4080 immap patch ] The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nios are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Becky Bruce (8):

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Kim Phillips
On Fri, 16 Jul 2010 11:27:03 +0200 Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20100715221522.1dd4eecb.kim.phill...@freescale.com> you wrote: > > u-boot environments, esp. when boards are shared across multiple users, > > can get pretty large and time consuming to visually parse. >

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-07-16 Thread Kim Phillips
On Wed, 5 May 2010 23:51:25 +0200 Wolfgang Denk wrote: > Right. Well, Kim's pointer to gitattributes is probably the solution > to this issue. Please allow me for some time to let this sink in. ping - it's been two months. Kim ___ U-Boot mailing list

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Kim Phillips
On Fri, 16 Jul 2010 12:55:42 +0200 Wolfgang Denk wrote: > Dear "Reinhard Meyer (-VC)", > > In message <4c403472.3070...@emk-elektronik.de> you wrote: > > > > >> The grepenv command this patch adds can be used in lieu of printenv > > >> to facilitate searching. grepenv works like printenv but li

Re: [U-Boot] u-boot problem for M501 Board after u-boot-2009

2010-07-16 Thread Wolfgang Denk
Dear =?ISO-8859-9?Q?m=FCrsel_y=FDld=FDz?=, In message you wrote: > > we have bought an IPAC-5010 Board from Artila which is based on M501sk... We > need to change the partition table for flash which requires MTDPARTS support > inside u-boot and which is supported after version u-boot-2009.06...

Re: [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support

2010-07-16 Thread Paulraj, Sandeep
> > > These patches add support for musb in AM35x. > > Changes from v1: > > - Moved SCM definitions to am35x specific file am35x_def.h > > > > Patches have been created against uboot-ti/master tree (as on 9th July) > > but they also apply cleanly to both denx/master and uboot-usb/master > > a

Re: [U-Boot] uboot redundancy.

2010-07-16 Thread Sagar Heroorkar
Hi Joakim, Graeme referred me to contact you for this. I am working on U-boot making it PIC for ppc 405ex based boards. I see in the following link http://www.mail-archive.com/u-boot@lists.denx.de/msg26918.html that you have implemented similar thing on 83xx board. I have downloaded latest u-boo

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Wolfgang Denk
Dear Kim, In message <20100716134252.b053e2dc.kim.phill...@freescale.com> you wrote: > > > I'm in the process of resturcturing the whole environment handling. > > The new implementation will use a hash table for internal storage, so > > this code would no longer apply then. > > it would still app

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100716140256.dd540fe6.kim.phill...@freescale.com> you wrote: > > hmm - it adds ~450bytes text+data on powerpc. Is that the concern? > > I can make it optional, but, if so, I'd also like to add it to > config_cmd_default.h instead of it being added to 100s of boar

[U-Boot] [PULL] Please pull u-boot-arm master:master

2010-07-16 Thread Wolfgang Denk
The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: Make sure that argv[] argument pointers are not modified. (2010-07-04 23:55:42 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Nick Thompson (1): Davinci: SPI: add the m

Re: [U-Boot] Please pull u-boot-mpc85xx [updated]

2010-07-16 Thread Kumar Gala
[try and get this right this time, actually drop the p4080 immap changes] The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nios are available in the git repository at: git://git.denx.de/u-b

Re: [U-Boot] [PATCH] common: add a grepenv command

2010-07-16 Thread Scott Wood
On Thu, 15 Jul 2010 22:15:22 -0500 Kim Phillips wrote: > u-boot environments, esp. when boards are shared across multiple users, > can get pretty large and time consuming to visually parse. > The grepenv command this patch adds can be used in lieu of printenv > to facilitate searching. grepenv w

Re: [U-Boot] [PULL] Please pull u-boot-arm master:master

2010-07-16 Thread Wolfgang Denk
In message <20100716191624.535db153...@gemini.denx.de> you wrote: > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: > > Make sure that argv[] argument pointers are not modified. (2010-07-04 > 23:55:42 +0200) > > are available in the git repository at: > git://git

Re: [U-Boot] new to U-boot, need help on U-boot porting on SMDK6410

2010-07-16 Thread Aldo Cedillo
> Hi, > > I'm new to U-boot, I'm trying to port U-boot on SMDK6410 board which is based > on Samsung's ARM11 based S3C6410 system on chip. I have compiled the U-boot > s3c-u-boot-1.1.6. As a result of this compilation, six files got created in > my current working directory. These are : System.m

Re: [U-Boot] Please pull u-boot-mpc85xx [updated]

2010-07-16 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > [try and get this right this time, actually drop the p4080 immap changes] > > The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0: > Wolfgang Denk (1): > Merge branch 'next' of git://git.denx.de/u-boot-nios > > are avail

Re: [U-Boot] Please Pull u-boot-ti master

2010-07-16 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1279226987-27761-1-git-send-email-s-paul...@ti.com> you wrote: > > Please pull u-boot-ti/master > I ran MAKEALL and saw no issues. > > Regards, > Sandeep > > The following changes since commit dce6538f5d21a0def8a4df5328d536abed3e136a: > Nick Thompson (1): >

[U-Boot] [PATCH v2 1/2] cpuat91: convert to new at91 soc architecture

2010-07-16 Thread Eric Bénard
convert the board to the new soc architecture update default config i2c upgrade taken from eb_cpux9k2.h & board/BuS/eb_cpux9k2/cpux9k2.c Signed-off-by: Eric Bénard --- v2 : send to Tom Rix's new email Makefile |2 +- board/eukrea/cpuat91/cpuat91.c | 53 ++

[U-Boot] [PATCH v2 2/2] cpuat91: update defaut environement

2010-07-16 Thread Eric Bénard
Signed-off-by: Eric Bénard --- v2 : send to Tom Rix's new email include/configs/cpuat91.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index b012782..9ef4523 100644 --- a/include/configs/cpuat91.h +++ b/incl

[U-Boot] Please pull u-boot-video/master

2010-07-16 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit b6c208ab1ebc2ac01e0029b8456210617ff67156: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gustschin (1): vi

Re: [U-Boot] [PATCH V2 2/3] video: add support for display controller in MB86R0x SoCs

2010-07-16 Thread Anatolij Gustschin
Dear Matthias, On Mon, 28 Jun 2010 14:04:49 +0200 Matthias Weisser wrote: > This patch adds support for the display controller in > the MB86R0x SoCs. > > Signed-off-by: Matthias Weisser > --- > drivers/video/Makefile |1 + > drivers/video/mb86r0xgdc.c | 186 > +++

Re: [U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC

2010-07-16 Thread Anatolij Gustschin
Dear Matthias, On Mon, 28 Jun 2010 14:04:50 +0200 Matthias Weisser wrote: > This patch adds support for the jadecpu board using the > MB86R01 'Jade' SoC from Fujitsu. > > Signed-off-by: Matthias Weisser > --- > MAINTAINERS |4 + > MAKEALL