Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button

2009-06-12 Thread Tom
Menon, Nishanth wrote: >> -Original Message- >> From: Tom [mailto:tom@windriver.com] >> Sent: Friday, June 12, 2009 4:57 PM >> To: Jean-Christophe PLAGNIOL-VILLARD >> Cc: u-boot@lists.denx.de; Menon, Nishanth >> Subject: Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button >> >> >

[U-Boot] [PATCH] 85xx: Enable the DDR3 SPD support for P2020DS board

2009-06-12 Thread Dave Liu
* The ELPIDA 2GB unbuffered DDR3 SDRAM DIMMs - EBJ21EE8BAFA-AE-E 600MT/s, 667MT/s and 800MT/s passed on P2020DS * Micron 1GB unbuffered DDR3 SDRAM DIMMs - MT9JSF12872AY-1G4D1 600MT/s, 667MT/s and 800MT/s passed on P2020DS Signed-off-by: Dave Liu Signed-off-by: Travis Wheatley --- board/free

Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button

2009-06-12 Thread Menon, Nishanth
> -Original Message- > From: Tom [mailto:tom@windriver.com] > Sent: Friday, June 12, 2009 4:57 PM > To: Jean-Christophe PLAGNIOL-VILLARD > Cc: u-boot@lists.denx.de; Menon, Nishanth > Subject: Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button > > >> */ > >> void twl4030_power_res

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:14 Tue 09 Jun , David Brownell wrote: > >> CSB337 boards originally shipped with MicroMonitor, not U-Boot; >> and with a version using a different convention for recording >> Ethernet addresses than anyone else. To avoid breaking Linux >> when

[U-Boot] Please pull u-boot-mpc85xx - next branch

2009-06-12 Thread Kumar Gala
The following changes since commit 229549a56d9ae413c00f64fd7c728c6879a1b54b: Stefan Roese (1): mpc512x: MPC5121ADS: Add NAND support are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git next Haiying Wang (10): drivers/qe: Rename the camel-case identifier

