[U-Boot] trouble with u-boot and bist fail on pcie adapter

2009-10-18 Thread Ayman El-Khashab
I am using a recent version of u-boot (git from the past couple of weeks) and have an LSI SAS adapter on a canyonlands board. What I see happening is that u-boot reads the bist bit, then does numerous bar accesses, then sets the bist fail and latency words. Once the bist is set to fail, the lsi a

Re: [U-Boot] [PATCH] sheevaplug: correct SDRAM address control register value

2009-10-18 Thread Simon Kagstrom
On Fri, 16 Oct 2009 13:09:15 -0400 Mark Asselstine wrote: > The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in > two banks for a total of 512MB of RAM. Based on this configuration > the existing values for SDRAM address control register are incorrect > -DATA 0xFFD01410 0x0099

[U-Boot] Fwd: Re: OMAP3 EVM: Only ONENAND supported, no NAND any more?

2009-10-18 Thread Tuma
-- Software Developer General Satellite Corp. --- Begin Message --- I have not board with NAND, working with OneNAND only. But I think NAND support have not been removed. Maybe "omap3_evm_config" configures U-Boot to be built without NAND support. But you can reconfigure it, so NAND support wil

[U-Boot] Confirmed Recipient

2009-10-18 Thread kishore choudhari
Hi all. Please check this mail and try to avoid these kind of fake mails. Regards, Kishore. -- Forwarded message -- From: Online-notification Date: Mon, Oct 19, 2009 at 4:19 AM Subject: [U-Boot] Confirmed Recipient To: i...@msc.co.uk Your email address has won a lump sum of

Re: [U-Boot] [PATCH v1 2/2] NET: Base support for etsec2.0

2009-10-18 Thread Kumar Gopalpet-B05799
>-Original Message- >From: Kumar Gala [mailto:ga...@kernel.crashing.org] >Sent: Monday, October 19, 2009 12:10 AM >To: Kumar Gopalpet-B05799 >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH v1 2/2] NET: Base support for etsec2.0 > > >On Oct 18, 2009, at 3:43 AM, Sandeep Gopalpet

Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Kumar Gopalpet-B05799
>-Original Message- >From: Kumar Gala [mailto:ga...@kernel.crashing.org] >Sent: Monday, October 19, 2009 12:08 AM >To: Kumar Gopalpet-B05799 >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out >of TSEC Space > > >On Oct 18, 2009, at 3:43 AM, Sandeep

Re: [U-Boot] ARM pull request v3

2009-10-18 Thread Ben Warren
Sandeep, On Sun, Oct 18, 2009 at 5:37 PM, Paulraj, Sandeep wrote: > > > > > > This is what has changed since v2 > > > > 10,12c10,12 > > < CPU9260 : fix machine ID when using a CPU9G20. > > < fix CPU9260/CPU9G20 compile warnings > > < main.c: In function 'abortboot': > > --- > >

Re: [U-Boot] [PATCH 4/5] add TI da8xx support: new ethenet driver for da830 EMAC

2009-10-18 Thread Ben Warren
Hi Tom, On Sun, Oct 18, 2009 at 10:26 AM, Tom wrote: > Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > >> Add a driver for the DA830 EMAC. >> >> This is very similar to the davinci_emac driver. It has been restructured >> to make it as similar as possible. Potentially the two could be

Re: [U-Boot] [PATCH] Cleanup: use constant

2009-10-18 Thread Ben Warren
Wolfgang, On Sun, Oct 18, 2009 at 1:41 PM, Wolfgang Denk wrote: > Dear Niklaus Giger, > > In message <1253686334-30500-1-git-send-email-niklaus.gi...@netstal.com> > you wrote: > > Signed-off-by: Niklaus Giger > > --- > > common/miiphyutil.c |2 +- > > 1 files changed, 1 insertions(+), 1 de

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Mike Frysinger
On Sunday 18 October 2009 17:32:15 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > Mike Frysinger wrote: > > > > The env code is protected by the ENV_IS_EMBEDDED define, so > > > > attempting to compile the code when this isn't defined is pointless. > > > > Now that the env headers have unified

