[U-Boot] [PATCH v3 0/3] Add SD/MMC Support to Sheevaplug

2010-11-21 Thread Gérald Kerma
pre-requisite for SDIO driver support for Marvell SoCs (Kirkwood) Add SDIO legacy driver for Marvell SoCs (Kirkwood) Add MMC-SDIO support for Sheevaplug Signed-off-by: Gérald Kerma --- TODO: * Rewrite the SDIO driver as generic MMC driver v3: * GNU Software License compliance * P

[U-Boot] [PATCH v3 1/3] Kirkwood: pre-requisite for SDIO driver support

2010-11-21 Thread Gérald Kerma
pre-requisite for SDIO driver support for Marvell SoCs (Kirkwood) Signed-off-by: Gérald Kerma --- arch/arm/include/asm/arch-kirkwood/kirkwood.h |1 + include/configs/mv-common.h |9 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/

[U-Boot] [PATCH v3 2/3] mmc : Add SDIO driver for Marvell SoCs (Kirkwood)

2010-11-21 Thread Gérald Kerma
Add SDIO legacy driver for Marvell SoCs (Kirkwood) Signed-off-by: Gérald Kerma --- v3: * GNU Software License compliance * Patch more readable v2: * Code cleaning v1: * Fix errors from SD/SDHC detect --- drivers/mmc/Makefile |1 + drivers/mmc/mv_sdio.c | 675 +++

[U-Boot] [PATCH v3 3/3] Sheevaplug: Add MMC/SDIO support

2010-11-21 Thread Gérald Kerma
Add MMC-SDIO support for Sheevaplug Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 83dd8ff..5448718 100644 --- a/include/configs/sheevapl

Re: [U-Boot] [PATCH V7] POST cleanup.

2010-11-21 Thread Michael Zaidman
Dear Wolfgang, Sorry for delayed response, I did not follow the u-boot list for few weeks an missed your e-mails somehow. Please see my comments below. On Tue, Oct 26, 2010 at 11:09 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message > > you wrote: >> - Revives POST for blackfin a

[U-Boot] Debugger(BDI3000) Error !

2010-11-21 Thread Tim Rachman
Dear All I use BDI3000 debugger to debug my custom board using PPC440EP , using Yosemite config file as base. After board power on following messages are shown: - TARGET: waiting for target Vcc - TARGET: processing power-up delay - TARGET: processing user reset request - TARGET: resetting target

Re: [U-Boot] Debugger(BDI3000) Error !

2010-11-21 Thread Wolfgang Denk
Dear Tim Rachman, In message <549623.8431...@web120303.mail.ne1.yahoo.com> you wrote: > > I use BDI3000 debugger to debug my custom board using PPC440EP , using > Yosemite > config file as base. > After board power on following messages are shown: > > - TARGET: waiting for target Vcc > - TARGET

[U-Boot] Porting to custom board with a PXA270

2010-11-21 Thread Attila Sukosd
Dear U-booters, I'm in the process of writing my bachelor thesis about porting Linux to custom board made by a company here in Denmark. As a part of this process, I am also trying to port U-boot to the board with limited success so far, unfortunately. As I've mentioned in the topic, it has a PXA2

Re: [U-Boot] [PATCH v3 1/3] Kirkwood: pre-requisite for SDIO driver support

2010-11-21 Thread Prafulla Wadaskar
> -Original Message- > From: Gérald Kerma [mailto:gera...@gmail.com] > Sent: Sunday, November 21, 2010 4:37 PM > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Ashish Karkare; Prabhanjan Sarnaik > Subject: [PATCH v3 1/3] Kirkwood: pre-requisite for SDIO driver support > > > pre-r

Re: [U-Boot] [PATCH v3 2/3] mmc : Add SDIO driver for Marvell SoCs (Kirkwood)

2010-11-21 Thread Prafulla Wadaskar
> -Original Message- > From: Gérald Kerma [mailto:gera...@gmail.com] > Sent: Sunday, November 21, 2010 4:38 PM > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; Ashish Karkare; Prabhanjan Sarnaik > Subject: [PATCH v3 2/3] mmc : Add SDIO driver for Marvell SoCs (Kirkwood) > > > Add

Re: [U-Boot] Porting to custom board with a PXA270

2010-11-21 Thread Wolfgang Denk
Dear Attila Sukosd, In message you wrote: > ... > Reserving 264k for malloc() at: a0f43000 > Reserving 24 Bytes for Board Info at: a0f42fe8 > Reserving 92 Bytes for Global Data at: a0f42f8c > New Stack Pointer is: a0f42f88 > RAM Configuration: > Bank #0: a000 16 MiB > relocation Offset is: a

Re: [U-Boot] Porting to custom board with a PXA270

