On Thursday 05 June 2008 09:24:04 Wolfgang Denk wrote:
> > > To be honest, as far as I can see, all other architectures get by
> > > without such "macros" without loosing anything and the arguments you
> > > gave this far did not convince me that they are needed.
> >
> > other arches do not have a
This set of patches fix io port selection on MPC85xxDS platfoms.
Please help to pick them up.
Roy
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open
Thanks Dave,
I did that, got an autoreply.
Thanks Again
Poonam
-Original Message-
From: Liu Dave-R63238
Sent: Tuesday, December 30, 2008 10:44 AM
To: Aggrwal Poonam-B10812; u-boot-users@lists.sourceforge.net
Subject: RE: [PATCH][u-boot-85xx]The 32bit errata fix for 8572 for DDR2
Aggr
Aggrwal,
The u-boot mail list is moved to u-b...@lists.denx.de,
Please post the patch to there.
Thanks,
Dave
> -Original Message-
> From: Aggrwal Poonam-B10812
> Sent: 2008?12?30? 1:02 PM
> To: u-boot-users@lists.sourceforge.net; Liu Dave-R63238
> Subject: [PATCH][u-boot-85xx]The 32bit
This patch fixes the fix for 8572 SOC errata for 32bit DDR2.
The earlier fix was trying to access the SDRAM_CFG register before
initializing it.
Now the SDRAM_CFG is initialized before. But the MEM_EN is set in the end.
Signed-off-by: Poonam Aggrwal-b10812
Acked-by: Dave Liu
---
cpu/mpc85xx/dd
On Mon, Dec 15, 2008 at 12:20:59PM +0100, Nicolas Ferre wrote:
>> I suppose you did test all the variants... :)
>
> Yes we have done it ! And we are using it for the demos that are on
> http://www.linux4sam.org
Congrats !
Stelian.
--
Stelian Pop
---
Stelian Pop :
> On Fri, Dec 05, 2008 at 05:27:53PM +0100, Nicolas Ferre wrote:
>
>> This patch adds the possiblity to choose the media where the environment will
>> be located. This allow to choose this fundamental configuration without
>> editing
>> config files.
>>
>> Documentation file added.
On Fri, Dec 05, 2008 at 05:27:53PM +0100, Nicolas Ferre wrote:
> This patch adds the possiblity to choose the media where the environment will
> be located. This allow to choose this fundamental configuration without
> editing
> config files.
>
> Documentation file added.
>
> Signed-off-by: Nicol
This patch adds the possiblity to choose the media where the environment will
be located. This allow to choose this fundamental configuration without editing
config files.
Documentation file added.
Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]>
---
Patch against u-boot-at91.git master branch.
Hi,
Markus Klotzbücher wrote:
> On Fri, Nov 21, 2008 at 10:22:51AM +0100, michael wrote:
>
>> Hi,
>>
>> I have redone the patch. What do you think?
>>
>> I can't test them. They compile.
>>
>
> Not for me (board is sequoia):
>
> make -C common/
> make[1]: Entering directory `/home/mk/src/g
Hi,
Markus Klotzbücher wrote:
> On Fri, Nov 21, 2008 at 10:22:51AM +0100, michael wrote:
>
>> Hi,
>>
>> I have redone the patch. What do you think?
>>
>> I can't test them. They compile.
>>
>
> Not for me (board is sequoia):
>
> make -C common/
> make[1]: Entering directory `/home/mk/src/g
On Fri, Nov 21, 2008 at 10:22:51AM +0100, michael wrote:
> Hi,
>
> I have redone the patch. What do you think?
>
> I can't test them. They compile.
Not for me (board is sequoia):
make -C common/
make[1]: Entering directory `/home/mk/src/git/u-boot/common'
ppc_4xxFP-gcc -g -Os -fPIC -ffixed-r14
Hi,
Remy Bohmer wrote:
> Hello Michael,
>
>> I have redone the patch. What do you think?
>> I can't test them. They compile.
>
> It is a big change for leaving untested...
> Can anybody provide an ack for these patches?
>
> Kind Regards,
>
> Remy
>
I think that I can test on ixp465 machine, in nex
Hi Remy,
On Mon, Nov 24, 2008 at 09:18:23PM +0100, Remy Bohmer wrote:
> > I have redone the patch. What do you think?
> > I can't test them. They compile.
>
> It is a big change for leaving untested...
> Can anybody provide an ack for these patches?
I'll test for regressions on sequoia tomorrow.
Hi all,
On Mon, 2008-11-24 at 21:18 +0100, Remy Bohmer wrote:
> Hello Michael,
>
> > I have redone the patch. What do you think?
> > I can't test them. They compile.
>
> It is a big change for leaving untested...
> Can anybody provide an ack for these patches?
I'm very sorry for not being able
Hello Michael,
> I have redone the patch. What do you think?
> I can't test them. They compile.
It is a big change for leaving untested...
Can anybody provide an ack for these patches?
Kind Regards,
Remy
>
> Regards Michael
>
>
>
Hi,
I have redone the patch. What do you think?
I can't test them. They compile.
Regards Michael
>From ee642cb0ea921463f332e402df7d7d4a32218706 Mon Sep 17 00:00:00 2001
From: michael <[EMAIL PROTECTED]>
Date: Fri, 21 Nov 2008 10:19:15 +0100
Subject: [PATCH] Add ehci core functionality
---
co
Hello,
This patch enables support for EXT2, and increases the
CONFIG_SYS_BOOTMAPSZ size for the default configuration
of the katmai boards to use them as the RAID-reference
AMCC setups.
EXT2 enabling allows one to boot kernels from the EXT2
formatted Compact Flash cards.
CONFIG_SYS_BOOTMAPSZ
Hi Wolfgang,
This patch fix a build error for the SPARC platform. It was introduced by
commit
c160a9544743e80e8889edb2275538e7764ce334.
I have updated u-boot-sparc.git testing branch.
Best Regards,
Daniel Hellstrom
Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]>
---
lib_sparc/bootm.c |
Hi JC,
I'm very sorry for the delayed answer.
I'm pretty close to release a Linux patch for our platform so no time for
now.
Anyway by the end of the year I would like to launch the complete BSP for
our platform
so I would like to make all things tidy.
As we agreed with Havard I'll try to mak
On 10:17 Tue 29 Jul , Hong Xu wrote:
> >From 8e7f74804f86c25639f4009ba14fd6c1affe5ee6 Mon Sep 17 00:00:00 2001
> From: Hong Xu <[EMAIL PROTECTED]>
> Date: Tue, 29 Jul 2008 09:23:47 +0800
> Subject: [PATCH 1/1] Add support for ATMEL AT91SAM9G20EK board.
>
> This patch add support for ATMEL AT91
>>> I have the same problem when replying to Jean-Christphe's replies. For
>>> some reason the reply-to field is set when JC posts a reply and I
>>> suppose that messes up Thunderbird/gmail etc.
>>>
>>> As an example, the email I'm replying to now has reply-to: set to
>>> [EMAIL PROTECTED] and [EMA
On 10:10 Fri 31 Oct , Ben Warren wrote:
> Magnus Lilja wrote:
It's curious: always, when replying to your e-mails, my e-mail address
appears in the To field instead of your address.
Do the others have this problem, too? (Thunderbird 2.0.0.14 on Linux)
>>> I use mutt a
Magnus Lilja wrote:
>>> It's curious: always, when replying to your e-mails, my e-mail address
>>> appears in the To field instead of your address.
>>> Do the others have this problem, too? (Thunderbird 2.0.0.14 on Linux)
>>>
>> I use mutt and I receve the e-mail with your e-mail address as
>> It's curious: always, when replying to your e-mails, my e-mail address
>> appears in the To field instead of your address.
>> Do the others have this problem, too? (Thunderbird 2.0.0.14 on Linux)
> I use mutt and I receve the e-mail with your e-mail address as sender
I have the same problem whe
>> create mode 100644 board/tqc/tqma31/u-boot.lds
>>> create mode 100644 include/configs/TQMA31.h
>>
>> Do you have any plan to send a rebase patch?
>
> I suppose in Q1/2009. It depends on our customer and on
> my workload with other projects.
>
> But could y
de 100644 board/tqc/tqma31/config.mk
>> create mode 100644 board/tqc/tqma31/lowlevel_init.S
>> create mode 100644 board/tqc/tqma31/tqma31.c
>> create mode 100644 board/tqc/tqma31/u-boot.lds
>> create mode 100644 include/configs/TQMA31.h
>
> Do you have any plan to
Wolfgang Denk wrote:
> Tried fixing NAND support for the at91rm9200dk board; untested.
> Disabled NAND support in the csb637 board config file.
>
Has anyone tested this? Is NAND working with AT91RM9200DK?
I'm currently trying to get it working with U-Boot-1.3.4 but with no
success. I did notice
On 11:33 Tue 08 Jul , Jens Gehrlein wrote:
> Signed-off-by: Jens Gehrlein <[EMAIL PROTECTED]>
> ---
>
> Fixed two bugs:
> a) added NFS mount option "rw" to default environment
> b) added prefix $(obj) in front of .depend in Makefile. Thank you Magnus for
> catching that.
>
>
> MAINTAINERS
Hi Antonio
do you have any plan to send a rebased patch?
Best Regards,
J.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win
> Could you rebase it against current HEAD?
Sure. Here it is.
From ba2fc48842d6f866e30f52f457a4c834431e1167 Mon Sep 17 00:00:00 2001
From: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Date: Tue, 2 Sep 2008 07:51:05 +0400
Subject: [PATCH] ads5121: support for running from RAM
This patch makes it pos
On 21:55 Thu 25 Sep , Nikita V. Youshchenko wrote:
> commit 599e6d1ff1fbab0abda4ef685f6078c4d2f1d2eb
> Author: Nikita V. Youshchenko <[EMAIL PROTECTED]>
> Date: Tue Sep 2 07:51:05 2008 +0400
>
> ads5121: support for running from memory
>
> This patch makes it possible to start u
On 11:11 Fri 01 Aug , Ryan CHEN wrote:
> Hi all,
> This patch is part 2 for [PATCH:Enable 2D Engine in SM501]. New macro
> "CONFIG_SM501_ENABLE_2DENGINE" be included to specify codes what enable SM501
> 2D engine. The macro need be declared in config header file.
> Why does it need to enable
On Saturday 12 July 2008, Ben Warren wrote:
> Added board_eth_init() function to bf537-stamp board.
> Removed initialization for the Blackin EMAC driver from net/eth.c
btw, this change worked fine. thanks.
-mike
-
This SF.Ne
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/cplb.h |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/asm-blackfin/cplb.h b/include/asm-blackfin/cplb.h
index e36af2d..cc21e93 100644
--- a/include/asm-blackfin/cplb.h
+++ b/include/asm
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf527/anomaly.h | 63 +---
include/asm-blackfin/mach-bf533/anomaly.h | 28 +++---
include/asm-blackfin/mach-bf537/anomaly.h | 16 +-
include/asm-blackfin/mach-bf548/anomaly.h | 78 ++
The USB/LAN register settings are not actually used/needed in order to
drive things from U-Boot, so drop the code.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf561-ezkit/bf561-ezkit.c | 15 ---
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/board/bf
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/start.S |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpu/blackfin/start.S b/cpu/blackfin/start.S
index c4d52b4..f351fab 100644
--- a/cpu/blackfin/start.S
+++ b/cpu/blackfin/start.S
@@ -1,7 +1,7 @@
Common Blackfin code already announces CPU information.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf561-ezkit/bf561-ezkit.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/board/bf561-ezkit/bf561-ezkit.c b/board/bf561-ezkit/bf561-ezkit.c
index a2258
Some Blackfin UARTs are read-to-clear while others are write-to-clear.
This can cause problems when we poll the LSR and then later try and handle
any errors detected.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/serial.c | 72 ---
During cpu init, make sure we initialize the CEC properly so that
interrupts can fire and be handled while U-Boot is running.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/start.S | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/cpu/black
Make sure that the start.o object is always the first object in our linker
script regardless of configuration settings, and add some linker symbols
so the ldr utility can properly locate the initcode when generating a LDR.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf533-ezkit/u-
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/cpu.c | 35 ---
lib_blackfin/cache.c | 35 +++
2 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/cpu/blackfin/cpu.c b/cpu/blackfin/cpu.c
index 0c7
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
board/bf533-stamp/bf533-stamp.c |1 -
include/asm-blackfin/mem_init.h | 321 ---
2 files changed, 0 insertions(+), 322 deletions(-)
delete mode 100644 include/asm-blackfin/mem_init.h
diff --git a/board
We should use the algorithm in the Linux kernel so that the UART divisor
calculation is more accurate. It also fixes problems on some picky UARTs
that have sampling anomalies.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/serial.h |8
1 files changed, 4 insertio
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf527/BF522_cdef.h |3 ---
include/asm-blackfin/mach-bf527/BF522_def.h|1 -
include/asm-blackfin/mach-bf527/BF523_cdef.h |3 ---
include/asm-blackfin/mach-bf527/BF523_def.h|1
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/Makefile |2 +-
cpu/blackfin/flush.S | 230 -
2 files changed, 1 insertions(+), 231 deletions(-)
delete mode 100644 cpu/blackfin/flush.S
diff --git a/cpu/blackfin/Makefile b/c
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
blackfin_config.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/blackfin_config.mk b/blackfin_config.mk
index a9a3d1a..c8be75e 100644
--- a/blackfin_config.mk
+++ b/blackfin_config.mk
@@ -24,7 +24,7 @@
CONFIG_BFIN_
The hang function already tells you to reboot, so no point in showing it
twice.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/traps.c |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/cpu/blackfin/traps.c b/cpu/blackfin/traps.c
index 2eb45b5..7307f
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
README |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README b/README
index ebee20f..9455fa7 100644
--- a/README
+++ b/README
@@ -151,6 +151,7 @@ Directory Hierarchy:
- arm926ejs Files specific to ARM 926 CPUs
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
drivers/rtc/bfin_rtc.c | 19 ++-
lib_blackfin/board.c |4
2 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/drivers/rtc/bfin_rtc.c b/drivers/rtc/bfin_rtc.c
index 3f8c7ed..5de6953 100644
--- a/drivers/
The SWRST register is a 16bit, not 32bit, register.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf561/BF561_cdef.h | 12 ++--
.../mach-common/ADSP-EDN-extended_cdef.h |6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
dif
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/cpu.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/cpu/blackfin/cpu.c b/cpu/blackfin/cpu.c
index 53de5ab..0c79932 100644
--- a/cpu/blackfin/cpu.c
+++ b/cpu/blackfin/cpu.c
@@ -133,9 +133,8 @@ int irq_
From: Ben Maan <[EMAIL PROTECTED]>
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/mach-bf548/ports.h | 64 +++---
1 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/include/asm-blackfin/mach-bf548/ports.h
b/include/asm-blackfin/
Having to decode hwerrcause/excause values is a pain, so automate it.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/traps.c | 42 --
1 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/cpu/blackfin/traps.c b/cpu/blackfin/t
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
lib_blackfin/cache.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib_blackfin/cache.c b/lib_blackfin/cache.c
index 41e2a62..870c5bf 100644
--- a/lib_blackfin/cache.c
+++ b/lib_blackfin/cache.c
@@ -40,7 +40,7 @@ v
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
include/asm-blackfin/blackfin-config-pre.h |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/asm-blackfin/blackfin-config-pre.h
b/include/asm-blackfin/blackfin-config-pre.h
index 541cb76..714352b 100644
--- a/i
Use the sti instruction to set the initial interrupt mask rather than
banging on the core IMASK MMR to save both space and time.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/start.S |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/cpu/blackfin/s
Make sure we report RETI/IPEND correctly.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
cpu/blackfin/traps.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/cpu/blackfin/traps.c b/cpu/blackfin/traps.c
index 7307f5d..5a26c52 100644
--- a/cpu/blackfin/traps.c
+
If booting out of NAND, we need to make sure we initialize it properly
before attempting to relocate the environment.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
lib_blackfin/board.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib_blackfin/board.c b
Dear Mike Frysinger,
In message <[EMAIL PROTECTED]> you wrote:
> We don't need CONFIG_CFG_STRINGS anymore now that we have the define
> CONFIG_CMD_STRINGS and Makefile control.
>
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
> ---
> common/cmd_strings.c |4
> 1 files changed, 0 in
We don't need CONFIG_CFG_STRINGS anymore now that we have the define
CONFIG_CMD_STRINGS and Makefile control.
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
common/cmd_strings.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/common/cmd_strings.c b/common/cmd_st
Since we're working with unsigned data, you can't apply a signed pointer
cast and then attempt to print the result. Otherwise you get wrong output
when the sign bit is set like "0xFF" incorrectly extended to "0x".
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
common/cmd_spi.c |
Louis Su wrote:
> Signed-off-by: Louis Su <[EMAIL PROTECTED]>
> ---
> drivers/net/Makefile |1 +
> drivers/net/ax88180.c | 727
> +
> drivers/net/ax88180.h | 412
> 3 files changed, 1140 insertions(+), 0 deletions
On Thursday 02 October 2008, Mike Frysinger wrote:
> The CFI flash driver starts at flash_init() which calls down into
> flash_get_size(). This starts by calling flash_detect_cfi(). If said
> function fails, flash_get_size() finishes by attempting to reset the
> flash. Unfortunately, it does thi
Hello Gary,
some comments/questions below:
Gary Jennejohn wrote:
> Note that the LOGO_X/LOG_Y macros are defined in RRvision.h to center
> the logo on the screen and might be useful for other boards.
> Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]>
add empty line between commit message and
commit 599e6d1ff1fbab0abda4ef685f6078c4d2f1d2eb
Author: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Date: Tue Sep 2 07:51:05 2008 +0400
ads5121: support for running from memory
This patch makes it possible to start u-boot from memory on ads5121 board.
It does two simple thing
The CFI flash driver starts at flash_init() which calls down into
flash_get_size(). This starts by calling flash_detect_cfi(). If said
function fails, flash_get_size() finishes by attempting to reset the
flash. Unfortunately, it does this with an info->portwidth set to 0x10
which filters down in
commit 81489a85c4c3536ec54290ac9216b746ec346663
Author: Nikita V. Youshchenko <[EMAIL PROTECTED]>
Date: Thu Sep 25 00:44:00 2008 +0400
fsl_diu: fix alignment error that caused malloc corruption
When aligning malloc()ed screen_base, invalid offset was added.
This not only caused
Dear Laurent Pinchart,
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]>
> ---
> include/spartan3.h |9 -
> 1 files changed, 0 insertions(+), 9 deletions(-)
Applied (after fixing a whitespace problem that cause the first hunk
to fail). Th
Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]>
---
include/spartan3.h |9 -
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/include/spartan3.h b/include/spartan3.h
index 235dbc0..2262278 100644
--- a/include/spartan3.h
+++ b/include/spartan3.h
@@ -81,9 +81,6 @@ type
Hi Nobuhiro,
On Wed, Sep 10, 2008 at 5:09 AM, Nobuhiro Iwamatsu <[EMAIL PROTECTED]> wrote:
> On Tue, 09 Sep 2008 17:52:47 +0900
> Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote:
>
>> Fix the problem that cannot work RTL8169 on sh7785lcr board.
>>
>> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]
On Tue, 09 Sep 2008 17:52:47 +0900
Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote:
> Fix the problem that cannot work RTL8169 on sh7785lcr board.
>
> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
> ---
> board/sh7785lcr/sh7785lcr.c |5 +
> 1 files changed, 5 insertions(+), 0 deletion
Wolfgang Denk wrote:
> Dear Yoshihiro Shimoda,
>
> In message <[EMAIL PROTECTED]> you wrote:
>
>> Fix the problem that cannot work RTL8169 on sh7785lcr board.
>>
>> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
>> ---
>> board/sh7785lcr/sh7785lcr.c |5 +
>> 1 files changed, 5 ins
Dear Yoshihiro Shimoda,
In message <[EMAIL PROTECTED]> you wrote:
> Fix the problem that cannot work RTL8169 on sh7785lcr board.
>
> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
> ---
> board/sh7785lcr/sh7785lcr.c |5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
Applied,
Fix the problem that cannot work RTL8169 on sh7785lcr board.
Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
---
board/sh7785lcr/sh7785lcr.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/sh7785lcr/sh7785lcr.c b/board/sh7785lcr/sh7785lcr.c
index 5b9c403..6
Signed-off-by: Markus Heidelberg <[EMAIL PROTECTED]>
---
README |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 37449d1..ec164ad 100644
--- a/README
+++ b/README
@@ -3089,9 +3089,9 @@ But now you can ignore ALL boot loader code (in
arch/ppc/mbxb
---
.gitignore |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 96c1b4a..9c53f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
*.a
*.o
*~
+*.swp
*.patch
#
@@ -49,6 +50,10 @@ series
# cscope files
cscope.*
+# tags fil
For the record:
What Stefan says is completely true. Last version of u-boot does not
give wrong info without my patch.
Regards
On Wed, Jul 30, 2008 at 07:54, Stefan Roese <[EMAIL PROTECTED]> wrote:
> Ricardo,
>
> On Wednesday 30 July 2008, Ricardo Ribalda Delgado wrote:
>> I don't
Hi,
Thank you for comments.
I apply your comments and I sent patch.
On Sat, 30 Aug 2008 13:40:40 +0200
Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote:
> >
> > +sh7785lcr_config : unconfig
> > + @ >include/config.h
> > + @echo "#define CONFIG_SH7785LCR 1" >> include/config
On Mon, 2008-06-30 at 10:26 -0500, Scott Wood wrote:
> > > We should probably default to doing it the right way, not the
> > > broken-but-compatible way for large pages, though.
> >
> > It depends if you put backwards compatibility over reliability
> > though.
>
> In the long term, I value the
On 19:09 Wed 16 Jul , Yoshihiro Shimoda wrote:
> This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
> Graphic, Ethernet, USB, SD, RTC, and I2C controller.
>
> This patch supports the following functions:
> - 128MB DDR2-SDRAM (29-bit address mode only)
> - NOR Flash
> - USB host
> - Ethern
> +# modify it under the terms of the GNU General Public License as
> +# published by the Free Software Foundation; either version 2 of
> +# the License, or (at your option) any later version.
> +#
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; w
> +# published by the Free Software Foundation; either version 2 of
> +# the License, or (at your option) any later version.
> +#
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS
On 00:11 Thu 10 Jul , Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> >
> > This patch fixes bugs in usbdcore*.c related to the use of devices
> > with multiple configurations.
> >
> > The original code made mistakes about the meaning of configuration value and
> > conf
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 15:10 Fri 11 Jul , Hugo Villeneuve wrote:
>> ARM DaVinci: Standardize names of directories/files.
>>
>> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
>>
>> ---
>>
>> Makefile |2 +-
>> board/davi
On 18:59 Sat 26 Jul , Hunter, Jon wrote:
> Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx
> devices.
>
> Signed-off-by: Jon Hunter <[EMAIL PROTECTED]>
> ---
> drivers/usb/usbdcore_omap1510.c | 27 ---
> 1 files changed, 24 insertions(+), 3
On 15:10 Fri 11 Jul , Hugo Villeneuve wrote:
> ARM DaVinci: Move common functions to board/davinci/common.
>
> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
>
> ---
>
> board/davinci/common/Makefile | 53
> board/davinci/common/misc.c| 126 +
On 15:10 Fri 11 Jul , Hugo Villeneuve wrote:
> ARM DaVinci: Standardize names of directories/files.
>
> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
>
> ---
>
> Makefile |2 +-
> board/davinci/{dv-evm => dvevm}/Makefile |2 +-
Wolfgang Denk wrote:
> Dear Kyungmin Park,
>
> In message <[EMAIL PROTECTED]> you wrote:
>> Since page size field is changed from oobblock to writesize. But OneNAND is
>> not updated.
>> - fix bufferram management at erase operation
>> This patch includes the NAND/OneNAND state filed too.
>>
>> g
Dear Kyungmin Park,
In message <[EMAIL PROTECTED]> you wrote:
> Since page size field is changed from oobblock to writesize. But OneNAND is
> not updated.
> - fix bufferram management at erase operation
> This patch includes the NAND/OneNAND state filed too.
>
> generated against latest git tree
On 13:25 Fri 18 Jul , Andreas Engel wrote:
> They only differ in the init function.
> This also adds the missing watchdog support for the PL011.
>
> Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
> ---
> drivers/serial/Makefile |3 +-
> drivers/serial/serial_pl
Replace the "must quote special characters" note with a hint on
how to dereference /aliases pointers by omitting the leading "/".
This feature was introduced by Kumar Gala as a libfdt enhancement
in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
Example:
=> fdt print /aliases
aliases {
Fix a regression in the 1.3.4 version of drivers/mtd/cfi_flash.c.
Add a case to the new switch statement in flash_real_protect()
to make flash chips using the Intel extended command set work again.
Also correct a debug printf format-string/argument mismatch.
Signed-off-by: Andrew Klossner <[EMAIL
On Wednesday 20 August 2008, Nick Spence wrote:
> This patch fixes a missing vendor code in the flash_real_protect()
> function.
Applied to u-boot-cfi-flash. Thanks.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD:
This patch fixes a missing vendor code in the flash_real_protect() function.
Signed-off-by: Nick Spence <[EMAIL PROTECTED]>
---
drivers/mtd/cfi_flash.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index 58295fe..a9fb972
Only just seen this email ... is this okay ?
Signed-off-by: Mark Jackson <[EMAIL PROTECTED]>
Regards
Mark
Haavard Skinnemoen wrote:
> Haavard Skinnemoen <[EMAIL PROTECTED]> wrote:
>> I'll apply this patch and push it upstream during the next merge
>> window. No need to resend the whole thing -
Hi Wolfgang,
On Tuesday 19 August 2008, Wolfgang Denk wrote:
> > This patch changes the debug_printf() marco for U-Boot in hush.c and
> > moves the definition of DEBUG_SHELL to a place that is actually compiled
> > under U-Boot.
>
> ...
>
> > +/* define DEBUG for debugging output (obviously ;-)) *
Dear Stefan Roese,
In message <[EMAIL PROTECTED]> you wrote:
> This patch changes the debug_printf() marco for U-Boot in hush.c and
> moves the definition of DEBUG_SHELL to a place that is actually compiled
> under U-Boot.
...
> +/* define DEBUG for debugging output (obviously ;-)) */
> +#if 0
>
This patch changes the debug_printf() marco for U-Boot in hush.c and
moves the definition of DEBUG_SHELL to a place that is actually compiled
under U-Boot.
Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
---
common/hush.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --g
1 - 100 of 6146 matches
Mail list logo