Re: [U-Boot] [PATCH v3 3/4] ARMV7: OMAP3: boot_flash_env_addr should not be volatile

2011-04-06 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1301416116-5519-4-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.arib...@free.fr Cc: Sandeep Paulraj s-paul...@ti.com --- Changes in v2: -

Re: [U-Boot] [PATCH v3 4/4] ARMV7: OMAP3: Add support for Comelit DIG297 board

2011-04-06 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1301416116-5519-5-git-send-email-luca.ceres...@comelit.it you wrote: Board support for the DIG297 board manufactured by Comelit Group SpA. It is a custom board based on the BeagleBoard http://beagleboard.org/ by Texas Instruments. ... +/* GPMC CS 5 connected to

Re: [U-Boot] [PATCH] powerpc/qoriq: Update USB mode device tree fixup

2011-04-06 Thread Mehresh Ramneek-B31383
Hi Wolfgang, Thanks for your inputs... The first two points are the features provided by the same code change. They should be in the same patch. Adding of USB2 controller offset is for supporting second USB controller in QoriQ series of processors. I can send a separate patch for that. So

Re: [U-Boot] SPI - cs validity

2011-04-06 Thread Hebbar, Gururaja
Hi, On Wed, Apr 06, 2011 at 11:22:13, Ran Shalit wrote: Hello, I am trying to understand the logic behind the implementation of SPI interface, and came across a validity routine (for different baords it is about the same): for Atmel and Davinci for example: int

[U-Boot] cannot ping from IMX53QSB

2011-04-06 Thread Shlomo Kut
Hi, We cannot ping to our PC from u-boot but we can ping from ubuntu. The version of u-boot shipped on the board is U-Boot 2009.08-00252-g9a215c3-dirty (Jan 27 2011 - 15:11:20). Can anybody help? Regards, Shlomo Kut Software Infrastructure Engineer Unitronics (1989) Ltd

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-06 Thread Andre Schwarz
Kim, York, I have made some mods to spd_sdram.c for various reason: 1. use SPD setup also for soldered RAM. This allows DDR mounting options without U-Boot change because SPD data is written during in-circuit/boundary-scan testing. not sure I understand this - board with soldered RAM can't

Re: [U-Boot] CONFIG_SILENT_CONSOLE not working with NAND env