2010-11-21 Thread Attila Sukosd
On Sun, Nov 21, 2010 at 4:59 PM, Wolfgang Denk wrote: > Dear Attila Sukosd, > > In message > you wrote: > > > ... > > Reserving 264k for malloc() at: a0f43000 > > Reserving 24 Bytes for Board Info at: a0f42fe8 > > Reserving 92 Bytes for Global Data at: a0f42f8c > > New Stack Pointer is: a0f42f88

[U-Boot] Reset Function on P2020 PowerPC / MPC85XX

2010-11-21 Thread Tommy Agustianto
Hi all.. I'm porting the uC-OS to P2020/mpc85xx and then I'd like to create application that can reset the board. for the register set I'm looking at the u-boot source code, but I still can't reset the board. please teach me the steps, which register to set first and then what register next... t

Re: [U-Boot] [PATCH v7 1/1] imx: Get fec mac address from fuse

2010-11-21 Thread Stefano Babic
On 11/19/2010 10:45 AM, Jason Liu wrote: > The patch is to support getting FEC MAC address from fuse bank. > > Signed-off-by: Jason Liu > > --- > Changes for v2: > - correct the mac address byte order according to review comments > - add memset(edev, 0. sizeof(*edev)) when do fec_probe, > - f

Re: [U-Boot] Porting to custom board with a PXA270

2010-11-21 Thread Wolfgang Denk
Dear Attila Sukosd, In message you wrote: > > Additionally, I failed to mention another issue in my previous email, which > is, I seem to be getting random behaviours from the board depending on what > I modify in the code. usually thatmeans that your RAM is not working stable, i. e. your ram i

Re: [U-Boot] [PATCH v7 1/1] imx: Get fec mac address from fuse

2010-11-21 Thread Wolfgang Denk
Dear Stefano Babic, In message <4ce95712.6070...@denx.de> you wrote: > > Applied to u-boot-imx, thanks. You might mark the status as "awaiting upstream", then. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirch

[U-Boot] arch/powerpc/cpu/ppc4xx/start.S: comment makes little sense

