[U-Boot] (no subject)

2011-01-13 Thread MrGates
Hello,everyone: I would like to chang my emai software on my host pc. which Mail Software is real convenient for dealing with our mailing list? Any suggestion! Best Regards MrGates m ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mai

[U-Boot] Embedded environment not compiling in the current git head?

2011-01-13 Thread Alex Dubov
It seems, something had broke the embedded environment compilation in the recent git head. During DO_DEPS_ONLY phase, environment.h is not considered, thus CONFIG_ENV_IS_EMBEDDED is never set with the obvious consequences. ___ U-Boot mailing lis

Re: [U-Boot] [PATCH 1/2] BLOCK: Add freescale IMX51 PATA driver

2011-01-13 Thread Stefano Babic
On 01/12/2011 11:46 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > --- > drivers/block/Makefile |1 + > drivers/block/mxc_ata.c | 149 > +++ > 2 files changed, 150 insertions(+), 0 deletions(-) > create mode 100644 drivers/block/mxc_ata.c

[U-Boot] [PATCH] powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080)

2011-01-13 Thread Kumar Gala
Simultaneous FCM and GPCM or UPM operation may erroneously trigger bus monitor timeout. Set timeout to maximum to avoid. Based on a patch from Lan Chunhe Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +++ arch/powerpc/cpu/mpc8xxx/fsl_lbc.c|7 ++- arch/

Re: [U-Boot] Unknown image format!

2011-01-13 Thread Detlev Zundel
Hi jobhunts02, > I am trying to switch from writing my JFFS2 filesystem to flash using > an NFS mounted root filesystem to creating and installing a JFFS2 > image. The reason I am doing this is so I can use sumtool on the > JFFS2 image and speed up my boot time. When I use the JFFS2 image, I > s

Re: [U-Boot] [PATCH 2/2] iMX5: EfikaMX: Work-in-progress board support

2011-01-13 Thread Stefano Babic
On 01/12/2011 11:46 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > --- > board/efikamx/Makefile | 52 > board/efikamx/config.mk| 25 ++ > board/efikamx/efikamx.c| 668 > > board/efikamx/imximage.cfg | 124 > boar

Re: [U-Boot] [PATCH 1/2] armv7: add support for S5PC210 SoC

2011-01-13 Thread Minkyu Kang
On 10 January 2011 20:58, Minkyu Kang wrote: > S5PC210 is a 32-bit RSIC and Coretex-A9 Dual Core based micro-processor. > RSIC and Coretex are typo. I'm going to fix it. > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  arch/arm/cpu/armv7/s5pc2xx/Makefile           |   42 ++

Re: [U-Boot] [PATCH 2/2] armv7: add support for s5pc210 universal board

2011-01-13 Thread Minkyu Kang
On 10 January 2011 20:59, Minkyu Kang wrote: > This patch adds support for Samsung s5pc210 universal board > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  MAINTAINERS                                  |    5 +- >  MAKEALL                                      |    1 + >  boa

[U-Boot] [PATCH v2 2/2] armv7: add support for s5pc210 universal board

2011-01-13 Thread Minkyu Kang
This patch adds support for Samsung s5pc210 universal board Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v2 remove debug message MAINTAINERS |5 +- MAKEALL |1 + board/samsung/universal_c210/Makefile

[U-Boot] [PATCH v2 1/2] armv7: add support for S5PC210 SoC

2011-01-13 Thread Minkyu Kang
S5PC210 is a 32-bit RISC and Cortex-A9 Dual Core based micro-processor. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v2 fixtypo: RSIC -> RISC, Coretex -> Cortex arch/arm/cpu/armv7/s5pc2xx/Makefile | 42 arch/arm/cpu/armv7/s5pc2xx/clock.c| 220 +

[U-Boot] [PATCH 1/3] powerpc/p3041: Add various p3041 specific information

2011-01-13 Thread Kumar Gala
Add P3041 SoC specific information: * SERDES Table * LIODN setup * Portal configuration Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |2 + arch/powerpc/cpu/mpc85xx/p3041_ids.c| 105 + arch/powerpc/cpu/mpc85xx/p3041_serdes.c | 151 +++