2011-04-06 Thread Nick Thompson
On 05/04/11 18:46, Scott Wood wrote: On Tue, 5 Apr 2011 17:07:13 +0100 Nick Thompson nick.thomp...@ge.com wrote: On 05/04/11 16:52, Mike Frysinger wrote: On Tue, Apr 5, 2011 at 10:07 AM, Nick Thompson wrote: common/console.c has this function: /* Called before relocation - use serial

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-06 Thread Andre Schwarz
York, I have made some mods to spd_sdram.c for various reason: 1. use SPD setup also for soldered RAM. This allows DDR mounting options without U-Boot change because SPD data is written during in-circuit/boundary-scan testing. not sure I understand this - board with soldered RAM can't

Re: [U-Boot] data alignment problem with redundant env

2011-04-06 Thread Andre Schwarz
Wolfgang, Which board would that be? I don't see this on any board I tested. it is mvblm7 (=MPC8343) and a new MPC8377 based one waiting for the merge window to open. I'm using a gcc-4.3.3 from OpenEmbedded/Angstrom ... if this matters at all. Can you please try and use anothe rtool

Re: [U-Boot] cannot ping from IMX53QSB

2011-04-06 Thread Wolfgang Denk
Dear Shlomo Kut, In message 0cf581be125a264aba1933c71834da4706afb...@server2.unitronics.com you wrote: We cannot ping to our PC from u-boot but we can ping from ubuntu. Does network work otherwise, for example for TFTP download? Did you check if you have a valid MAC address set, and if you

Re: [U-Boot] CONFIG_SILENT_CONSOLE not working with NAND env

2011-04-06 Thread Wolfgang Denk
Dear Nick Thompson, In message 4d9c2274.3080...@ge.com you wrote: That's interesting. I'm using a TI board (da830evm). Unfortunately it has its own UBL, so I don't have the SPL to configure that way. There is little reason to stick with UBL. You can get rid of it and use the SPL approach

Re: [U-Boot] SPI - cs validity

2011-04-06 Thread Ran Shalit
It seems that currently both atmel davinci boards supports only 1 spi instance at a time. In order to support different spi instances, In case of atmel declare SPIx_BASE as required set CONFIG_DEFAULT_SPI_BUS to required bus In case of davinci set CONFIG_SYS_SPI_BASE to base address of

Re: [U-Boot] SPI - cs validity

2011-04-06 Thread Hebbar, Gururaja
Hi, On Wed, Apr 06, 2011 at 15:02:22, Ran Shalit wrote: It seems that currently both atmel davinci boards supports only 1 spi instance at a time. In order to support different spi instances, In case of atmel declare SPIx_BASE as required set

Re: [U-Boot] CONFIG_SILENT_CONSOLE not working with NAND env

2011-04-06 Thread Nick Thompson
On 06/04/11 10:22, Wolfgang Denk wrote: Dear Nick Thompson, In message 4d9c2274.3080...@ge.com you wrote: That might be a good reason to consider dropping the UBL though. I believe TI are moving to U-Boot SPL themselves. Are they? Do you have any pointers? There have been some SPL

[U-Boot] DSN: failed (Delivery reports about your e-mail)

2011-04-06 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to ser...@mnara.net. I said RCPT TO:ser...@mnara.net And they gave me the error; 553 [Sniper] unknown user ser...@mnara.net. Reporting-MTA: dns; etexusa.com Final-Recipient: RFC822; server@mnara.net

Re: [U-Boot] [PATCH v2 0/6] Universal PHY Infrastructure

2011-04-06 Thread Detlev Zundel
Hi Andy, This second version cleans up all checkpatch errors that I reasonably could, and addresses most of the comments from the first round of reviews. WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt #1299: FILE: drivers/net/tsec.c:1740:

[U-Boot] [PATCH 5/8] ppc4xx: Set DLVision 10G osd position to linux defaults

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/common/osd.c |2 ++ include/gdsys_fpga.h |7 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index 6e4edae..5065f9d 100644 ---

[U-Boot] [PATCH 7/8] ppc4xx: Improve fan PWM curve on DLVision 10G

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/configs/dlvision-10g.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 368aceb..c3f7438 100644 --- a/include/configs/dlvision-10g.h +++

[U-Boot] [PATCH 4/8] ppc4xx: Adapt DLVision 10G to new FPGA firmware

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/405ep/405ep.c|9 - board/gdsys/405ep/dlvision-10g.c | 25 - include/configs/dlvision-10g.h |2 ++ include/gdsys_fpga.h |8 +++- 4 files changed, 33 insertions(+), 11

[U-Boot] [PATCH 6/8] ppc4xx: Enable MPC92469AC on DLVision 10G

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/configs/dlvision-10g.h |1 + include/gdsys_fpga.h |8 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 548b7eb..368aceb 100644 ---

[U-Boot] [PATCH 1/8] ppc4xx: Improve DLVision-10G PLL setup

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/common/osd.c | 55 +++-- 1 files changed, 52 insertions(+), 3 deletions(-) diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index 4d8c046..6e4edae 100644 ---

[U-Boot] [PATCH 8/8] ppc4xx: Do not stop booting on any keypress on dlvision-10g

2011-04-06 Thread Dirk Eibach
Use CONFIG_AUTOBOOT_KEYED on dlvision-10g so that booting can only be stopped with well defined keypresses. Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/configs/dlvision-10g.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/dlvision-10g.h

[U-Boot] [PATCH 2/8] ppc4xx: Improve video board detection

2011-04-06 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/405ep/dlvision-10g.c | 26 ++ 1 files changed, 18 insertions(+), 8 deletions(-) diff --git a/board/gdsys/405ep/dlvision-10g.c b/board/gdsys/405ep/dlvision-10g.c index df7fb14..d7b4fb2 100644 ---

[U-Boot] [PATCH 0/8] ppc4xx: Update DLVision 10G support

2011-04-06 Thread Dirk Eibach
Dirk Eibach (8): ppc4xx: Improve DLVision-10G PLL setup ppc4xx: Improve video board detection hwmon: Extend lm63.c to support LM64 ppc4xx: Adapt DLVision 10G to new FPGA firmware ppc4xx: Set DLVision 10G osd position to linux defaults ppc4xx: Enable MPC92469AC on DLVision 10G ppc4xx:

[U-Boot] [PATCH 3/8] hwmon: Extend lm63.c to support LM64

2011-04-06 Thread Dirk Eibach
This patch adds support for the National LM64 temperature sensor with integrated fan control to lm63.c. It's used on the GDSys DLVision-10G board (405EP). Main difference between LM63 and LM64 is 16°C offset in sensor readings. Signed-off-by: Dirk Eibach eib...@gdsys.de --- drivers/hwmon/lm63.c

Re: [U-Boot] [PATCH v2 1/6] tsec: use IO accessors for IO accesses

2011-04-06 Thread Detlev Zundel
Hi Andy, From: Mingkai Hu mingkai...@freescale.com Signed-off-by: Mingkai Hu mingkai...@freescale.com Acked-by: Andy Fleming aflem...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- Fixed the commit message's spelling drivers/net/tsec.c | 242

Re: [U-Boot] [PATCH v2 2/6] tsec: arrange the code to avoid useless function declaration

2011-04-06 Thread Detlev Zundel
Hi Andy, From: Mingkai Hu mingkai...@freescale.com This is merely a rearrangement. No changes to the code, except to remove now-useless declarations. The syncs from the previous patches will go away here also as a consequence. Cheers Detlev -- Perfecting oneself is as much unlearning

Re: [U-Boot] [PATCH v2 1/6] tsec: use IO accessors for IO accesses

2011-04-06 Thread Kumar Gala
On Apr 6, 2011, at 7:29 AM, Detlev Zundel wrote: Hi Andy, From: Mingkai Hu mingkai...@freescale.com Signed-off-by: Mingkai Hu mingkai...@freescale.com Acked-by: Andy Fleming aflem...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- Fixed the commit message's

Re: [U-Boot] [PATCH v2 3/6] Remove instances of phy_read/write

2011-04-06 Thread Detlev Zundel
Hi Andy, There were a few files which were already using phy_read and phy_write for their PHY function names. It's only a few places, and the name seems most appropriate for the high-level abstraction, so let's rename the other versions to something more specific. Also, uec_phy.c had a

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Detlev Zundel
Hi Andy, Extends the mii_dev structure to participate in a full-blown MDIO and PHY driver scheme. The mii_dev structure and miiphy calls are modified in such a way to allow the original mii command and miiphy infrastructure to work as before, but also to support a new set of APIs which

Re: [U-Boot] [PATCH v2 5/6] phylib: Add a bunch of PHY drivers from tsec

2011-04-06 Thread Detlev Zundel
Hi Andy, The tsec driver had a bunch of PHY drivers already written. This converts them all into PHY Lib drivers, and serves as the first set of PHY drivers for PHY Lib. While doing that, cleaned up a number of magic numbers (though not all of them, as PHY vendors like to keep their numbers

Re: [U-Boot] [PATCH v2 6/6] tsec: Convert tsec to use PHY Lib

2011-04-06 Thread Detlev Zundel
Hi Andy, This converts tsec to use the new PHY Lib. All of the old PHY support is ripped out. The old MDIO driver is split off, and placed in fsl_mdio.c. The initialization is modified to initialize the MDIO driver as well. The powerpc config file is modified to configure PHYLIB if

[U-Boot] [u-boot] why many init func moved to board_init_f and whereis the changelog

2011-04-06 Thread du zhigang
hi:   i found u-boot 2011.03 many init func moved to board_init_f,which run in flash(when boot_norflash).in version 2010.09 it's run after relocate in ram. i compiled 2011.03 with CS 2010.09 linker with -Ttext 0x23f0 the code in board_init_f linked with ptr like 0x23fx (such as

[U-Boot] Six Zero's Invertment

2011-04-06 Thread Andrew Akinson
Greetings, Top of the day to you. I bring to you an investment prospect, I have investors that are willing to invest abroad and he needs a partner that can proficiently invest a given certain amount in tunes of excess of six zeros.

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-06 Thread York Sun
On Wed, 2011-04-06 at 10:42 +0200, Andre Schwarz wrote: York, I have made some mods to spd_sdram.c for various reason: 1. use SPD setup also for soldered RAM. This allows DDR mounting options without U-Boot change because SPD data is written during in-circuit/boundary-scan testing.

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-06 Thread York Sun
On Wed, 2011-04-06 at 10:18 +0200, Andre Schwarz wrote: Kim, York, I have made some mods to spd_sdram.c for various reason: 1. use SPD setup also for soldered RAM. This allows DDR mounting options without U-Boot change because SPD data is written during in-circuit/boundary-scan

[U-Boot] [PATCH] imximage: drop useless config.h include

2011-04-06 Thread Mike Frysinger
The imximage code doesn't actually use any config defines, so it doesn't need the config.h header. This also fixes building of tools only when the tree hasn't been configured for any board. Signed-off-by: Mike Frysinger vap...@gentoo.org --- tools/imximage.h |2 -- 1 files changed, 0

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-06 Thread Schwarz,Andre
York,   ok - will give it a try tomorrow.   Cheers, André   York Sun york...@freescale.com hat am 6. April 2011 um 18:37 geschrieben: On Wed, 2011-04-06 at 10:18 +0200, Andre Schwarz wrote: Kim, York, I have made some mods to spd_sdram.c for various reason: 1. use SPD setup also

Re: [U-Boot] [PATCH v2 1/4] Kirkwood: Rename openrd_base board files to openrd.

2011-04-06 Thread Clint Adams
On Tue, Mar 29, 2011 at 05:53:14AM -0700, Prafulla Wadaskar wrote: You can pass additional options here to identify your board uniquely out of several supported boards (to be coming) For ex: +openrd_base arm arm926ejs openrd +MarvellKirkwood

[U-Boot] [PATCH 1/2] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-06 Thread Clint Adams
--- MAKEALL |2 ++ boards.cfg|4 +++- include/configs/openrd_base.h | 14 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index e1b928f..011cead 100755 --- a/MAKEALL +++ b/MAKEALL @@ -361,6 +361,8

[U-Boot] [PATCH 2/2] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

2011-04-06 Thread Clint Adams
(rework of Julian Pidancet's patch) --- board/Marvell/openrd_base/openrd_base.c | 22 ++ include/configs/openrd_base.h | 14 -- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/board/Marvell/openrd_base/openrd_base.c

[U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-04-06 Thread Alex Waterman
Sorry, I screwed up the settings in Thunderbird, hopefully I fixed the white space/name issues now. About the patch not applying, I used git format-patch and git apply to test the stuff locally, was that wrong? Here is a revised patch, I hope this is better. - Alex From: Alex Waterman

[U-Boot] [PATCH 1/2] NS16550: buffer reads

2011-04-06 Thread Scott Wood
This improves the performance of U-Boot when accepting rapid input, such as pasting a sequence of commands. Without this patch, on P4080DS I see a maximum of around 5 mw.l lines can be pasted. With this patch, it handles around 70 lines before lossage, long enough for most things you'd paste.

[U-Boot] [PATCH 2/2] corenet_ds: enable buffered reads

2011-04-06 Thread Scott Wood
Signed-off-by: Scott Wood scottw...@freescale.com --- include/configs/corenet_ds.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 7bafa05..47edabd 100644 --- a/include/configs/corenet_ds.h +++

Re: [U-Boot] [PATCH 1/2] NS16550: buffer reads

2011-04-06 Thread Wolfgang Denk
Dear Scott Wood, In message 20110406203012.ga30...@schlenkerla.am.freescale.net you wrote: This improves the performance of U-Boot when accepting rapid input, such as pasting a sequence of commands. ... +static struct ns16550_priv rxstate[NUM_PORTS]; Do we really need to statically allocate

Re: [U-Boot] [PATCH 1/2] NS16550: buffer reads

2011-04-06 Thread Scott Wood
On Wed, 6 Apr 2011 22:42:12 +0200 Wolfgang Denk w...@denx.de wrote: Dear Scott Wood, In message 20110406203012.ga30...@schlenkerla.am.freescale.net you wrote: This improves the performance of U-Boot when accepting rapid input, such as pasting a sequence of commands. ... +static struct

[U-Boot] [IXP42x PATCH series v4 03/17] trigger hardware watchdog in IXP42x serial driver

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: Changes for V3: - coding style fixes Changes for V4: - add changelog drivers/serial/serial_ixp.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/serial/serial_ixp.c

[U-Boot] [IXP42x PATCH series v4 00/17] Overview

2011-04-06 Thread Michael Schwingen
Hi, here is the fourth incarnation of the IXP patch series. This is rebased against master (basically pulling in the __bss_end change), and it adds separate changelogs per patch. cu Michael Michael Schwingen (17): add XScale sub architecture (IXP/PXA) to maintainer list add support for

[U-Boot] [IXP42x PATCH series v4 01/17] add XScale sub architecture (IXP/PXA) to maintainer list

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: Changes for V3: - change patch description - drop wepep250 (should already be deleted) Changes for V4: - add changelog MAINTAINERS | 44 ++-- 1 files changed, 22

[U-Boot] [IXP42x PATCH series v4 05/17] fix depend target in npe directory

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: Changes for V3: Changes for V4: - add changelog arch/arm/cpu/ixp/npe/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/ixp/npe/Makefile b/arch/arm/cpu/ixp/npe/Makefile

[U-Boot] [IXP42x PATCH series v4 07/17] use -ffunction-sections / --gc-sections on IXP42x

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - remove changes from config.mk and board config.h files - add wildcards to sections in arch/arm/cpu/ixp/u-boot.lds Changes for V3: - set compiler/linker flags in arch/arm/cpu/ixp/config.mk instead of per-board

[U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-04-06 Thread Michael Schwingen
- jump to real flash location after reset before turning off flash mirror - fix timer system to use HZ == 1000, remove broken interrupt-based code Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - fix patch description Changes for V3: - use I/O accessors - move

[U-Boot] [IXP42x PATCH series v4 11/17] update/fix AcTux4 board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - move -ffunction-sections/--gc-sections to board config.mk Changes for V3: - use I/O accessors - coding style fixes - use get_ram_size in dram_init - add PCI support - remove config.mk - remove unused definitions

[U-Boot] [IXP42x PATCH series v4 17/17] run arm_pci_init after relocation

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V3: - new in V3 Changes for V4: - add changelog arch/arm/lib/board.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index dc46e21..233dc56 100644

[U-Boot] [IXP42x PATCH series v4 06/17] support CONFIG_SYS_LDSCRIPT on ARM

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V3: - new in V3, replaces config.mk files in earlier patches Changes for V4: - add changelog arch/arm/config.mk |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/config.mk

[U-Boot] [IXP42x PATCH series v4 09/17] update/fix AcTux2 board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - move -ffunction-sections/--gc-sections to board config.mk - add wildcard to bss segment in linker script Changes for V3: - use I/O accessors - coding style fixes - use get_ram_size in dram_init - remove config.mk

[U-Boot] [IXP42x PATCH series v4 12/17] IXP NPE: add support for fixed-speed MII ports

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: Changes for V3: - coding style / indentation cleanup - move config.h changes to AcTux2/AcTux3 board patches Changes for V4: - add changelog arch/arm/cpu/ixp/npe/npe.c | 67 +++

[U-Boot] [IXP42x PATCH series v4 02/17] add support for IXP42x Rev. B1 and newer

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: Changes for V3: - reformat to wrap long lines Changes for V4: - add changelog arch/arm/cpu/ixp/npe/npe.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/ixp/npe/npe.c

[U-Boot] [IXP42x PATCH series v4 14/17] update/fix IXDP425 / IXDPG425 boards

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V3: - new in V3 (split from update_fix some more IXP42x boards in V2) Changes for V4: - add changelog board/ixdp425/config.mk|2 - board/ixdp425/flash.c | 427

[U-Boot] [IXP42x PATCH series v4 15/17] update/fix PDNB3 board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V3: - new in V3 (split from update_fix some more IXP42x boards in V2) Changes for V4: - add changelog board/prodrive/pdnb3/config.mk |2 -- include/configs/pdnb3.h| 10 +++--- 2 files changed, 7

[U-Boot] [IXP42x PATCH series v4 08/17] update/fix AcTux1 board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - move -ffunction-sections/--gc-sections to board config.mk - add wildcard to bss segment in linker script Changes for V3: - use I/O accessors - coding style fixes - add PCI clock/reset initialization - use

[U-Boot] [IXP42x PATCH series v4 13/17] add dvlhost (dLAN 200 AV Wireless G) board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - move -ffunction-sections/--gc-sections to board config.mk - add wildcard to bss segment in linker script - add ethprime/ethrotate to default environment Changes for V3: - use I/O accessors - coding style fixes -

[U-Boot] [IXP42x PATCH series v4 10/17] update/fix AcTux3 board

2011-04-06 Thread Michael Schwingen
Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - move -ffunction-sections/--gc-sections to board config.mk - add wildcard to bss segment in linker script Changes for V3: - use I/O accessors - coding style fixes - use get_ram_size in dram_init - remove config.mk

[U-Boot] [IXP42x PATCH series v4 16/17] IXP42x PCI rewrite

2011-04-06 Thread Michael Schwingen
clean up IXP PCI handling: get rid of IXP-private bus scan, BAR assign etc. code and use u-boot's PCI infrastructure instead. Move board-specific PCI setup code (clock/reset) to board directory. Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V3: - new in V3 Changes for

Re: [U-Boot] [PATCH v2 5/6] phylib: Add a bunch of PHY drivers from tsec

2011-04-06 Thread Mike Frysinger
On Tuesday, April 05, 2011 17:59:53 Andy Fleming wrote: --- a/include/phy.h +++ b/include/phy.h +int atheros_init(void); +int broadcom_init(void); +int davicom_init(void); +int lxt_init(void); +int marvell_init(void); +int micrel_init(void); +int natsemi_init(void); +int

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Mike Frysinger
On Tuesday, April 05, 2011 17:59:52 Andy Fleming wrote: -#define debug(fmt,args...) printf (fmt ,##args) +#define debug(fmt, args...) printf(fmt, ##args) it'd be nice if all these unrelated formatting changes werent intermingled. but i guess too hard for you to untangle now. make it a

[U-Boot] [PATCH] Handle most LDSCRIPT setting centrally

2011-04-06 Thread Scott Wood
Currently, some linker scripts are found by common code in config.mk. Some are found using CONFIG_SYS_LDSCRIPT, but the code for that is sometimes in arch config.mk and sometimes in board config.mk. Some are found using an arch-specific rule for looking in CPUDIR, etc. Further, the powerpc

[U-Boot] [PATCH] sh: sh7785lcr: Update BSC of USB area

2011-04-06 Thread Nobuhiro Iwamatsu
A value of BSC of the USB was wrong. This updates this. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/renesas/sh7785lcr/lowlevel_init.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/renesas/sh7785lcr/lowlevel_init.S

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Wolfgang Denk
Dear Andy Fleming, In message 1302040794-19837-5-git-send-email-aflem...@freescale.com you wrote: Extends the mii_dev structure to participate in a full-blown MDIO and PHY driver scheme. The mii_dev structure and miiphy calls are modified in such a way to allow the original mii command and

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Mike Frysinger
On Thursday, April 07, 2011 00:43:44 Wolfgang Denk wrote: Andy Fleming wrote: +#define SUPPORTED_10baseT_Half (1 0) +#define SUPPORTED_10baseT_Full (1 1) +#define SUPPORTED_100baseT_Half(1 2) +#define SUPPORTED_100baseT_Full(1 3)

[U-Boot] DSN: failed (Message could not be delivered)

2011-04-06 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to gboo...@gibbsinternational.com. I said (end of message) And they gave me the error; 571 Virus detected - psmtp Reporting-MTA: dns; etexusa.com Final-Recipient: RFC822; gboozer@gibbsinternational.com

Re: [U-Boot] [PATCH v2 4/6] Create PHY Lib for U-Boot

2011-04-06 Thread Wolfgang Denk
Dear Andy Fleming, In message 1302040794-19837-5-git-send-email-aflem...@freescale.com you wrote: Extends the mii_dev structure to participate in a full-blown MDIO and PHY driver scheme. The mii_dev structure and miiphy calls are modified in such a way to allow the original mii command and