2010-11-21 Thread Wolfgang Denk
Dear Stefan, I think this comment in arch/powerpc/cpu/ppc4xx/start.S needs a bit of cleanup: 51 /* U-Boot - Startup Code for AMCC 4xx PowerPC based Embedded Boards 52 * 53 * 54 * The processor starts at 0xfffc and the code is executed 55 * from flash/rom. 56 * in memory,

[U-Boot] [PATCH] Fix compiler warning in fdt_support.c

2010-11-21 Thread dirk . behme
From: Dirk Behme Fix compiler warning fdt_support.c: In function 'of_bus_default_count_cells': fdt_support.c:957: warning: passing argument 1 of '__swab32p' discards qualifiers from pointer target type fdt_support.c:965: warning: passing argument 1 of '__swab32p' discards qualifiers from point

[U-Boot] [PATCH 1/7] common/Makefile: don't include env_embedded.o into libcommon

2010-11-21 Thread Wolfgang Denk
Some boards use an embedded environment, where env_embedded.o has to be linked at a special position in the U-Boot image; to make this possible, we do not include it into libcommon.o for such boards. Signed-off-by: Wolfgang Denk --- common/Makefile | 14 +++--- 1 files changed, 7 inser

[U-Boot] [PATCH 0/7] Address partial linking issues

2010-11-21 Thread Wolfgang Denk
The switch from archive libraries to partial linking has introduced a number of problems, that are non-trivial to solve. For example, it is no longer possible to include individual object files in the linker script as we did before for example in the case of boards with embedded environment to fil

[U-Boot] [PATCH 3/7] arch/powerpc/config.mk: make CONFIG_SYS_LDSCRIPT settings work

2010-11-21 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stefan Roese --- arch/powerpc/config.mk|7 +++ arch/powerpc/cpu/ppc4xx/config.mk |6 +- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk index 06a3b10..8cf2279 100644 --- a

[U-Boot] [PATCH 2/7] cpu/ppc4xx/Makefile: build only needed object files

2010-11-21 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stefan Roese --- arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c |4 --- arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |3 -- arch/powerpc/cpu/ppc4xx/Makefile | 25 - 3 files changed, 10 insertions(+), 22 deletion

[U-Boot] [PATCH 4/7] PPChameleonEVB and CATcenter need a custom linker script

2010-11-21 Thread Wolfgang Denk
These boards use an embedded environment, which is not supported by the generic arch/powerpc/cpu/ppc4xx/u-boot.lds script. The breakage was introduced by commit 2cd95a2 "ppc4xx: Remove board specific linker scripts from most PPC4xx boards" Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Andre

[U-Boot] [PATCH 6/7] POWERPC: enable --gc-sections and -ffunction-sections -fdata-sections

2010-11-21 Thread Wolfgang Denk
The switch from archive libraries to partial linking has introduced a number of problems, that are non-trivial to solve. For example, it is no longer possible to include individual object files in the linker script as we did before for example in the case of boards with embedded environment to fil

[U-Boot] [PATCH 7/7] 4xx: Cleanup for partial linking and --gc-sections

2010-11-21 Thread Wolfgang Denk
This commit adapts 4xx boards for partial linking with --gc-sections. Signed-off-by: Wolfgang Denk Cc: Stefan Roese Cc: Tirumala Marri Cc: David Updegraff Cc: Matthias Fuchs Cc: Dirk Eibach Cc: Larry Johnson Cc: Peter De Schrijver Cc: Niklaus Giger Cc: Daniel Poirot --- arch/powerpc/cpu

[U-Boot] [PATCH v3] Seagate FreeAgent DockStar support

2010-11-21 Thread Eric Cooper
start with sheevaplug configuration add modifications by Alexander Holler change RAM definitions to one bank (128 MB) change ident string and prompt change environment to 0xA define MTD partitions and default environment variables add support for LEDs Signed-off-by: Eric Cooper -

Re: [U-Boot] [PATCH 1/7] common/Makefile: don't include env_embedded.o into libcommon

2010-11-21 Thread Mike Frysinger
On Sunday, November 21, 2010 16:03:34 Wolfgang Denk wrote: > Some boards use an embedded environment, where env_embedded.o has to > be linked at a special position in the U-Boot image; to make this > possible, we do not include it into libcommon.o for such boards. this patch fixed the Blackfin boa

[U-Boot] Pull request u-boot-blackfin.git

2010-11-21 Thread Mike Frysinger
The following changes since commit fa722ea76be565de6823ca04c107cc4fbd96b776: Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-19 22:02:48 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (2): Blackfin: drop

Re: [U-Boot] [PATCH 6/7] POWERPC: enable --gc-sections and -ffunction-sections -fdata-sections

2010-11-21 Thread Peter Tyser
Hi Wolfgang, On Sun, 2010-11-21 at 22:03 +0100, Wolfgang Denk wrote: > The switch from archive libraries to partial linking has introduced a > number of problems, that are non-trivial to solve. For example, it is > no longer possible to include individual object files in the linker > script as we

Re: [U-Boot] [PATCH v7 1/1] imx: Get fec mac address from fuse

2010-11-21 Thread Jason Liu
2010/11/19 Stefano Babic : > On 11/19/2010 10:45 AM, Jason Liu wrote: >> The patch is to support getting FEC MAC address from fuse bank. >> >> Signed-off-by: Jason Liu >> > > Jason, > > I can test successfully the patch on i.MX25 and i.MX27 (imx27lite and tx25). > > Tested-by: Stefano Babic Stef

Re: [U-Boot] [PATCH v3] Seagate FreeAgent DockStar support

2010-11-21 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Eric Cooper > Sent: Monday, November 22, 2010 2:59 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH v3] Seagate FreeAgent DockStar support > > start with sheevaplug conf

Re: [U-Boot] [PATCH 6/7] POWERPC: enable --gc-sections and -ffunction-sections -fdata-sections

2010-11-21 Thread Wolfgang Denk
Dear Peter Tyser, In message <1290378684.20072.125.ca...@petert> you wrote: > > > The best (but unfortunately not easiest) approach to address this > > problem is to enable -ffunction-sections (and -ffunction-sections) so > > 's/function-sections/data-sections/' in the 2nd location above. Oops.

[U-Boot] [PATCH 6/7 v2] POWERPC: enable --gc-sections and -ffunction-sections -fdata-sections

2010-11-21 Thread Wolfgang Denk
The switch from archive libraries to partial linking has introduced a number of problems, that are non-trivial to solve. For example, it is no longer possible to include individual object files in the linker script as we did before for example in the case of boards with embedded environment to fil

Re: [U-Boot] [PATCH V2 1/2] Davinci 8xx: Move common functions to share code

2010-11-21 Thread Stefano Babic
On 11/19/2010 04:16 PM, Ben Gardiner wrote: > You're very welcome. I'm glad you found it useful. > > We are happy to see the omap-L138 support in u-boot moving forward. We > would like to get either SD or USB (or both) omapL138 support upstream > next. Does the ea20 have USB or SD? Hi Ben, there

[U-Boot] [PATCH] 86xx: Cleanup for partial linking and --gc-sections

2010-11-21 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Kumar Gala --- arch/powerpc/cpu/mpc86xx/Makefile |6 ++-- arch/powerpc/cpu/mpc86xx/u-boot.lds | 36 ++ 2 files changed, 6 insertions(+), 36 deletions(-) diff --git a/arch/powerpc/cpu/mpc86xx/Makefile b/arch/powerpc/cpu/mp