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
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/
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
+++
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
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
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
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
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
> -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
> -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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
-
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
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
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
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
> -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
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.
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
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
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
35 matches
Mail list logo