On Monday 26 January 2009, carolyn.j.sm...@tektronix.com wrote:
> This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
> initialization code. The changes were discussed with Stefan Roese and Adam
> Graham and tested by Adam.
General comment: The line "The changes were discus
Hi Jerry,
On Tuesday 27 January 2009, Jerry Zhang wrote:
> I am porting u-boot to my board. I found it is difficult for me to write
> the flash driver ( flash.c) of SST39VF1601 by myself. Has anyone ever
> written this driver? Would you please give me a guide?
Sure this device has been supporte
Hi Wolfgang,
On Monday 26 January 2009, Wolfgang Denk wrote:
> > diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
> > index 2d99d4d..879f25e 100644
> > --- a/drivers/mtd/jedec_flash.c
> > +++ b/drivers/mtd/jedec_flash.c
> > @@ -172,7 +172,7 @@ struct amd_flash_info {
> > static
hello, all!
I am porting u-boot to my board. I found it is difficult for me to write
the flash driver ( flash.c) of SST39VF1601 by myself. Has anyone ever
written this driver? Would you please give me a guide?
Thanks in advance!
Jerry.Zhang
___
U-Boo
Hi there,
Having download the latest 2009 version, I made some changes to Makefile,
tools/Makefile. I encouter the following errors. Would someone please help. I
have had compiled successfully on 1.1.6 and 1.2 version of u-boot. But haven't
much luck on 1.3.4 or the latest.
Thanks in advance.
vi
Dear E Robertson,
In message <200901261453.10434.e.robertson@gmail.com> you wrote:
>
> It seems that sprintf() is modifying at least two bytes from the source and I
> have duplicate this with different varibles.
> For instance, I have a mac address defined as unsigned char [6]:
> Doing the fo
This fixes a bug that tmp environment memory not being released.
Signed-off-by: Derek Ou
---
common/env_nand.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/env_nand.c b/common/env_nand.c
index 8af9e74..e490775 100644
--- a/common/env_nand.c
+++ b/common/en
Hi,
It seems that sprintf() is modifying at least two bytes from the source and I
have duplicate this with different varibles.
For instance, I have a mac address defined as unsigned char [6]:
Doing the following sets the environment variable correctly, however bytes [0]
and [1], are modified at t
Add support for using a bmp other than
FSL_Logo_BMP for the DIU splash screen.
Can now set the env var "diu_bmp_addr" to
the address of a BMP in flash to use instead
of the default FSL_Logo_BMP.
Signed-off-by: Martha Marx
Signed-off-by: John Rigby
---
board/ads5121/ads5121_diu.c | 28 +++
IIM (IC Identification Module) is the fusebox for the mpc5121.
Use #define CONFIG_IIM to turn on the clock for this module
use #define CONFIG_CMD_FUSE to add fusebox commands.
Fusebox commands include the ability to read
the status, read the register cache, override the register cache,
program the
Dear Derek,
In message <0bee6c3501ae7b8e2c111bf32219e501.squir...@webmail.siconix.com> you
wrote:
> This is my first time to create a patch. Not sure if I have done it right.
Close, but no cigar ;-)
A comment like the line above must go below the "---" line.
> Signed-off-by: Derek Ou
> ---
^
From: Ralph Kondziella
Original patch from Ralph Kondziella
plus clean up by Wolfgang Denk
plus changes by John Rigby
use ips clock not lpc
port forward to current u-boot release
Signed-off-by: Ralph Kondziella
Signed-off-by: Wolfgang Denk
Signed-off-by: John Rigby
---
board/ads5121/
Reset config is not correct
Signed-off-by: John Rigby
---
board/ads5121/ads5121.c | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c
index 0610928..8e22719 100644
--- a/board/ads5121/ads5121.c
+++ b/board/ads512
Make inclusion of FSL logo optional and
turn it off by default.
Signed-off-by: John Rigby
---
board/ads5121/ads5121_diu.c |4
include/configs/ads5121.h |1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/ads5121/ads5121_diu.c b/board/ads5121/ads5121_diu.c
in
[PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional
This makes including FSL_logo optional since including it
puts the size of u-boot over the current limit of 2 sectors
[PATCH 2/5] ADS5121 DIU Add diu_bmp_addr env
This adds support for a setting an env variable to the
addr
Dear =?ISO-8859-1?Q?Gunnar_Rang=F8y?=,
In message you
wrote:
>
> >> + portmux_select_peripheral(PORTMUX_PORT(0),
> >> + 0x0003C000 |
> >> + 0x1E00, PORTMUX_FUNC_C=
> , 0);
> >> + portmux_select_pe
Dear Pieter,
In message <497dccfa.3070...@vastech.co.za> you wrote:
> I am unable to find the mkimage tool that takes the -f vmlinux.bin.gz
> argument. I am using ELDK4.2 compiling U-Boot 2008.10 using ARCH=powerpc
> for a MPC8548 board.
What about tools/mkimage ?
> is the uImage.FIT currently s
Dear ?ISO-8859-1?Q?Gunnar_Rangøy?,
In message you
wrote:
...
> >> +#undef CONFIG_CMD_AUTOSCRIPT
> >
> > Is there a specific reason for not allowing to use shell scripts?
...
> No, not really. We did this because this was done in other AVR32 boards
> we used as references.
Then pleasse don't - l
Dear Stefan Roese,
In message <200901261415.48417...@denx.de> you wrote:
> On Monday 26 January 2009, Shinya Kuribayashi wrote:
> > No objection from me, will apply.
> >
> > Stefan, I'm going to fold all patches into sinble commit, ok?
>
> That's ok with me. Not sure if Wolfgang has an objection
Dear Stefan Roese,
In message <1232960742-9121-1-git-send-email...@denx.de> you wrote:
> Signed-off-by: Stefan Roese
> ---
> drivers/mtd/jedec_flash.c | 12 ++--
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
>
On Mon, Jan 26, 2009 at 10:05:20AM +0100, Stefan Roese wrote:
> This patch removes the now obsolete and additionally wrongly defined
> board_nand_init() prototype from nand_spl/nand_boot.c.
>
> Signed-off-by: Stefan Roese
Applied to u-boot-nand-flash
-Scott
_
On Jan 26, 2009, at 11:50 AM, de...@siconix.com wrote:
Looks ok, but
> This is my first time to create a patch. Not sure if I have done it
> right.
we normally put a description of the fix, issue, etc in this section.
(as its the commit message).
>
>
> Signed-off-by: Derek Ou
> ---
> co
Wolfgang,
2009/1/24 Wolfgang Denk :
> Dear Jean-Christophe,
>
> in message <1219998982-21289-1-git-send-email-lilja.mag...@gmail.com> Magnus
> Lilja you wrote:
>>
>> This series of patches adds support for the NAND flash controller in the
>> i.MX31 device and also introduces the Freescale i.MX31
Hi, Wolfgang,
The following patch was tested some time ago. I am in the middle of
another task and can not
verify this patch with the latest code. Should I just reformat my patch
and submit it or should I
wait till I can test it with the latest code?
Also, I found that jffs2 scanning routine d
This is my first time to create a patch. Not sure if I have done it right.
Signed-off-by: Derek Ou
---
common/env_nand.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/common/env_nand.c b/common/env_nand.c
index 8af9e74..01430cb 100644
--- a/common/env_nand.c
+++ b/
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
initialization code. The changes were discussed with Stefan Roese and Adam
Graham and tested by Adam.
Signed-off-by: Carolyn Smith
---
diff -w -uprN old/cpu/ppc4xx/44x_spd_ddr2.c new/cpu/ppc4xx/44x_spd_ddr2.c
--- old/cp
On Sat, Jan 24, 2009 at 12:27:04AM +0100, Wolfgang Denk wrote:
> Dear John Rigby,
>
> In message <1225850561-751-1-git-send-email-jri...@freescale.com> you wrote:
> > v3: Fixed problem with CFG vs CONFIG_SYS in board/ads5121/ads5121.c
> >
> > v2: Reworked MPC5121 NAND driver.
> > Attempted to add
On Fri, Jan 23, 2009 at 5:00 PM, Wolfgang Denk wrote:
> Dear Gunnar Rangoy,
>
> In message
>
> you wrote:
>> This patch adds support for the AT32UC3A0xxx chips.
> ...
>> +++ b/cpu/at32uc/at32uc3a0xxx/portmux.c
>> @@ -0,0 +1,154 @@
> ...
>> + portmux_select_peripheral(PORTMUX_PORT(0),
>> +
I am unable to find the mkimage tool that takes the -f vmlinux.bin.gz
argument. I am using ELDK4.2 compiling U-Boot 2008.10 using ARCH=powerpc
for a MPC8548 board.
is the uImage.FIT currently supported, if so, where can i find the tools
mentions in /u-boot/doc/uImage.FIT/howto.txt
thanks pieter
On Fri, Jan 23, 2009 at 4:37 PM, Wolfgang Denk wrote:
> Dear Gunnar Rangoy,
>
> In message
> <7d98d3ebed68dfca910943a360d0b8aaa28d9c17.1232710611.git.gun...@rangoy.com>
> you wrote:
>> This patch adds support for the ATEVK1100 evaluation kit, which contains
>> an AT32UC3A0512ES chip.
> ...
>
> .
Dear All,
thanks for the help.
I used the last svn copy and it works fine:
URL: svn://svn.savannah.nongnu.org/qemu/trunk
Repository Root: svn://svn.savannah.nongnu.org/qemu
Repository UUID: c046a42c-6fe2-441c-8c8c-71466251a162
Revision: 6436
Anyway I created a trivial patch in order to permit to
On Fri, Jan 23, 2009 at 4:38 PM, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> On 12:56 Fri 23 Jan , Gunnar Rangoy wrote:
>> From: Olav Morken
>>
>> For 100mbps operation, the ethernet controller requires a 25 MHz clock
>> in MII mode, and a 50 MHz clock in RMII mode. If the clock is slower,
>> d
The ending LBA is inclusive. Hence, the partition size should be
((ending-LBA + 1) - starting-LBA) to get the proper partition size.
This is confirmed against the results from the parted tool.
(e.g. use parted /dev/sda -s unit S print) and observe the size.
Signed-off-by: Richard Retanubun
---
H
On Monday 26 January 2009, Shinya Kuribayashi wrote:
> No objection from me, will apply.
>
> Stefan, I'm going to fold all patches into sinble commit, ok?
That's ok with me. Not sure if Wolfgang has an objection though, since he
might have problems tracking the status of the patches.
Wolfgang, a
On 10:13 Mon 26 Jan , Luigi 'Comio' Mantellini wrote:
> Hi ML,
>
> I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working
> on the high level booting sequence (linux init scripts), and qemu+uboot
> should
> be a good choice to emulate a basic system (flash + dram + 4k
Stefan Roese wrote:
> Signed-off-by: Stefan Roese
> ---
> v3:
> - Added USB EHCI support
> - Added performance enhanced OneNAND read support
>
> v2:
> - Fixed issues in u-boot.lds mentioned by Andrew Dyer
>
> board/micronas/vct/Makefile| 57
> board/micronas/vct/bcu.h
Stefan Roese wrote:
> This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
> Those functions are needed for the upcoming dcache support for the USB
> EHCI driver. I chose this API because those cache handling functions are
> already present in the PPC architecture.
>
> Signed
The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Jens Gehrlein (2):
CFI: avoid redu
Hi Jens,
On Monday 26 January 2009, Jens Gehrlein wrote:
> >> The following patches should increase the performance of the CFI driver,
> >> particularly with regard to single word programming mode.
> >>
> >> I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no
> >> write buffer.
Hi Stefan,
Stefan Roese schrieb:
> On Tuesday 16 December 2008, Jens Gehrlein wrote:
>> The following patches should increase the performance of the CFI driver,
>> particularly with regard to single word programming mode.
>>
>> I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has n
On Wednesday 14 January 2009, Richard Retanubun wrote:
> Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash
> chip.
>
> Modeled after flash_fixup_amd, this patch handles the geometry reversal
> or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
> Since I
On Tuesday 16 December 2008, Jens Gehrlein wrote:
> The following patches should increase the performance of the CFI driver,
> particularly with regard to single word programming mode.
>
> I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no
> write buffer. At least no write buff
The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Dirk Eibach (2):
ppc4xx: Improve DDR
Signed-off-by: Stefan Roese
---
board/gdsys/gdppc440etx/gdppc440etx.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/gdsys/gdppc440etx/gdppc440etx.c
b/board/gdsys/gdppc440etx/gdppc440etx.c
index e1890ff..a661057 100644
--- a/board/gdsys/gdppc440etx/gdppc440etx.c
On Friday 02 January 2009, Matthias Fuchs wrote:
> Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
> Either they define or undef it. Because it's not used in any source
> files this patch removes any references to it.
>
> Signed-off-by: Matthias Fuchs
Applied to u-boot/m
On Sat, Jan 24, 2009 at 11:18 AM, Wolfgang Denk wrote:
> Dear Graeme Russ,
>
> In message <1228606151-10839-11-git-send-email-graeme.r...@gmail.com> you
> wrote:
>> Options are now all uniformly CONFIG_SYS_SC520_
>>
>> Signed-off-by: Graeme Russ
>> ---
[snip]
>
> Please check the current code
Hi,
Luigi 'Comio' Mantellini wrote:
> Hi ML,
>
> I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working
> on the high level booting sequence (linux init scripts), and qemu+uboot
> should
> be a good choice to emulate a basic system (flash + dram + 4kec cpu).
>
> Further
Hi,
i have a little bit of trouble with U-Boot and ATMEL AT91SAM9263.
I made a new board with AT91SAM9263 and DM9161. Starting U-Boot and
Linux is ok. TFTP on U-Boot is working well. The only problem I have, is
that the system starts in half duplex mode. How can I change this behavior?
best re
On Tuesday 09 December 2008, Dirk Eibach wrote:
> Board support for the Guntermann & Drunck PowerPC 440 ETX module.
> Based on the AMCC Yosemite board support by Stefan Roese.
>
> Signed-off-by: Dirk Eibach
Applied to u-boot/master. Thanks
Best regards,
Stefan
==
On Tuesday 09 December 2008, Dirk Eibach wrote:
> Added support for a second memory bank to DDR autodetection for 440
> platforms.
> Made hardcoded values configurable.
>
> Signed-off-by: Dirk Eibach
Applied to u-boot/master. Thanks
Best regards,
Stefan
=
Hi ML,
I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working
on the high level booting sequence (linux init scripts), and qemu+uboot should
be a good choice to emulate a basic system (flash + dram + 4kec cpu).
Furthermore, also following the doc/README.qemu_mips, I'm not
Signed-off-by: Stefan Roese
---
drivers/mtd/jedec_flash.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
index 2d99d4d..879f25e 100644
--- a/drivers/mtd/jedec_flash.c
+++ b/drivers/mtd/jedec_flash.c
@@ -172
This patch removes the now obsolete and additionally wrongly defined
board_nand_init() prototype from nand_spl/nand_boot.c.
Signed-off-by: Stefan Roese
---
nand_spl/nand_boot.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c
i
Hi Ben,
Could you check and pull ll temac driver to your net repo.
I prepared net branch in my microblaze repo. (It is based on my master branch
which Wolfgang merged but it hasn't in his branch yet).
Thanks,
Michal
The following changes since commit e7f325be9edeb84bb457301776bbac1f7257dafc:
54 matches
Mail list logo