Re: [U-Boot] [PATCH 6/7] xes: Update Freescale clock code to work with 86xx processors

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Signed-off-by: Peter Tyser > --- > board/xes/common/Makefile |3 ++- > .../xes/common/{fsl_8572_clk.c => fsl_8xxx_clk.c} |8 > 2 files changed, 10 insertions(+), 1 deletions(-) > rename board/xes/common/{

Re: [U-Boot] [PATCH 5/7] xes: Update Freescale DDR code to work with 86xx processors

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Signed-off-by: Peter Tyser > --- > board/xes/common/Makefile |2 +- > .../xes/common/{fsl_85xx_ddr.c => fsl_8xxx_ddr.c} |8 +++- > 2 files changed, 8 insertions(+), 2 deletions(-) > rename board/xes/common/{fs

Re: [U-Boot] [PATCH 4/7] xes: Update Freescale PCI code to work with 86xx processors

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Signed-off-by: Peter Tyser > --- > board/xes/common/Makefile |2 +- > .../xes/common/{fsl_85xx_pci.c => fsl_8xxx_pci.c} | 81 +++ > ++-- > 2 files changed, 73 insertions(+), 10 deletions(-) > rename boa

Re: [U-Boot] [PATCH 01/11] fsl: Create common fsl_dma.h for 85xx and 86xx cpus

2009-06-12 Thread Kumar Gala
On May 21, 2009, at 12:09 PM, Peter Tyser wrote: > Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to > reduce a large amount of code duplication > > Signed-off-by: Peter Tyser > --- > cpu/mpc85xx/cpu.c| 31 + > cpu/mpc86xx/cpu.c| 27

Re: [U-Boot] [PATCH 02/11] 85xx, 86xx: Sync up DMA code

2009-06-12 Thread Kumar Gala
On May 21, 2009, at 12:10 PM, Peter Tyser wrote: > The following changes were made to sync up the DMA code between the > 85xx > and 86xx architectures which will make it easier to break out common > 8xxx DMA code: > > 85xx: > - Don't set STRANSINT and SPCIORDER fields in SATR register. These

Re: [U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Add defines similar to those already used for the the 86xx > architecture. > This will ease sharing of PCI code between the 85xx and 86xx > architectures. > > Signed-off-by: Peter Tyser > --- > include/asm-ppc/immap_85xx.h |2 ++ > 1 files

Re: [U-Boot] [PATCH 1/4] OMAP3 I2C Fix the sampling clock.

2009-06-12 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:02 Thu 11 Jun , Tom wrote: > >> Menon, Nishanth wrote: >> -Original Message- From: Tom [mailto:tom@windriver.com] Sent: Wednesday, June 10, 2009 9:44 PM > This is a repeat story of wha

[U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-12 Thread David Brownell
Add support for csb337, an older at91rm9200 board. These boards originally shipped with MicroMonitor, not U-Boot. This config supports boot from Ethernet, and talks over I2C and console. Open issues: - Console refuses to start at 115200 baud, and misbehaves if it's later changed to that sp

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-12 Thread David Brownell
On Friday 12 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:14 Tue 09 Jun , David Brownell wrote: > I'm not really a fan of this > but ok if I see the csn337 board patch I meant to send that in before, thanks for the reminder. The email I just sent has that. If you don't like it,

Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button

2009-06-12 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:53 Wed 10 Jun , Tom Rix wrote: > >> The reset button is the red circle on the top right, front of >> the board. Press and hold the button for 8 seconds to completely >> reset the board. >> >> Signed-off-by: Tom Rix >> --- >> board/omap3/zoom

Re: [U-Boot] [PATCH 4/4] ZOOM1 Add power reset button

2009-06-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:53 Wed 10 Jun , Tom Rix wrote: > The reset button is the red circle on the top right, front of > the board. Press and hold the button for 8 seconds to completely > reset the board. > > Signed-off-by: Tom Rix > --- > board/omap3/zoom1/zoom1.c |8 > drivers/i2c/twl4030_

Re: [U-Boot] [PATCH 1/4] OMAP3 I2C Fix the sampling clock.

2009-06-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:02 Thu 11 Jun , Tom wrote: > Menon, Nishanth wrote: >>> -Original Message- >>> From: Tom [mailto:tom@windriver.com] >>> Sent: Wednesday, June 10, 2009 9:44 PM >>> This is a repeat story of what happened in linux-omap and kernel. We had >>> a similar discu

Re: [U-Boot] [PATCH 1/4] OMAP3 I2C Fix the sampling clock.

2009-06-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:12 Wed 10 Jun , Menon, Nishanth wrote: > > -Original Message- > > From: Tom [mailto:tom@windriver.com] > > Sent: Wednesday, June 10, 2009 9:44 PM > > > This is a repeat story of what happened in linux-omap and kernel. We had > > a similar discussion in [1] and related patch [2

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:14 Tue 09 Jun , David Brownell wrote: > CSB337 boards originally shipped with MicroMonitor, not U-Boot; > and with a version using a different convention for recording > Ethernet addresses than anyone else. To avoid breaking Linux > when it uses U-Boot, have it use the same convention on

Re: [U-Boot] [PATCH] DaVinci Network Driver Updates

2009-06-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:45 Tue 12 May , s-paul...@ti.com wrote: > Different flavours of DaVinci SOC's have differences in their EMAC IP > This patch does the following > 1) Updates base addresses for DM365 > 2) Updates MDIO frequencies for DM365 and DM646x > 3) Update EMAC wrapper registers for DM365 and DM646x

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-06-12 Thread Wolfgang Denk
Dear Manikandan Pillai, In message <20090609220854.a1377832e...@gemini.denx.de> I wrote: > ... > This patch (commit ID ca9c8a1e in the master branch) causes compile > warnings on all systems that use this driver, for example: ... > Please either provide a fix, or I will have to consider to revert

[U-Boot] [PATCH 4/4] MPC512x: factor out common code

2009-06-12 Thread Wolfgang Denk
Now that we have 3 boards for the MPC512x it turns out that they all use the very same fixed_sdram() code. This patch factors out this common code into cpu/mpc512x/fixed_sdram.c and adds a new header file, include/asm-ppc/mpc512x.h, with some macros, inline functions and prototype definitions spec

[U-Boot] [PATCH 2/4] immap_512x.h: Add MSCAN1...4 Clock Control Registers

2009-06-12 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Reinhard Arlt --- include/asm-ppc/immap_512x.h |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/asm-ppc/immap_512x.h b/include/asm-ppc/immap_512x.h index 3648a05..24e6c69 100644 --- a/include/asm-ppc/immap

[U-Boot] [PATCH 3/4] mecp5123: fix build error

2009-06-12 Thread Wolfgang Denk
The mecp5123 board did not compile because the MSCAN Clock Control Registers were missing; these got added, but as an array instead of 4 individual registers. Adapt the code so it builds. Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Reinhard Arlt --- Hello Mr. Arlt - with Stefan on vacatio

[U-Boot] [PATCH 1/4] MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF

2009-06-12 Thread Wolfgang Denk
When enabling NAND support for a board, one must also define CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c for correct output. Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Reinhard Arlt --- Hello Mr. Arlt - with Stefan on vacation could you please be so kind and test this

[U-Boot] [STATUS] "next" branch rebased

2009-06-12 Thread Wolfgang Denk
Hi everybody, sorry for the inconvenience, but I had to rebase the "next" branch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-814

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

2009-06-12 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > (some fixes for v2009.06) > > The following changes since commit c3ab4243b5c44a5551204c324510175f444f6fd5: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx > > are available in the git repository at: > > git:/

Re: [U-Boot] [PATCH 2/7] tsec: Add support for BCM5482S PHY

2009-06-12 Thread Ben Warren
Kumar Gala wrote: > > On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > >> From: Zach LeRoy >> >> Signed-off-by: Zach LeRoy >> --- >> drivers/net/tsec.c | 41 + >> include/tsec.h |2 ++ >> 2 files changed, 43 insertions(+), 0 deletions(-) > > Acked

Re: [U-Boot] [PATCH 3/7] 86xx: Unlock l1 cache unconditionally

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Previously, it was only unlocked when Linux was executed using the > "bootm" command. Unlocking it unconditionally improves U-Boot > performance and provides a common cache state when booting OSes. > > Signed-off-by: Peter Tyser > --- > lib_ppc

Re: [U-Boot] [PATCH 2/7] tsec: Add support for BCM5482S PHY

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > From: Zach LeRoy > > Signed-off-by: Zach LeRoy > --- > drivers/net/tsec.c | 41 + > include/tsec.h |2 ++ > 2 files changed, 43 insertions(+), 0 deletions(-) Acked-by: Kumar Gala Ben, This see

Re: [U-Boot] [PATCH 09/11] fsl_dma: Move dma function prototypes to common header file

2009-06-12 Thread Kumar Gala
On May 21, 2009, at 12:10 PM, Peter Tyser wrote: > Signed-off-by: Peter Tyser > --- > cpu/mpc85xx/ddr-gen1.c|4 > include/asm-ppc/fsl_dma.h |5 + > 2 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/cpu/mpc85xx/ddr-gen1.c b/cpu/mpc85xx/ddr-gen1.c > index 7c7a458

Re: [U-Boot] [PATCH 03/11] 85xx, 86xx: Break out DMA code to a common file

2009-06-12 Thread Kumar Gala
On May 21, 2009, at 12:10 PM, Peter Tyser wrote: > DMA support is now enabled via the CONFIG_FSL_DMA define instead of > the > previous CONFIG_DDR_ECC > > Signed-off-by: Peter Tyser > --- > cpu/mpc85xx/cpu.c | 47 > cpu/mpc86xx/cpu.c | 55 ---

[U-Boot] Please pull u-boot-mpc85xx - master branch

2009-06-12 Thread Kumar Gala
(some fixes for v2009.06) The following changes since commit c3ab4243b5c44a5551204c324510175f444f6fd5: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Haiying Wang (5):

Re: [U-Boot] MPC5xxx Pull Request (for "next" branch)

2009-06-12 Thread Wolfgang Denk
In message <20090612134216.51607832e...@gemini.denx.de> you wrote: > The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: > Stefan Roese (1): > mpc512x: Use serial_setbrg() in serial_init() to not duplicate the > code > > are available in the git repository at: >

[U-Boot] MPC5xxx Pull Request (for "next" branch)

2009-06-12 Thread Wolfgang Denk
The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git next Stefan Roese (5): mpc512x: Fi

Re: [U-Boot] [PATCH] mpc512x: MPC5121ADS: Add NAND support

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244559467-15265-1-git-send-email...@denx.de> you wrote: > This patch adds NAND support to the MPC5121ADS board. Please > note that the image size increased since NAND support didn't > fit in the current image size (256k). > > Signed-off-by: Stefan Roese > Cc: Wolf

Re: [U-Boot] [PATCH v3] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244559423-15020-1-git-send-email...@denx.de> you wrote: > This patch adds NAND Flash Controller driver for MPC5121 revision 2. > All device features, except hardware ECC and power management, are > supported. > > This NFC driver replaces the one orignally posted by

Re: [U-Boot] [PATCH v2] mpc512x: Add esd gmbh mecp5123 board support

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244541040-21480-1-git-send-email...@denx.de> you wrote: > MECP5123 is a MPC5121E based module by esd gmbh. > > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > v2: > - Fix indentation problem > - get_ram_size() used > - More documentation added > - Copyrig

Re: [U-Boot] [PATCH] mcp512x: Add macros for SCFR LPC divisor access

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244541005-21320-1-git-send-email...@denx.de> you wrote: > Thos macros will be used by the esd mecp5123 board. > > Signed-off-by: Stefan Roese > --- > include/asm-ppc/immap_512x.h |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Applied to u-boot-mp

Re: [U-Boot] [PATCH 3/4] ZOOM2 Add power reset button

2009-06-12 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: >> How about this: >> >> Regarding Dirk's and Heiko's comment: >> A) How about board/omap3/common/power.c to drivers/power/twl4030.c >> > Ack > but I've a patch for Dirk in my queued that I need to process about it > so we have 2 choice > 1) apply Dirk's

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <126687-11316-1-git-send-email...@denx.de> you wrote: > This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM > for environment storage. > > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > cpu/mpc512x/i2c.c |2 +- > 1 files

Re: [U-Boot] [PATCH 5/5] 74xx_7xx: CPCI750: Add CPCI adapter/target support

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244115339-19862-5-git-send-email...@denx.de> you wrote: > The CPCI750 can be built as CPCI host or adapter/target board. This patch > adds support for runtime detection of those variants. > > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > board/esd/cpci

Re: [U-Boot] [PATCH v2] 74xx_7xx: CPCI750: Enable access to PCI function > 0

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244173541-18268-1-git-send-email...@denx.de> you wrote: > The Marvell bridge 64360 supports serveral PCI functions, not only 0. This > patch enables access to those functions. > > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > v2: > - Long lines splitted

Re: [U-Boot] [PATCH 3/5] 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244115339-19862-3-git-send-email...@denx.de> you wrote: > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > board/esd/cpci750/cpci750.c | 11 +-- > 1 files changed, 5 insertions(+), 6 deletions(-) Applied to next, thanks. Best regards, Wolfgang

Re: [U-Boot] [PATCH 2/5] 74xx_7xx: CPCI750: Add loadpci command

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244115339-19862-2-git-send-email...@denx.de> you wrote: > This command is used to load/boot an OS-image which is transferred from > the CPCI host to the CPCI target/adapter. > > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > board/esd/cpci750/cpci750.c

Re: [U-Boot] [PATCH 1/5] 74xx_7xx: CPCI750: Add commandline editing/history

2009-06-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <1244115339-19862-1-git-send-email...@denx.de> you wrote: > Signed-off-by: Stefan Roese > Cc: Reinhard Arlt > --- > include/configs/CPCI750.h |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied to next. Thanks. Best regards, Wolfgang Denk --

[U-Boot] [PATCH v3 1/4] mpc52xx: Add SPI driver.

2009-06-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki --- v2: - use accessor macros v3: - use proper accessor macros drivers/spi/Makefile |1 + drivers/spi/mpc52xx_spi.c | 109 + include/mpc5xxx.h | 18 +++ 3 files changed, 128 insertions(+), 0 d

[U-Boot] [PATCH v3 3/4] digsy MTC: Add 'mtc' command.

2009-06-12 Thread Grzegorz Bernacki
New command allows to: o check FW version o set LED status o set digital output status o get digital input status Signed-off-by: Grzegorz Bernacki --- v2: - implement sub-commands via U_BOOT_CMD_MKENT macro board/digsy_mtc/Makefile|2 +- board/digsy_mtc/cmd_mtc.

[U-Boot] [PATCH v3 2/4] digsy MTC: Add SPI support.

2009-06-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki --- v2: - use accessor macros v3: - remove unnecessary GPIO initialization board/digsy_mtc/digsy_mtc.c | 10 ++ include/configs/digsy_mtc.h |7 +++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/board/digsy_mtc/digsy_mtc.c b/

[U-Boot] [PATCH v3 4/4] digsy mtc: Add description to GPIO initial configuration.

2009-06-12 Thread Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki --- include/configs/digsy_mtc.h | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 0cc2a8d..558010f 100644 --- a/include/configs/digsy_mtc.h +++ b/include/config

[U-Boot] where is the ethernet of S3C2410 initialized?

2009-06-12 Thread J.Hwan.Kim
Hi, everyone I cannot find where the ethernet of SAMSUNG S3C2410 is initialized ? Does not S3C2410 use Ethernet for U-boot? Thanks in advance. Regards, J.H.Kim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot