Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-13 Thread prakash bedge
Hi Stefan, Does the latest code supports S29GL512P chip, since I am not seeing any instance of this chip in 2010.03 uboot code. >>So you have chipwidth *and* portwidth of 16! This is the most common use case. But when flash is getting detected it shows the chipwidth is 8 and portwidth is 16. If y

[U-Boot] [PATCH] 85xx: Fix compile warning

2010-04-13 Thread Kumar Gala
cpu.c: In function 'checkcpu': cpu.c:47: warning: unused variable 'gur' Signed-off-by: Kumar Gala --- arch/ppc/cpu/mpc85xx/cpu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/ppc/cpu/mpc85xx/cpu.c b/arch/ppc/cpu/mpc85xx/cpu.c index 15b7b23..fddeb2f 100644 --- a/a

[U-Boot] [PATCH] 85xx: Convert cpu_init_f code to use out_be32 for LBC registers

2010-04-13 Thread Kumar Gala
Signed-off-by: Kumar Gala --- arch/ppc/cpu/mpc85xx/cpu_init.c | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/arch/ppc/cpu/mpc85xx/cpu_init.c b/arch/ppc/cpu/mpc85xx/cpu_init.c index e0126d3..b517e06 100644 --- a/arch/ppc/cpu/mpc85xx/cp

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

2010-04-13 Thread Kim Phillips
CHANGELOG is a duplicate of the u-boot project's git log: remove it. It is assumed that this file's only purpose is to serve non-git users downloading u-boot project source in the form of a tarball release. If that is the case, then the generation of the CHANGELOG file should occur at tarball rel

[U-Boot] [PATCH 1/2] configs: remove unused CONFIG_COMMAND_HISTORY

2010-04-13 Thread Kim Phillips
$ git grep CONFIG_COMMAND_HISTORY CHANGELOG:CONFIG_COMMAND_HISTORY include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1 include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY 1 include/configs/manroland/common.h:#define CONFIG_COMMAND_HISTORY 1 $ Signed-off

Re: [U-Boot] [PATCH v2] ppc/83xx Use CONFIG_FSL_ESDHC to enable sdhc clk

2010-04-13 Thread Kim Phillips
On Wed, 7 Apr 2010 15:32:52 +0200 Rini van Zetten wrote: > Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a > platform define. > This will enable all the 83xx platforms to use sdhc_clk based on > CONFIG_FSL_ESDHC. > It's the same patch as commit 6b9ea08c5010eab5ad1056bc9

Re: [U-Boot] [PATCH 1/2] Fix comments for map_flash_by_law1

2010-04-13 Thread Kim Phillips
On Fri, 9 Apr 2010 19:06:49 +0800 "Gao Ya'nan" wrote: > --- > cpu/mpc83xx/start.S |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) I need a signoff on both these patches. Thanks, Kim ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH 4/7] Adding uC5272 dimm module support

2010-04-13 Thread David Wu
Hi Wolfgang, On Fri, 09 Apr 2010 18:54:33 -0400, Wolfgang Denk wrote: > Dear "David Wu", > > In message you wrote: >> Signed-off-by: David Wu >> --- >> Makefile | 46 + >> board/Arcturus/uC5272/Makefile | 44 + >> board/Arcturus/uC5272/config.mk |

Re: [U-Boot] [PATCH 3/7] added Mercury EP2500 board support It uses the mcf5282 processor with real time clock and EEPROM.

2010-04-13 Thread David Wu
Hi Wolfgang, Thanks for checking the patch, Please see inline. On Fri, 09 Apr 2010 18:51:06 -0400, Wolfgang Denk wrote: > Dear "David Wu", > > In message you wrote: >> Signed-off-by: David Wu >> --- >> board/Mercury/ep2500/Makefile | 44 ++ >> board/Mercury/ep2500/config.mk | 23

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Wolfgang Denk
Dear Remy Bohmer, In message you wrote: > > Funny... > The wiki (http://www.denx.de/wiki/U-Boot/CustodianGitTrees) tells the > opposite... Ouch. > What am I missing here? This is somewbody else's working style, not mine. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Remy Bohmer
Hi, 2010/4/13 Wolfgang Denk : > Dear Ben Warren, > > In message <4bc4aa08.1060...@gmail.com> you wrote: >> >> > I do not know if there is a preferred or best way to do it, but in my >> > case a simple git-rebase with the main branch did the job ;). > ... >> Thanks.  I guess git-rebase would be bet

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Jerry Van baren
Dear Wolfgang, On 4/13/2010 5:23 AM, Wolfgang Denk wrote: > Hello Custodians, > > please note that I have applied Peter Tyser's "Reorganize directory > structure" patch series. This results in a massive change of the > directory structure. > > Please make sure to sync your repsitories ASAP. > > Th

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Wolfgang Denk
Dear Ben Warren, In message <4bc4aa08.1060...@gmail.com> you wrote: > > > I do not know if there is a preferred or best way to do it, but in my > > case a simple git-rebase with the main branch did the job ;). ... > Thanks. I guess git-rebase would be better since that will put my net > repo ch

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Wolfgang Denk
Dear Ben Warren, In message <4bc4a09d.20...@gmail.com> you wrote: > > > Please make sure to sync your repsitories ASAP. > > > Please excuse my ignorance, but what's the best way to do this? > git-merge with the main branch? Yes, or - which, assuming your main branch is current, is equivale

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Remy Bohmer
Hi, 2010/4/13 Wolfgang Denk : > Hello Custodians, > > please note that I have applied Peter Tyser's "Reorganize directory > structure" patch series. This results in a massive change of the > directory structure. > > Please make sure to sync your repsitories ASAP. FYI: u-boot-usb has been synched.

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Ben Warren
Hi Stefano, On 4/13/2010 10:28 AM, Stefano Babic wrote: > Ben Warren wrote: > >> Hi Wolfgang, >> >> On 4/13/2010 2:23 AM, Wolfgang Denk wrote: >> >>> Hello Custodians, >>> >>> please note that I have applied Peter Tyser's "Reorganize directory >>> structure" patch series. This results in

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Stefano Babic
Ben Warren wrote: > Hi Wolfgang, > > On 4/13/2010 2:23 AM, Wolfgang Denk wrote: >> Hello Custodians, >> >> please note that I have applied Peter Tyser's "Reorganize directory >> structure" patch series. This results in a massive change of the >> directory structure. >> >> Please make sure to sync

Re: [U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Ben Warren
Hi Wolfgang, On 4/13/2010 2:23 AM, Wolfgang Denk wrote: > Hello Custodians, > > please note that I have applied Peter Tyser's "Reorganize directory > structure" patch series. This results in a massive change of the > directory structure. > > Please make sure to sync your repsitories ASAP. > >

Re: [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part

2010-04-13 Thread Scott Wood
Paulraj, Sandeep wrote: > Scott, > > Can this go through u-boot-ti? > > Sandeep Acked-by: Scott Wood -Scott >> -Original Message- >> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] >> On Behalf Of Enric Balletbo i Serra >> Sent: Monday, March 01, 2010 10:33 AM

[U-Boot] [PATCH V2] AT49BV322A Flash: the erase regions are in the wrong order.

2010-04-13 Thread David Wu
The device id for this Flash is 0xc8. Signed-off-by: David Wu --- drivers/mtd/cfi_flash.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index fdba297..af86f99 100644 --- a/drivers/mtd/cfi_flash.c +++ b/drivers/

[U-Boot] [PATCH 1/2] [v2] fix print_size printing fractional gigabyte numbers on 32-bit platforms

2010-04-13 Thread Timur Tabi
In print_size(), the math that calculates the fractional remainder of a number used the same integer size as a physical address. However, the "10 *" factor of the algorithm means that a large number (e.g. 1.5GB) can overflow the integer if we're running on a 32-bit system. Therefore, we need to d

[U-Boot] [PATCH 2/2] [v6] allow print_size to print large numbers on 32-bit systems

2010-04-13 Thread Timur Tabi
Modify print_size() so that it can accept numbers larger than 4GB on 32-bit systems. Add support for display terabyte, petabyte, and exabyte sizes. Change the output to use International Electrotechnical Commission binary prefix standard. Signed-off-by: Timur Tabi --- include/common.h |

Re: [U-Boot] [PATCH 3/3] IGEP v2 support

2010-04-13 Thread Paulraj, Sandeep
> Subject: [U-Boot] [PATCH 3/3] IGEP v2 support > > From: Enric Balletbo i Serra > > This patch adds support for the IGEP v2 board. > > The IGEP v2 board is a low-cost, fan-less and industrial temperature > range single board computer that unleashes laptop-like performance and > expandability wi

Re: [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part

2010-04-13 Thread Paulraj, Sandeep
Scott, Can this go through u-boot-ti? Sandeep > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Enric Balletbo i Serra > Sent: Monday, March 01, 2010 10:33 AM > To: u-boot@lists.denx.de > Cc: Enric Balletbo i Serra > Subject: [

[U-Boot] [PATCH 0/3] Initial support for IGEP v2

2010-04-13 Thread Enric Balletbo i Serra
Hello, The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in common with other OMAP3 boards These pa

[U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base

[U-Boot] [PATCH 3/3] IGEP v2 support

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. I

[U-Boot] [PATCH 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files ch

[U-Boot] [PATCH] [v5] allow print_size to print large numbers on 32-bit systems

2010-04-13 Thread Timur Tabi
Modify print_size() so that it can accept numbers larger than 4GB on 32-bit systems. Add support for display terabyte, petabyte, and exabyte sizes. Change the output to use International Electrotechnical Commission binary prefix standard. Signed-off-by: Timur Tabi --- include/common.h

Re: [U-Boot] U-Boot ARM/PXA maintainership

2010-04-13 Thread Wolfgang Denk
Dear Marek Vasut, In message <201004110243.26808.marek.va...@gmail.com> you wrote: > > It seems my patches for the PXA2xx and PXA3xx in U-Boot are ignored. I'd be > willing to take over PXA maintainance in U-Boot. I already maintain various > PXA- > based devices in mainline Linux kernel. I als

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-13 Thread Albert ARIBAUD
Prafulla Wadaskar a écrit : > You are right, the code is SoC specific, but the values to be programmed are > board specific. > > if you are interested, > Look at cpu/arm926ejs/at91/lowlevel_init.s how it programs SMRDATA. > Follow similar arch here too. > -Define similar data segment for holding

Re: [U-Boot] [PATCH v2] [ARM] at91: Add support for taskit AT91SAM9G20 boards

2010-04-13 Thread Achim Ehrlich
Tom wrote: > Achim Ehrlich wrote: >> This adds support for the AT91SAM9G20 boards by taskit GmbH. >> Both boards, Stamp9G20 and PortuxG20, are integrated in one file. >> PortuxG20 is basically a SBC built around Stamp9G20. >> >> Signed-off-by: Achim Ehrlich >> --- >> MAINTAINERS

Re: [U-Boot] [PATCH v4 08/20] ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU

2010-04-13 Thread Peter Tyser
On Tue, 2010-04-13 at 11:27 +0200, Wolfgang Denk wrote: > Dear Stefan Roese, > > In message <20100413.13774...@denx.de> you wrote: > > On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote: > ... > > > Sorry for jumping in late, but I only realized this now. If we do this > > > move, which I

[U-Boot] [PATCH] serial: fix struct serial_device initialisation

2010-04-13 Thread Anatolij Gustschin
Commit d774442c60756a8dd5d75de85574120ce375bd72 extended struct serial_device but didn't add appropriate initialization in all serial drivers. This results in bricking a huge number of boards. This patch adds needed initialization in serial drivers. Reported-by: Wolfgang Denk Signed-off-by: Anat

Re: [U-Boot] [PATCH] AT49BV322A Flash: the erase regions are in the wrong order.

2010-04-13 Thread Stefan Roese
Hi David, I just tried to apply your patch, but unfortunately it's line wrapped (see below). Please fix and resubmit. Thanks. On Friday 09 April 2010 17:11:50 David Wu wrote: > The device id for this Flash is 0xc8. > > Signed-off-by: David Wu > --- > drivers/mtd/cfi_flash.c |4 ++

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-13 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Tuesday, April 13, 2010 4:39 PM > To: Prafulla Wadaskar > Cc: Wolfgang Denk; U-Boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for > Marvell Orion5x SoC > ...snip... > > +

Re: [U-Boot] [PATCH] mvsmr: fix link error

2010-04-13 Thread André Schwarz
Anatolij, thanks for fixing this. On Tue, 2010-04-13 at 14:47 +0200, Anatolij Gustschin wrote: > MVSMR board support doesn't link since recent rework > of U-Boot directory structure. Fix it now. > > Signed-off-by: Anatolij Gustschin > Cc: Andre Schwarz Acked-by: Andre Schwarz > --- > board

[U-Boot] [PATCH] mvsmr: fix link error

2010-04-13 Thread Anatolij Gustschin
MVSMR board support doesn't link since recent rework of U-Boot directory structure. Fix it now. Signed-off-by: Anatolij Gustschin Cc: Andre Schwarz --- board/matrix_vision/mvsmr/u-boot.lds | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/matrix_vision/mvsm

Re: [U-Boot] [PATCH v3 2/2] fsl_sata: Move the snoop bit to another place

2010-04-13 Thread Kumar Gala
On Apr 12, 2010, at 1:23 AM, Dave Liu wrote: > For P1022 SATA host controller, the data snoop bit of DW3 in PRDT > is moved to bit28. > > Signed-off-by: Dave Liu > --- > * address Wolfgang's comments > > drivers/block/fsl_sata.h |8 ++-- > 1 files changed, 6 insertions(+), 2 deletions(-

Re: [U-Boot] [PATCH v3 1/2] fsl_sata: Add the workaround for errata SATA-A001

2010-04-13 Thread Kumar Gala
On Apr 12, 2010, at 1:23 AM, Dave Liu wrote: > After power on, the SATA host controller of P1022 Rev1 is configured > in legacy mode instead of the expected enterprise mode. > > Software needs to clear bit[28] of HControl register to change to > enterprise mode after bringing the host offline. >

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-13 Thread Stefan Roese
Hi Prakash, On Tuesday 13 April 2010 13:46:11 prakash bedge wrote: > >> Are you not using the mainline version of cfi_flash.c? If not, which > >> "fixup code" are you referring to (link)? > > I am using U-Boot 2009.08 version. This version is outdated. I suggest to switch to current code. > I u

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-13 Thread prakash bedge
Hi Stefan, >> Are you not using the mainline version of cfi_flash.c? If not, which "fixup >> code" are you referring to (link)? I am using U-Boot 2009.08 version. I used the fixup for M29W128GH chip from the patch you suggested earlier. In that code, I changed the condition to check chipwidth and i

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-13 Thread Albert ARIBAUD
Hi Prafulla, Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: Albert ARIBAUD [mailto:albert.arib...@free.fr] >> Sent: Monday, April 12, 2010 8:33 PM >> To: Prafulla Wadaskar >> Cc: Wolfgang Denk; U-Boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support

[U-Boot] [PATCH] mx51evk: correct list of possible BOOT_FROM values

2010-04-13 Thread Stefano Babic
Signed-off-by: Stefano Babic --- board/freescale/mx51evk/imximage.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx51evk/imximage.cfg b/board/freescale/mx51evk/imximage.cfg index db09913..a875e8f 100644 --- a/board/freescale/mx51evk/imximage.cfg +++

[U-Boot] [PATCH] mkimage: correct spelling error in imximage

2010-04-13 Thread Stefano Babic
Signed-off-by: Stefano Babic --- tools/imximage.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/imximage.c b/tools/imximage.c index df2d8c4..39f89c2 100644 --- a/tools/imximage.c +++ b/tools/imximage.c @@ -36,7 +36,7 @@ * Supported commands for configuration fi

Re: [U-Boot] [PATCH] configs/sheevaplug: added a few additional commands

2010-04-13 Thread Prafulla Wadaskar
> -Original Message- > From: Frans Meulenbroeks [mailto:fransmeulenbro...@gmail.com] > Sent: Sunday, April 04, 2010 11:31 PM > To: Prafulla Wadaskar; u-boot@lists.denx.de > Cc: Frans Meulenbroeks > Subject: [PATCH] configs/sheevaplug: added a few additional commands > > This patch incl

Re: [U-Boot] [PATCH] configs/openrd_base.h: reordered macros

2010-04-13 Thread Prafulla Wadaskar
> -Original Message- > From: Frans Meulenbroeks [mailto:fransmeulenbro...@gmail.com] > Sent: Sunday, April 04, 2010 10:53 PM > To: u-boot@lists.denx.de; simon.kagst...@netinsight.net; > Prafulla Wadaskar > Cc: Frans Meulenbroeks > Subject: [PATCH] configs/openrd_base.h: reordered macro

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-13 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Monday, April 12, 2010 8:33 PM > To: Prafulla Wadaskar > Cc: Wolfgang Denk; U-Boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for > Marvell Orion5x SoC > > (apparently one of

[U-Boot] [PATCH 3/3] MX31: Add support for NAND to QONG board

2010-04-13 Thread Stefano Babic
The NAND device is connected to the FPGA of the QONG board and not to the NFC controller. For this reason, the FPGA must be set and initialized before accessing to the NAND itself. Signed-off-by: Stefano Babic --- board/davedenx/qong/qong.c | 93 ++- bo

[U-Boot] [PATCH 1/3] MX31: add accessor function to get a gpio

2010-04-13 Thread Stefano Babic
The patch adds an accessor function to get the value of a gpio. Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx31/mx31.h |5 + drivers/gpio/mx31_gpio.c | 15 +++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/

[U-Boot] [PATCH 2/3] MX31: add pin definitions for NAND controller

2010-04-13 Thread Stefano Babic
Add pin definitions ralted to the NAND controller to be used to set up the pin multiplexer. Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx31/mx31-regs.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx31/mx31-regs.h b/a

[U-Boot] [PATCH] MX31: Support 128MB RAM on QONG module

2010-04-13 Thread Stefano Babic
The QONG module can be downsized and delivered with 128MB instead of 256MB. The patch adds run time support for the two different memory configurations. Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx31/mx31-regs.h |6 ++ board/davedenx/qong/lowlevel_init.S| 130 ++

[U-Boot] [PATCH] MX31: Removed erroneous board name from QONG

2010-04-13 Thread Stefano Babic
QONG is a module that can be installed on several boards, not only on the QONG-EVB manufactured by Dave srl. Signed-off-by: Stefano Babic --- board/davedenx/qong/qong.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong

[U-Boot] [PATCH] MX31: Add UBI support to QONG module

2010-04-13 Thread Stefano Babic
The UBI/UBIFS support is added to the QONG module. Signed-off-by: Stefano Babic --- include/configs/qong.h | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/configs/qong.h b/include/configs/qong.h index 9566a68..178c8e7 100644 --- a/include/configs/qong

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

2010-04-13 Thread Minkyu Kang
Dear Tom, The following changes since commit 45e565337a90bbca0c1bb712b5e008b7c0b18bd5: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (2): SAMSUNG: make s5p comm

[U-Boot] [STATUS] Heads-up: Reorganize directory structure

2010-04-13 Thread Wolfgang Denk
Hello Custodians, please note that I have applied Peter Tyser's "Reorganize directory structure" patch series. This results in a massive change of the directory structure. Please make sure to sync your repsitories ASAP. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v4 08/20] ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU

2010-04-13 Thread Wolfgang Denk
Dear Stefan Roese, In message <20100413.13774...@denx.de> you wrote: > On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote: ... > > Sorry for jumping in late, but I only realized this now. If we do this > > move, which I greatly appreciate, then why not go all the way and adjust > > to what

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Wolfgang Denk
Dear "Gurumurthy Gowdar", In message <000301cadae2$85b053b0$9110fb...@gowdar@gmobis.com> you wrote: > > Please let me know where I can get the latest version of ELDK for MIPS. ftp://ftp.denx.de/pub/eldk/4.1/mips-linux-x86/iso/mips-2007-01-21.iso Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH v4 08/20] ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU

2010-04-13 Thread Stefan Roese
On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote: > > Makefile | 10 +++--- > > README |4 +- > > {cpu => arch/ppc/cpu}/74xx_7xx/Makefile|0 > > Sorry for jumping in late, but I only re

Re: [U-Boot] [PATCH v4 08/20] ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU

2010-04-13 Thread Detlev Zundel
Hi Peter, > Signed-off-by: Peter Tyser > --- > Makefile | 10 +++--- > README |4 +- > {cpu => arch/ppc/cpu}/74xx_7xx/Makefile|0 Sorry for jumping in late, but I only realized this now.

Re: [U-Boot] [PATCH v4 00/20] Reorganize directory structure

2010-04-13 Thread Wolfgang Denk
Dear Peter Tyser, In message <1271129301-12074-1-git-send-email-pty...@xes-inc.com> you wrote: > This series reorganizes U-Boot's directory structure so that it looks > like: > /arch/$ARCH/ > /lib/ > /include/asm/ > /cpu/ if 1 CPU type> > /config.mk (old lib_$ARCH/c

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-13 Thread Stefan Roese
On Tuesday 13 April 2010 08:31:59 prakash bedge wrote: > I did it. :) Good. But what did you change to make it work? > I am now able to detect the flash. So now I can run the uboot commnads i.e > flinfo to check the flash information. > For this I make use of ST fixup code for M29W128GH in which

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Gurumurthy Gowdar
Hi, Thanks for the reply. Please let me know where I can get the latest version of ELDK for MIPS. I know about PowerPC (Freescale) as I have worked on MPC82xx and MPC74xx. Thanks & Regards Gurumurthy Gowdar KPIT Cummins Infosystems Ltd.| Mobile: +91 9642645725 |E-mail : gurumurthy.gow...@

[U-Boot] [PATCH] 74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board

2010-04-13 Thread Stefan Roese
From: Reinhard Arlt Add ECC support for DDR RAM for MV64360 on esd CPCI-CPU/750 board. This patch also adds the "pldver" command to display the CPLD revision. Signed-off-by: Reinhard Arlt Signed-off-by: Stefan Roese --- board/esd/cpci750/cpci750.c| 12 +++ board/esd/cpci750/sdram_init.

Re: [U-Boot] u-boot compilation for MIPS Au1x00 board

2010-04-13 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, In message <001201cadacb$dc5e8a40$951b9e...@gowdar@gmobis.com> you wrote: > >I am compiling u-boot latest version for MIPS processor Au1350. > When I compile I get the following error as mentioned below. > > > > mipsel-linux-ld: > /opt/rmi-linux/db1300/lib/

Re: [U-Boot] [PATCH] pm9263 converted to at91 soc access

2010-04-13 Thread RONETIX - Asen Dimov
Tom wrote: > Asen Dimov wrote: >> Signed-off-by: Asen Dimov >> --- >> board/ronetix/pm9263/led.c| 15 ++-- >> board/ronetix/pm9263/pm9263.c | 195 >> + >> include/configs/pm9263.h | 82 - >> 3 files changed, 146 insertions(+),

Re: [U-Boot] Uboot and mpc8536 - questions and confusions

2010-04-13 Thread Wolfgang Denk
Dear Mark Pearson, In message you wrote: > > First off is any recommendations/advice on what version of uboot I > should be using? I've got the uboot from freescale SDK (1.3.4) which > has plenty wrong with it and the 2009.11 from denx which is > unfortunately giving me some headaches. Previous