[U-Boot] [PATCH] envcrc: check return value of fwrite()

2009-10-18 Thread Mike Frysinger
Newer toolchains will often complain about unchecked fwrite(): envcrc.c:117: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result So check the return value to silence the warnings. Signed-off-by: Mike Frysinger --- tools/envcrc.c |4

Re: [U-Boot] ARM pull request v3

2009-10-18 Thread Paulraj, Sandeep
> > This is what has changed since v2 > > 10,12c10,12 > < CPU9260 : fix machine ID when using a CPU9G20. > < fix CPU9260/CPU9G20 compile warnings > < main.c: In function 'abortboot': > --- > > AT91 CPU9260 Fix machine ID when using a CPU9G20. > > AT91 CPU9260 CPU

Re: [U-Boot] ARM pull request

2009-10-18 Thread Paulraj, Sandeep
> Dear Tom, > > In message <4adb78d4.2060...@windriver.com> you wrote: > > > > > And where is this patch coming from? Again, I canot see a trace of it > > > in the mailing list archive, and anyway, it must go through the net > > > custodian, or at least have Ben's blessing (Acked-by: line). > >

Re: [U-Boot] [PATCH] sheevaplug: correct SDRAM address control register value

2009-10-18 Thread Mark Asselstine
On Sunday 18 October 2009 16:11:11 Tom wrote: > Mark Asselstine wrote: > > The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in > > two banks for a total of 512MB of RAM. Based on this configuration > > the existing values for SDRAM address control register are incorrect > > and result i

Re: [U-Boot] [PATCH 3/3] LAN91C96: Enable NET_MULTI LAN driver

2009-10-18 Thread Ben Warren
Tom, On Sun, Oct 18, 2009 at 12:57 PM, Tom wrote: > Nishanth Menon wrote: > >> This modification is NOT tested on any of the >> platforms modified as I dont have them. please >> help by testing+building+fixing >> > > On the testing front.. > Regression testing on MAKEALL shows > > #warning Ether