[U-Boot] [PATCH 3/3] powerpc/p2040: Add various p2040 specific information

2011-01-13 Thread Kumar Gala
Add P2040 SoC specific information: * SERDES Table * LIODN setup * Portal configuration Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/p2040_serdes.c | 66 +++ arch/powerpc/cpu/mpc8xxx/cpu.c |2 + arch/powerpc/include/asm/processor.h|2 +

[U-Boot] [PATCH 2/3] powerpc/p5020: Add various p5020 specific information

2011-01-13 Thread Kumar Gala
Add P5020 SoC specific information: * SERDES Table * LIODN setup * Portal configuration Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |2 + arch/powerpc/cpu/mpc85xx/p5020_ids.c| 105 + arch/powerpc/cpu/mpc85xx/p5020_serdes.c | 151 +++

[U-Boot] [PATCH 3/3 v2] powerpc/p2040: Add various p2040 specific information

2011-01-13 Thread Kumar Gala
Add P2040 SoC specific information: * SERDES Table * Added p2040 to cpu_type_list and SVR list * Added number of LAWs for p2040 * Set CONFIG_MAX_CPUS to 4 for p2040 Signed-off-by: Kumar Gala --- * Fixed commit message * Added some additional P2040 specific defines/cfg arch/powerpc/cpu/mpc85xx/p