[U-Boot] mcc200 build fails (invalid #elif)

2009-10-18 Thread Mike Frysinger
via MAKEALL: Configuring for mcc200 board... In file included from /usr/local/src/u-boot/blackfin/include/config.h:3,

[U-Boot] ARM pull request v3

2009-10-18 Thread Tom
This is what has changed since v2 10,12c10,12 < CPU9260 : fix machine ID when using a CPU9G20. < fix CPU9260/CPU9G20 compile warnings < main.c: In function 'abortboot': --- > AT91 CPU9260 Fix machine ID when using a CPU9G20. > AT91 CPU9260 CPU9G20 Fix compile warnin

[U-Boot] Confirmed Recipient

2009-10-18 Thread Online-notification
Your email address has won a lump sum of £539,000.00. To claim your win, contact Mr. Brian Smith on this Email: barr_smith2...@live.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200910181751.13743.vap...@gentoo.org> you wrote: > > i'd prefer to fix. my guess is these boards link in the .o all the time even > when they dont have an embedded environment (which isnt a big deal -- the > file > would be 0 bytes in that case). > > where can

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Mike Frysinger
On Sunday 18 October 2009 17:32:15 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > Mike Frysinger wrote: > > > > The env code is protected by the ENV_IS_EMBEDDED define, so > > > > attempting to compile the code when this isn't defined is pointless. > > > > Now that the env headers have unified

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200910181701.33654.vap...@gentoo.org> you wrote: > > > Mike Frysinger wrote: > > > The env code is protected by the ENV_IS_EMBEDDED define, so attempting to > > > compile the code when this isn't defined is pointless. Now that the env > > > headers have unified ar

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200910181701.33654.vap...@gentoo.org> you wrote: > > > [My understanding is that patch 2/2 will go through your BF repo now, > > right?] > > i can do that since it's already in my vendor branch Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH v3] TQM85xx: enable partition support, sort commands

2009-10-18 Thread Wolfgang Denk
Dear Kumar Gala, In message <0f1cba0c-d4ab-42c4-8288-7580de91d...@kernel.crashing.org> you wrote: > > We never resolved this. Right. Still on my list. Sorry - I hope I can find a little time this week. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Det

Re: [U-Boot] [PATCH V4 3/3] lcd: remove '#if 0' 32-bit scroll, now memcpy does it

2009-10-18 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > common/lcd.c | 21 - > 1 files changed, 0 insertions(+), 21 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DE

Re: [U-Boot] [PATCH V4 2/3] lib_generic memset: fill one word at a time if possible

2009-10-18 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > From: Alessandro Rubini > > If the destination is aligned, fill ulong values until possible. > Then fill remaining part by byte. > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > Acked-by: Mike Frysinger > --- > lib_generic/stri

Re: [U-Boot] [PATCH V4 1/3] lib_generic memcpy: copy one word at a time if possible

2009-10-18 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > From: Alessandro Rubini > > If source and destination are aligned, this copies ulong values > until possible, trailing part is copied by byte. Thanks for the details > to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore. > > Signed-off-by:

Re: [U-Boot] [PATCH] setenv: do console redirection even if previously unset

2009-10-18 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <20091008122914.ga4...@mail.gnudd.com> you wrote: > From: Alessandro Rubini > > If "stdout" is not previously set, doing "setenv stdout lcd" had no > effect, since console redirection only worked if the environment > variable was already set; the second time yo

Re: [U-Boot] [PATCH] Fix error in mpc512x System Clock control constants for USB1 & USB2

2009-10-18 Thread Wolfgang Denk
Dear Martha Stan, In message <1254904726-14218-1-git-send-email-mm...@silicontkx.com> you wrote: > Signer-off-by: Martha Stan > --- > include/asm-ppc/immap_512x.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. When resubmitting a patch please make sure to: -

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Mike Frysinger
On Sunday 18 October 2009 16:53:54 Wolfgang Denk wrote: > Mike Frysinger wrote: > > The env code is protected by the ENV_IS_EMBEDDED define, so attempting to > > compile the code when this isn't defined is pointless. Now that the env > > headers have unified around CONFIG_ENV_IS_EMBEDDED, convert

Re: [U-Boot] [PATCH] Fix error in mpc512x System Clock control constants for USB1 & USB2

2009-10-18 Thread Wolfgang Denk
Dear Martha Stan, In message <1254814853-19365-1-git-send-email-mm...@silicontkx.com> you wrote: > From: root > > Signed-off-by: root We need a valid mail address for the Signed-off-by: line. Please fix and resubmit. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH] mem_mtest: fix error reporting, allow escape with ^C

2009-10-18 Thread Wolfgang Denk
Dear Paul Gortmaker, In message <1254521913-25655-1-git-send-email-paul.gortma...@windriver.com> you wrote: > The basic memtest function tries to watch for ^C after each > pattern pass as an escape mechanism, but if things are horribly > wrong, we'll be stuck in an inner loop flooding the console

Re: [U-Boot] [PATCH v2] new default shortcut to config & build a board

2009-10-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1254413514-12564-1-git-send-email-vap...@gentoo.org> you wrote: > The majority of the time that I build things in U-Boot, I want to just > build for the board. I don't make board config tweaks after selecting the > board. So add a new pattern rule that allows peo

Re: [U-Boot] [PATCH 1/2 v4] env: only build env_embedded and envcrc when needed

2009-10-18 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1254338999-16311-1-git-send-email-vap...@gentoo.org> you wrote: > The env code is protected by the ENV_IS_EMBEDDED define, so attempting to > compile the code when this isn't defined is pointless. Now that the env > headers have unified around CONFIG_ENV_IS_EMBEDD

Re: [U-Boot] [PATCH] part_dos: check status flags of partitions

2009-10-18 Thread Wolfgang Denk
Dear Daniel Mack, In message <20090928100400.gy9...@buzzloop.caiaq.de> you wrote: > The current fatload code has a problem together with the way the DOS > partition parser is implemented. > > This hit me when I tried to load a file from a USB stick which had no > partition table but a FAT16 direc

Re: [U-Boot] [PATCH] galaxy5200: change cs1 configuration

2009-10-18 Thread Wolfgang Denk
Dear "Eric Millbrandt", In message <20090925224247.m56...@coldhaus.com> you wrote: > Correct the chip select configuration for the nand flash chip select. > > Signed-off-by: Eric Millbrandt > --- > include/configs/galaxy5200.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Appli

Re: [U-Boot] [Patch v2] vxworks: Add CONFIG_VXWORKS_PREBOOT

2009-10-18 Thread Wolfgang Denk
Dear Niklaus Giger, In message <1253714586-24904-1-git-send-email-niklaus.gi...@netstal.com> you wrote: > The option CONFIG_VXWORKS_PREBOOT allows a board specific > vxworks_preboot to be run just before jumping into the > vxWorks images. This can be used to alter a register > which is used diffe

Re: [U-Boot] [PATCH] Cleanup: use constant

2009-10-18 Thread Wolfgang Denk
Dear Niklaus Giger, In message <1253686334-30500-1-git-send-email-niklaus.gi...@netstal.com> you wrote: > Signed-off-by: Niklaus Giger > --- > common/miiphyutil.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/common/miiphyutil.c b/common/miiphyutil.c > index 66

Re: [U-Boot] ARM pull request

2009-10-18 Thread Wolfgang Denk
Dear Tom, In message <4adb78d4.2060...@windriver.com> you wrote: > > > And where is this patch coming from? Again, I canot see a trace of it > > in the mailing list archive, and anyway, it must go through the net > > custodian, or at least have Ben's blessing (Acked-by: line). > > > This came fro

Re: [U-Boot] ARM pull request

2009-10-18 Thread Tom
Wolfgang Denk wrote: > Dear Tom, > > In message <4ada8080.3060...@windriver.com> you wrote: >> The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0: >>Daniel Gorsulowski (1): >> at91: Update MEESC board support >> >> are available in the git repository at: >> >>

Re: [U-Boot] [PATCH] sheevaplug: correct SDRAM address control register value

2009-10-18 Thread Tom
Mark Asselstine wrote: > The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in > two banks for a total of 512MB of RAM. Based on this configuration > the existing values for SDRAM address control register are incorrect > and result in random kernel oops as memory is incorrectly accessed >

Re: [U-Boot] [PATCH] fix cpuat91 compile warning

2009-10-18 Thread Wolfgang Denk
Dear Tom Rix, In message <4ad9e9e2@bumblecow.com> you wrote: > Eric Benard wrote: > > main.c: In function 'abortboot': > > main.c:122: warning: too few arguments for format > > > > Signed-off-by: Eric Benard > > --- > > include/configs/cpuat91.h |4 ++-- > > 1 files changed, 2 insertion

Re: [U-Boot] [PATCH 3/3] LAN91C96: Enable NET_MULTI LAN driver

2009-10-18 Thread Tom
Nishanth Menon wrote: > This modification is NOT tested on any of the > platforms modified as I dont have them. please > help by testing+building+fixing On the testing front.. Regression testing on MAKEALL shows #warning Ethernet driver .. error killing for assabet, gcplus, lubbock, omap1510inn,

Re: [U-Boot] ARM pull request

2009-10-18 Thread Wolfgang Denk
Dear Tom, In message <4ada8080.3060...@windriver.com> you wrote: > The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0: >Daniel Gorsulowski (1): > at91: Update MEESC board support > > are available in the git repository at: > >git://git.denx.de/u-boot-arm

Re: [U-Boot] [PATCH] Add mpc5125ads board and processor to the mpc512x family

2009-10-18 Thread Wolfgang Denk
Dear Martha, In message <200910131345510.sm02...@[206.180.163.89]> you wrote: > > >We should avoid adding stuff to asm-offsets.h; instead, we should > >finally auto-generate this file from the respective C structs as it's > >done in Linux. Do you dare to tackle this? > > I can't do this any tim

Re: [U-Boot] Please pull u-boot-mpc83xx.git

2009-10-18 Thread Wolfgang Denk
Dear Kim Phillips, In message <20091016173304.ca71eb5a.kim.phill...@freescale.com> you wrote: > Wolfgang Denk, > > Please pull a fix for 8313 rev.2+ networking device trees and a minor > consistency fix: > > The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f: > Wolfgan

[U-Boot] Arm pull requests v2

2009-10-18 Thread Tom
The change from v1 of yesterday is to include the s5pc1xx fix < Minkyu Kang (4): --- > Minkyu Kang (5): 18a19 > s5pc1xx: SMDKC100: fix compile warnings Tom The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0: Daniel Gorsulowski (1): at91: Update MEES

Re: [U-Boot] [PATCH v1 2/2] NET: Base support for etsec2.0

2009-10-18 Thread Kumar Gala
On Oct 18, 2009, at 3:43 AM, Sandeep Gopalpet wrote: > 1. Modified the tsec_mdio structure to include the new regs > 2. Modified the MDIO_BASE_ADDR so that it will handle both > older version and new version of etsec. > > Signed-off-by: Sandeep Gopalpet > --- > include/asm-ppc/immap_85xx.h |

Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Kumar Gala
On Oct 18, 2009, at 3:43 AM, Sandeep Gopalpet wrote: > Moved the mdio regs out of the tsec structure,and > provided different offsets for tsec base and mdio > base so that provision for etsec2.0 can be provided. > > This patch helps in providing the support for etsec2.0 > In etsec2.0, the MDIO re

Re: [U-Boot] [PATCH 5/5] add TI da8xx support: integration into build system

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Add config, Makefile and common header changes to integrate DA8xx > Support. > > Creates a new config target: > make ... da8xx_omapl1_evm_config > > Tested build with Sourcery G++ Lite 2009q1-203 tool chain on an > OMAP-L137 EVM boa

Re: [U-Boot] [PATCH 4/5] add TI da8xx support: new ethenet driver for da830 EMAC

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Add a driver for the DA830 EMAC. > > This is very similar to the davinci_emac driver. It has been restructured > to make it as similar as possible. Potentially the two could be merged, > but I don't have access to other davinci type platfo

Re: [U-Boot] [PATCH 3/5] add TI da8xx support: new board directory for spectrum digital EVM

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Create initial contents of the board/da8xx/da8xx-evm directory: > > Low level board initialisation. > Board level initilisation. > Linker control. Please add a better description of the board. Please include a link to a long lived documen

Re: [U-Boot] [PATCH 2/5] add TI da8xx support: new arch directory

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Resent due to wrapping in patch 2 (unwrapped patch 1 resent, 3, 4 and 5 seem > okay) Sorry I missed your rev of patch #1. I prefer to see the whole patch set resubmitted instead of parts. Please also list the version number of the patch

Re: [U-Boot] [PATCH 1/5] add TI da8xx support: new cpu directory

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Create initial contents of the cpu/arm926ejs/da8xx directory: > > Low level initilisation. > Support for SoC clock, timer and reset functions. > > Signed-off-by: Nick Thompson > --- > Applies to u-boot-ti > > cpu/arm926ejs/da8xx/Makefi

Re: [U-Boot] ARM pull request

2009-10-18 Thread Tom
Minkyu Kang wrote: > Dear Dirk and Tom > > 2009/10/18 Dirk Behme : >> Dirk Behme wrote: >>> Tom wrote: >> ... Minkyu Kang (4): s5pc1xx: support Samsung s5pc1xx SoC s5pc1xx: support onenand driver s5pc1xx: support serial driver s5pc1xx: add suppo

Re: [U-Boot] [PATCH 0/5] add TI da8xx support:

2009-10-18 Thread Tom
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Patches 1/5 and 2/5 both *still* contain small amounts of wrapping - why > does outlook even consider that it's okay to mangle my e-mails??? - Please > excuse the mess. > > I can fix them, but I'm not going to send them again until people

Re: [U-Boot] [PATCH] s5pc1xx: SMDKC100: fix compile warnings

2009-10-18 Thread Tom
Minkyu Kang wrote: > fix the following compile warnings > warning: dereferencing type-punned pointer will break strict-aliasing rules > > Signed-off-by: Minkyu Kang > --- > drivers/serial/serial_s5pc1xx.c |2 +- > include/asm-arm/arch-s5pc1xx/clock.h | 88 > +-

Re: [U-Boot] davinci_dm355evm_config -make error

2009-10-18 Thread Paulraj, Sandeep
> > Hi all > > The u-boot ti git source code (u-boot-ti) does not seem to build for > the dm355evm. I am using an image from that source on my EVM. Nevertheless I tried to build again and it worked. > I'm getting a "lowlevel_init.S:619:2: error: #error > "Unknown DDR configuration!!!" > aft

Re: [U-Boot] ARM pull request

2009-10-18 Thread Minkyu Kang
Dear Dirk and Tom 2009/10/18 Dirk Behme : > Dirk Behme wrote: >> Tom wrote: > ... >>> Minkyu Kang (4): >>>        s5pc1xx: support Samsung s5pc1xx SoC >>>        s5pc1xx: support onenand driver >>>        s5pc1xx: support serial driver >>>        s5pc1xx: add support SMDKC100 board > ... >> But: F

[U-Boot] davinci_dm355evm_config -make error

2009-10-18 Thread ExpatEgghead
Hi all The u-boot ti git source code (u-boot-ti) does not seem to build for the dm355evm. I'm getting a "lowlevel_init.S:619:2: error: #error "Unknown DDR configuration!!!" after : make davinci_dm355evm_config make Before I correct this am I missing something? -- --Adrian Edmonds

Re: [U-Boot] uboot MPC5200B DDR memsize hangs

2009-10-18 Thread Chris Alfred
For those interested, The problem was a bad solder joint on CAS. During writes to DDR, the CPU generates the DQS strobes. During reads from DDR, the SDRAM asserts the DQS strobes. If the DDR SDRAM is not initialised properly, the SDRAM will not assert the DQS signals and the CPU will hang on a

[U-Boot] [PATCH v1 2/2] NET: Base support for etsec2.0

2009-10-18 Thread Sandeep Gopalpet
1. Modified the tsec_mdio structure to include the new regs 2. Modified the MDIO_BASE_ADDR so that it will handle both older version and new version of etsec. Signed-off-by: Sandeep Gopalpet --- include/asm-ppc/immap_85xx.h |6 +- include/configs/P1_P2_RDB.h |5 + include/tsec.h

[U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Sandeep Gopalpet
Moved the mdio regs out of the tsec structure,and provided different offsets for tsec base and mdio base so that provision for etsec2.0 can be provided. This patch helps in providing the support for etsec2.0 In etsec2.0, the MDIO register space and the etsec reg space are different. Signed-off-by

Re: [U-Boot] ARM pull request

2009-10-18 Thread Dirk Behme
Dirk Behme wrote: > Tom wrote: ... >> Minkyu Kang (4): >>s5pc1xx: support Samsung s5pc1xx SoC >>s5pc1xx: support onenand driver >>s5pc1xx: support serial driver >>s5pc1xx: add support SMDKC100 board ... > But: For smdkc100 I get a lot of warnings [2]. I'm not sure if

Re: [U-Boot] ARM pull request

2009-10-18 Thread Dirk Behme
Tom wrote: > The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0: >Daniel Gorsulowski (1): > at91: Update MEESC board support > > are available in the git repository at: > >git://git.denx.de/u-boot-arm master-sync > > Eric Benard (3): >CPU9260 : f