Re: [U-Boot] [V2 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-13 Thread Sergei Shtylyov
Hello. On 12-01-2011 17:52, seedshope wrote: >>> Since SDRAM init function have already change, So the SDRAM >>> initial function must be change. >>> Signed-off-by: seedshope >>> diff --git a/board/samsung/smdk6400/smdk6400.c >>> b/board/samsung/smdk6400/smdk6400.c >>> index 35aa40b..52b44a8 10

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Aneesh V
On Thursday 13 January 2011 12:48 AM, Albert ARIBAUD wrote: > (I realize I did not answer the other ones) > > Le 08/01/2011 11:06, Aneesh V a écrit : > >>> Out of curiosity, can you elaborate on why the compiler would optimize >>> better in these cases? >> >> While counting down the termination con

Re: [U-Boot] (no subject)

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 09:36, MrGates a écrit : > Hello,everyone: > > I would like to chang my emai software on my host pc. > which Mail Software is real convenient for dealing with our mailing list? > Any suggestion! Thunderbird should be ok -- that's what I use under Linux and it runs just the same und

Re: [U-Boot] USB storage performance EHCI question

2011-01-13 Thread Sergei Shtylyov
Hello. On 13-01-2011 9:09, Wolfgang Denk wrote: > Hm... I just notice the "caviumnetworks" in your address, so this is > probably MIPS? Check if your caches are turned on... BTW, Cavium also produces ARMs (like CNS3xxx)... > Best regards, > Wolfgang Denk WBR, Sergei _

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Aneesh V
On Thursday 13 January 2011 12:53 AM, Albert ARIBAUD wrote: > Le 12/01/2011 10:08, Aneesh V a écrit : >> On Saturday 08 January 2011 07:36 PM, Albert ARIBAUD wrote: >>> Le 08/01/2011 14:17, Aneesh V a écrit : >>> >> >> >> +/* some utility macros */ >> +#define mask(start, end) \ >> + (

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Aneesh V
On Thursday 13 January 2011 12:48 AM, Albert ARIBAUD wrote: + for (way = num_ways - 1; way>= 0 ; way--) + for (set = num_sets - 1; set>= 0; set--) { >>> >>> Please fix whitespacing around operators. The best way to ''catch'em >>> all'' is to run Linux' checkpatch.pl (I do this with opti

[U-Boot] [PATCH] ppc, 8xx: remove obsolete km8xx baords from keymile

2011-01-13 Thread Holger Brunck
The MPC852 based mgsuvd and kmsupx4 boards boards from keymile were initially ported but later on not developed further. So the respective files were removed to avoid unneeded merging and maintenance. Signed-off-by: Holger Brunck --- board/keymile/km8xx/Makefile | 48 - board/keym

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 13:05, Aneesh V a écrit : >>> What I need is something like below: >>> >>> #define get_bit_field(nr, start, mask)\ >>> (((nr) & (mask)) >> (start)) >>> >>> #define set_bit_field(nr, start, mask, val)\ >>> (nr) = ((nr) & ~(mask)) | (((val) << (start)) & (mask)) >>> >>> Can these go in

Re: [U-Boot] [PATCH] ppc, 8xx: remove obsolete km8xx baords from keymile

2011-01-13 Thread Heiko Schocher
Hello Holger, type in subject, please "s/baords/boards" ;-) Holger Brunck wrote: > The MPC852 based mgsuvd and kmsupx4 boards boards from keymile > were initially ported but later on not developed further. So > the respective files were removed to avoid unneeded merging and > maintenance. > > Si

[U-Boot] RR v3 PATCH: SMDK6400 Fix some build bug

2011-01-13 Thread seedshope
Change from V1: patch 1: patch 2: Delete some compile information from commit. patch 3: Add LED modify information and Delete some compile information from commit. patch 4: Add new patch for SDRAM init. Change frome v2: patch2: Modify Makefile for arch/arm/cpu/arm1176/s3c64xx/cpu_init.s in build

[U-Boot] [v3 patch 1/4] SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined

2011-01-13 Thread seedshope
Fix CONFIG_SYS_INIT_SP_ADDR undefined issue. Signed-off-by: seedshope diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 671f2c7..c9acf58 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -44,6 +44,11 @@ #define CONFIG_PERIPORT_BASE 0x7000

[U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-13 Thread seedshope
Modify Makefile for cpu_init.c and Start.s use some label,this defined u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds to u-boot-nand.lds Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/s3c6

[U-Boot] [v3 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-13 Thread seedshope
Add some relocation symbols to u-boot.lds and disable LED functions in start.s to support nand_spl. Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S index 237dcfe..ae3706a 100644 --- a/arch/arm/cpu/arm1176/start.S +++ b/arch/arm/cpu/arm1176/start.

[U-Boot] [v3 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-13 Thread seedshope
Since SDRAM init function have already change, So the SDRAM initial function must be change. Signed-off-by: seedshope diff --git a/board/samsung/smdk6400/smdk6400.c b/board/samsung/smdk6400/smdk6400.c index 35aa40b..043d553 100644 --- a/board/samsung/smdk6400/smdk6400.c +++ b/board/samsung/smdk

Re: [U-Boot] [RFC] ARM: mx31pdk: Use the new relocation scheme

2011-01-13 Thread Stefano Babic
On 01/12/2011 01:49 PM, Fabio Estevam wrote: > Hi, Hi Fabio, > > I am trying to make the new relocation scheme to work on the mx31pdk board. > > With this patch applied the mx31pdk build works, but not able to get a U-boot > prompt yet. I have tried to imagine some issues, but I cannot find a

[U-Boot] [PATCH v2] ppc, 8xx: remove obsolete km8xx boards from keymile

2011-01-13 Thread Holger Brunck
The MPC852 based mgsuvd and kmsupx4 boards from keymile were initially ported but later on not developed further. So the respective files were removed to avoid unneeded merging and maintenance. Signed-off-by: Holger Brunck --- Changes for v2: - fix typos in commit message - remove

Re: [U-Boot] [PATCH v2] ppc, 8xx: remove obsolete km8xx boards from keymile

2011-01-13 Thread Heiko Schocher
Hallo Holger, Holger Brunck wrote: > The MPC852 based mgsuvd and kmsupx4 boards from keymile > were initially ported but later on not developed further. So > the respective files were removed to avoid unneeded merging > and maintenance. > > Signed-off-by: Holger Brunck > --- > Changes for v2: >

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Aneesh V
On Thursday 13 January 2011 06:44 PM, Albert ARIBAUD wrote: > Le 13/01/2011 13:05, Aneesh V a écrit : > What I need is something like below: #define get_bit_field(nr, start, mask)\ (((nr) & (mask)) >> (start)) #define set_bit_field(nr, start, mask, val)\ (nr) = ((

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 15:30, Aneesh V a écrit : > Perhaps my requirement is different. If this scheme is not used by > many, I shall put these macros in OMAP specific headers. Yes, I'd prefer that, finally. > best regards, > Aneesh Amicalement, -- Albert. __

Re: [U-Boot] [PATCH 2/8] armv7: cache maintenance operations for armv7

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 13:14, Aneesh V a écrit : > On Thursday 13 January 2011 12:48 AM, Albert ARIBAUD wrote: > > > + for (way = num_ways - 1; way>= 0 ; way--) > + for (set = num_sets - 1; set>= 0; set--) { Please fix whitespacing around operators. The best way to ''catch'em all'' i

Re: [U-Boot] [PATCH 2/2] iMX5: EfikaMX: Work-in-progress board support

2011-01-13 Thread Marek Vasut
On Thursday 13 January 2011 10:37:47 Stefano Babic wrote: > On 01/12/2011 11:46 PM, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > --- > > > > board/efikamx/Makefile | 52 > > board/efikamx/config.mk| 25 ++ > > board/efikamx/efikamx.c| 668 > > +

[U-Boot] [PATCH 1/2 v2] BLOCK: Add freescale IMX51 PATA driver

2011-01-13 Thread Marek Vasut
Signed-off-by: Marek Vasut --- v2: Fixed line-too-long bugs as proposed by Stefano drivers/block/Makefile |1 + drivers/block/mxc_ata.c | 149 +++ 2 files changed, 150 insertions(+), 0 deletions(-) create mode 100644 drivers/block/mxc_ata.c dif

[U-Boot] [PATCH 2/2] iMX5: EfikaMX: Preliminary board support

2011-01-13 Thread Marek Vasut
Supported: MMC IDE PMIC SPI flash LEDs I can boot the kernel supplied by freescale/genesi with this from MMC card and/or PATA disk. Signed-off-by: Marek Vasut --- v2: Fixed line-too-long, MAINTAINERs etc. (I hope everything but the PMIC*) bugs as proposed by Stefano. As for the PMIC, other boar

Re: [U-Boot] [PATCH 2/2] iMX5: EfikaMX: Work-in-progress board support

2011-01-13 Thread Stefano Babic
On 01/13/2011 06:15 PM, Marek Vasut wrote: >>> + mxc_request_iomux(MX51_PIN_NANDF_RB3, IOMUX_CONFIG_GPIO); >>> + mxc_iomux_set_pad(MX51_PIN_NANDF_RB3, PAD_CTL_100K_PU); >>> + mxc_gpio_direction(IOMUX_TO_GPIO(MX51_PIN_NANDF_RB3), >>> MXC_GPIO_DIRECTION_IN); + rev |= >>> (!!mxc_gpio_get(IOMU

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 14:36, seedshope a écrit : > Modify Makefile for cpu_init.c and Start.s use some label,this defined > u-boot.lds of arch/arm/cpu/arm1176. But SMDK6400 use the link script > board/samsung/smdk6400/u-boot-nand.lds. So add some label form u-boot.lds > to u-boot-nand.lds > > Signed-off-by

[U-Boot] Get access to these C level executives

2011-01-13 Thread Rachel Moore
Hi, Hope you are the right person to talk to on email list acquisition/ email campaigns. I know that you are into infrastructure solution space - where you provide virtualization solutions. As a global online marketing company we have an enormous database when it comes to Information Techno

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-01-13 Thread Albert ARIBAUD
Le 13/01/2011 07:40, Stefano Babic a écrit : > Hi Wolfgang, > > The following changes since commit cdc51c294ad33879c4e57edf4c9d2155381b1d59: > >Merge branch 'next' of ../next (2010-12-22 21:16:17 +0100) > > are available in the git repository at: > >git://www.denx.de/git/u-boot-imx.git mast

Re: [U-Boot] [PATCH 1/3] fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 9, 2011, at 3:20 PM, Kumar Gala wrote: > From: Jerry Huang > > Do not issue a manual asynchronous CMD12. Instead, use a (software) > synchronous CMD12 or AUTOCMD12 to abort data transfer. > > Signed-off-by: Jerry Huang > Signed-off-by: Roy Zang > Signed-off-by: Kumar Gala > --- > arc

Re: [U-Boot] [PATCH 2/3] fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 9, 2011, at 3:20 PM, Kumar Gala wrote: > From: Roy Zang > > The default value of the SRS, VS18 and VS30 and ADMAS fields in the host > controller capabilities register (HOSTCAPBLT) are incorrect. The default > of these bits should be zero instead of one. > > Clear these bits out when we

Re: [U-Boot] [PATCH 3/3] fsl_esdhc: Add the workaround for erratum ESDHC136 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 9, 2011, at 3:20 PM, Kumar Gala wrote: > From: Roy Zang > > False multi-bit ECC errors will be reported by the eSDHC buffer which > can trigger a reset request. > > We disable all ECC error checking on SDHC. > > Signed-off-by: Roy Zang > Signed-off-by: Kumar Gala > --- > arch/powerpc

Re: [U-Boot] [PATCH 1/2] powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr code

2011-01-13 Thread Kumar Gala
On Jan 9, 2011, at 2:27 PM, Kumar Gala wrote: > Move the parsing of hwconfig to determine if to use spd into common code > so we can share it across all boards instead of duplicating it > everywhere. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/ddr/options.c | 22 +

Re: [U-Boot] [PATCH] powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 16M on FSL 85xx boards

2011-01-13 Thread Kumar Gala
On Jan 11, 2011, at 12:44 AM, Kumar Gala wrote: > CONFIG_SYS_BOOTMAPSZ has been 16M on these boards for some time so we > should also allow the kernel image to be up to 16M decompressed. > > Signed-off-by: Kumar Gala > --- > include/configs/MPC8536DS.h |3 ++- > include/configs/MPC8540ADS.h

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add the workaround for erratum CPC-A003 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 13, 2011, at 1:58 AM, Kumar Gala wrote: > CoreNet Platform Cache single-bit data error scrubbing will cause data > corruption. Disable the feature to workaround the issue. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +++ > arch/powerpc/cpu/mpc85xx/c

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add the workaround for erratum CPC-A002 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 13, 2011, at 1:58 AM, Kumar Gala wrote: > CoreNet Platform Cache single-bit tag error scrubbing will cause tag > corruption. Disable the feature to workaround the issue. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +++ > arch/powerpc/cpu/mpc85xx/cpu

Re: [U-Boot] [PATCH] powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080)

2011-01-13 Thread Kumar Gala
On Jan 13, 2011, at 3:07 AM, Kumar Gala wrote: > Simultaneous FCM and GPCM or UPM operation may erroneously trigger bus > monitor timeout. Set timeout to maximum to avoid. > > Based on a patch from Lan Chunhe > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c |3

Re: [U-Boot] [v3 patch 4/4] SMDK6400: Fix SMDK6400 SDRAM init

2011-01-13 Thread Minkyu Kang
Dear seedshope, On 13 January 2011 22:36, seedshope wrote: > Since SDRAM init function have already change, So the SDRAM > initial function must be change. > > Signed-off-by: seedshope > > diff --git a/board/samsung/smdk6400/smdk6400.c > b/board/samsung/smdk6400/smdk6400.c > index 35aa40b..043d

Re: [U-Boot] uboot load ftb

2011-01-13 Thread 张扬
Dear Scott Wood 2011/1/13 Scott Wood : > On Wed, 12 Jan 2011 09:00:52 +0100 > Wolfgang Denk wrote: > >> Dear =?UTF-8?B?5byg5oms?=, >> >> In message >> you wrote: >> > >> > > i trying to sue the kernel's Makefile rule, but the issue is not solved. >> >   WARNING: could not set linux,stdout-path

[U-Boot] Please pull u-boot-mpc85xx.git

2011-01-13 Thread Kumar Gala
The following changes since commit c6b734f5aea2ba75caaa1929f7e649ecda8d2f31: Merge branch 'master' of git://git.denx.de/u-boot-sh (2011-01-12 23:59:53 +0100) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Becky Bruce (9): socrates: rename sdram_setup