Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 10:29 Sun 07 Dec , Graeme Russ wrote:
>> Forgotten in commit d1f2d102a266804a50ff0cd9794459791f057c94
>>
>> Signed-off-by: Graeme Russ <[EMAIL PROTECTED]>
>> ---
>> include/configs/eNET.h |2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-
Hello Wolfgang,
> In message <[EMAIL PROTECTED]> you wrote:
>>
>> Compiling a board with a name xxx-yyy produce an error
>> with eldk 4.2 (ARM) and u-boot-2008.10.
> It would be really helpful if you had copied the exact error
> messages...
>> Everbody can check it for instance with bf533-ezkit
On 19:04 Mon 08 Dec , Graeme Russ wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 10:29 Sun 07 Dec , Graeme Russ wrote:
> >> Forgotten in commit d1f2d102a266804a50ff0cd9794459791f057c94
> >>
> >> Signed-off-by: Graeme Russ <[EMAIL PROTECTED]>
> >> ---
> >> include/configs/eNET.h |
Signed-off-by: Graeme Russ <[EMAIL PROTECTED]>
---
lib_m68k/interrupts.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib_m68k/interrupts.c b/lib_m68k/interrupts.c
index 2dc079b..133494f 100644
--- a/lib_m68k/interrupts.c
+++ b/lib_m68k/interrupts.c
@@ -61,7 +61,7 @@
Hello Stefan,
> I found a bug when working with the u-boot USB subsystem on IXP425 processor
> (big endian Xscale aka ARMv5).
> I recognized that the second usb_endpoint_descriptor of the attached memory
> stick was corrupted.
Nice catch!
> --
> /* Endpoint descriptor */
> struct usb
Thanks for the Lead . This is eventually for the company but currently I
am getting into embedded Linux , So not a problem to change over to another
board like 9260 as you suggested .I will be carrying out the development on
a Linux machine .
I have been using Skyeye for a while and actually port
Hi
>
>
> With this change memory stick is identied correctly. I can do "fatls",
> but I cannot read data correctly from the disk. But might be something
> completely different issue
The reason for this was corrupted PCI setup, which prevented the USB
controller to bus-master to some memory
Dear Willi,
In message <[EMAIL PROTECTED]> you wrote:
>
> > I can check it, but I don't see a problem.
>
> this is what I can see:
>
> [EMAIL PROTECTED]:~/Src/X40/u-boot-2008.10$ make distclean
> [EMAIL PROTECTED]:~/Src/X40/u-boot-2008.10$ make bf533-ezkit_config
> Configuring for bf533-ezkit b
Hello Stefan,
Stefan Althoefer wrote:
> Dear All,
>
>> Dear Anatolij & Stefan,
>>
>> In message <[EMAIL PROTECTED]> you wrote:
Use CONFIG_VIDEO_SM501NEW to enable the driver.
>>> not sure if CONFIG_VIDEO_SM501NEW is a good chose here. Maybe
>>> we should use s.th. like CONFIG_VIDEO_SM50x. Th
Hi,
I have to write some standalone applications to be run from U-boot. My
questions are:
1) Can we include only those header files which are a part of the U-boot
code? What needs to be done to use files from the /usr/include/ folder?
2) Does the code for the standalone application be always prese
Dear "Diptopal Basu",
In message <[EMAIL PROTECTED]> you wrote:
>
> I am using the Skyeye Simulator . I a simulating Atmel at91rm9200dk board ,
> and I am using the ELDK from Denx . The Linux kernel version is 2.6.22.19 .
> I need to understand the application compilation process as a part of Linu
hi,
I am working on LXT971 Ethernet driver for AT91SAM9260 based board in
u-boot. In this LXT971 is operating in mii mode. So for LXT971 to work in
mii mode is it required to call miiphy_register() function to register
miiphy_read() and miiphy_write functions?
With Regards
Tomy
--
View thi
Hello,
I would like to compile uboot for a gumstix verdex (but on qemu) ...
I just finished building a cross compiler with ulibc:
- armv5te-softfloat-linux-gnueabi-gcc
Now I need to know which Makefile target I should use to config for a
verdex board? I don't see any obvious target names unfor
After successfully compiling U-boot source (2008.10) using the PowerPC
tool chain, I successfully built a U-boot-nand.bin image for the
Freescale MPC8313RDB evaluation platform using "make
MPC8313ERDB_NAND_33_config".
After flashing the image using the Freescale JTAG, and setting the
appropriat
This fixes conflict existing with IXP425_PCI_SIMPLE_MAPPING.
BAR0 and BAR4 were both defined 0, which prevented external
bus masters from accessing first 16MByte of main memory.
This is an incrmental patch to patch posted 20081206.
Signed-off-by: Stefan Althoefer <[EMAIL PROTECTED]>
---
cpu/ixp/
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 <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile
Added support for a second memory bank to DDR autodetection for 440
platforms.
Made hardcoded values configurable.
Signed-off-by: Dirk Eibach <[EMAIL PROTECTED]>
---
cpu/ppc4xx/sdram.c | 55 +++
1 files changed, 50 insertions(+), 5 deletions(-)
d
---
drivers/mtd/jedec_flash.c | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
index 226e1e4..2d99d4d 100644
--- a/drivers/mtd/jedec_flash.c
+++ b/drivers/mtd/jedec_flash.c
@@ -215,6 +215,20 @@ static const
Hi Graeme,
> What is the easiest (or best) way of achieving this. The only way I can
> think of is to:
> - Roll back my history to the commit before d1f2d102a
> - Use patch to apply d1f2d102a
> - Add this change
> - Commit the resulting changes
> - Use git-am to apply the remaining patches
>
Kim,
I'd like to change my DDR setup code since it looks like my computed
values are not perfectly stable on our 8343 based board.
This implies using a fake SPD and the related code to set up the controller.
Is the "new" common FSL DDR setup code (cpu/mpc8xxx/ddr/*) stable for
83xx or shall I st
The following patch adds an SPI driver for the PPC440EPx processor.
Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
---
I've tested this with a Sequoia board.
cpu/ppc4xx/Makefile |1 +
cpu/ppc4xx/spi.c| 128 +++
include/4xx_spi.h |
This patch adds SPI helper routines for the Sequoia board.
Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
---
board/amcc/sequoia/sequoia.c | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/board/amcc/sequoia/sequoia.c b/board/amcc/sequoia/sequoia.c
i
Hi Steven,
Steven A. Falco wrote:
> The following patch adds an SPI driver for the PPC440EPx processor.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
> I've tested this with a Sequoia board.
>
Without even looking at this, I'll comment that it needs a title.
regards,
Ben
___
This patch adds a SPI driver for the PPC440EPx processor.
Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
---
Sorry - forgot the subject line, the first time.
cpu/ppc4xx/Makefile |1 +
cpu/ppc4xx/spi.c| 128 +++
include/4xx_spi.h |
Hi Steven,
Steven A. Falco wrote:
> This patch adds a SPI driver for the PPC440EPx processor.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
> Sorry - forgot the subject line, the first time.
>
> cpu/ppc4xx/Makefile |1 +
> cpu/ppc4xx/spi.c| 128
> +
Hi Steve,
On Monday 08 December 2008, Steven A. Falco wrote:
> This patch adds a SPI driver for the PPC440EPx processor.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
> Sorry - forgot the subject line, the first time.
Please start the subject with "ppc4xx: " for 4xx related patches
On Mon, 2008-12-08 at 18:02 +0100, Andre Schwarz wrote:
> Kim,
>
> I'd like to change my DDR setup code since it looks like my computed
> values are not perfectly stable on our 8343 based board.
>
> This implies using a fake SPD and the related code to set up the controller.
>
> Is the "new" com
On Mon, 08 Dec 2008 18:02:02 +0100
Andre Schwarz <[EMAIL PROTECTED]> wrote:
> I'd like to change my DDR setup code since it looks like my computed
> values are not perfectly stable on our 8343 based board.
>
> This implies using a fake SPD and the related code to set up the controller.
>
> Is th
Dear "Piyush Shah",
In message <[EMAIL PROTECTED]> you wrote:
>
> I have to write some standalone applications to be run from U-boot. My
> questions are:
> 1) Can we include only those header files which are a part of the U-boot
> code? What needs to be done to use files from the /usr/include/ fol
Stefan Althoefer wrote:
> From fdeee62f0902b25be1a2a6bf52fb714b0f4f9e59 Mon Sep 17 00:00:00 2001
> From: Stefan Althoefer <[EMAIL PROTECTED]>
> Date: Sun, 7 Dec 2008 14:17:08 +0100
> Subject: [PATCH] common: nvedit to protect additional ethernet addresses
>
> This adds "eth[0-9]+addr" to the prote
Dear Dirk Eibach,
In message <[EMAIL PROTECTED]> you 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 <[EMAIL PROTECTED]>
...
> --- /dev/null
> +++ b/board/gdsys/gdppc440etx/config
Dear Steven,
In message <[EMAIL PROTECTED]> you wrote:
> This patch adds a SPI driver for the PPC440EPx processor.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
> Sorry - forgot the subject line, the first time.
>
> cpu/ppc4xx/Makefile |1 +
> cpu/ppc4xx/spi.c| 128
> ++
Dear "Steven A. Falco",
In message <[EMAIL PROTECTED]> you wrote:
> This patch adds SPI helper routines for the Sequoia board.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
> board/amcc/sequoia/sequoia.c | 20
> 1 files changed, 20 insertions(+), 0 deletions
Hi all,
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
> ---
> This patch has to be applied on top of the patch submitted by Kyungmin Park
> on 2008-11-04:
> [PATCH] [OneNAND] Sync with 2.6.27
I have to admit that I completely lost track of all the One
Dear Ben,
In message <[EMAIL PROTECTED]> Gary Jennejohn wrote:
> This change is needed for mgcoge because it uses two ethernet drivers.
>
> Add a check for the presence of the PIGGY board on mgcoge. Without this
> board networking cannot work and the initialization must be aborted.
>
> Only all
This patch adds an SPI driver for the 440EPx processor.
Tested on Sequoia.
Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
---
Regarding Ben's comments:
First, thanks for reviewing. You gave me two different approaches to consider,
1) using in/out functions, and 2) using a structure. So, f
Dear Ben,
In message <[EMAIL PROTECTED]> I wrote:
>
> Any comments on this?
Please ignore. I missed the v3 patch.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone:
This patch adds helper routines needed in support of the 440EPx SPI driver.
Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
---
Regarding Wolfgang's comments:
The style I saw in the existing code is to have these three functions in
a board-specific file. That way, the routines can exclude an
Hi Everybody,
for reason, I am having the following problem with u-boot 1.3.4 and 1.3.3 (no
other tested; very old versions are fine).
Using the u-boot with TQM823L_config after reloading u-boot with bdi2000,
using the following commands (see below and they worked before too)
- erase all flash;
Dear Thomas Maenner,
In message <[EMAIL PROTECTED]> you wrote:
>
> for reason, I am having the following problem with u-boot 1.3.4 and 1.3.3 (no
> other tested; very old versions are fine).
Current versions are fine, too.
> Any idea on what's going on here - I'm confused... ;)
There was a bug
Dear Heiko Schocher,
In message <[EMAIL PROTECTED]> you wrote:
> rename devices_init () in common/jffs2.c to
> jffs2_devices_init (), because there is also a
> devices_init () in common/devices.c.
>
> Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]>
> ---
> common/cmd_jffs2.c | 14 +++
Currently the fat code is messy related to Coding rules.
Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]>
---
fs/fat/fat.c | 1004 -
fs/fat/file.c | 65 ++--
include/fat.h |7 +-
3 files changed, 518 insertions(+), 558 deletions(-)
dif
Hi,
---+ Problem
in git u-boot(-arm) early access to environment (e.g. during
serial_init) is broken (for CONFIG_ENV_IS_IN_EEPROM).
---+ Reason
start_armboot()
__asm__ __volatile__("": : :"memory");
memset ((void*)gd, 0, sizeof (gd_t));
gd->bd = (bd_t*)((char*)
Dear Frans Meulenbroeks,
sorry for the late reply.
In message <[EMAIL PROTECTED]> you wrote:
>
> I am looking for a mechanism to reboot into an alternative kernel in case of
> problems. While reading the doc I stumbled upon the bootlimit feature, with
> which I probably can do what I need to.
Dear Wolfgang Denk,
Thanks much for the quick reply and fix - that did the trick.
Tom
--
Thomas Maenner
E-Mail: mailto:[EMAIL PROTECTED]
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Peter Tyser,
In message <[EMAIL PROTECTED]> you wrote:
> Some Make script commands rely on bash-specific features so
> default to bash for the SHELL variable with a fallback to the
> standard sh shell
>
> Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
> ---
> Commands such as these from the
Hi Wolfgang,
Wolfgang Denk wrote:
> Dear Ben,
>
> In message <[EMAIL PROTECTED]> Gary Jennejohn wrote:
>
>> This change is needed for mgcoge because it uses two ethernet drivers.
>>
>> Add a check for the presence of the PIGGY board on mgcoge. Without this
>> board networking cannot work and t
Dear Peter Tyser,
In message <[EMAIL PROTECTED]> you wrote:
> Make should be using the bash shell by default which makes
> CONFIG_SHELL unnecessary
>
> Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
> ---
> I noticed this after submitting "Use bash for default GNU
> Make shell application", let m
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <[EMAIL PROTECTED]> you wrote:
> On 16:11 Tue 11 Nov , Dirk Behme wrote:
> > Jean-Christophe PLAGNIOL-VILLARD wrote:
> >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
> >>
> >> diff --git a/common/cmd_bdinfo.c b/common/cm
Dear Haavard Skinnemoen,
In message <[EMAIL PROTECTED]> you wrote:
> Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote:
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
>
> Acked-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
>
> I'm a bit out of sync at the moment. W
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
>
> diff --git a/lib_avr32/bootm.c b/lib_avr32/bootm.c
> index 556e3ea..03ab8d1 100644
> --- a/lib_avr32/bootm.c
> +++ b/lib_avr32/bootm.c
Applie
Dear =?utf-8?q?Remy=20B=C3=B6hmer?=,
In message <[EMAIL PROTECTED]> you wrote:
> Currently the fat code is messy related to Coding rules.
...but your new code has new issues, too.
> - if (cur_dev->block_read) {
> - return cur_dev->block_read (cur_dev->dev
> -
On Tue, Dec 9, 2008 at 5:44 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> In message <[EMAIL PROTECTED]> you wrote:
>> Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
>> ---
>> This patch has to be applied on top of the patch submitted by Kyungmin Park
>> on 2008-11-04:
>> [PATCH] [One
Dear Niklaus Giger,
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> common/cmd_elf.c | 81
> --
> 1 files changed, 30 insertions(+), 51 deletions(-)
Argh...
This commit breaks building of
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
include/vxworks.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vxworks.h b/include/vxworks.h
index 548e8e8..1633904 100644
--- a/include/vxworks.h
+++ b/include/vxworks.h
@@ -47,7 +47,7 @@ int do_bootvx(cmd_t
Add logic to the MAKEALL script to determine the number of CPU cores
on the system, and run a parallel build if there is more than one.
Usually this significantrly accelerates builds.
Allow to manually adjust the number of parallel make jobs by using
the "BUILD_NCPUS" environment variable.
Signed
Dear Trent Piepho,
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Trent Piepho <[EMAIL PROTECTED]>
> ---
> drivers/i2c/fsl_i2c.c |7 +++
> 1 files changed, 3 insertions(+), 4 deletions(-)
Ummm... cpu/mpc8260/i2c.c, cpu/ppc4xx/i2c.c, and
drivers/i2c/soft_i2c.c had the very sam
Dear Ben Warren,
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang,
>
> The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-at91
>
> are available in the git repository at:
>
> git:/
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <[EMAIL PROTECTED]> you wrote:
> Hi Wolfgang,
> Please pull The following changes since commit
> 90665e3d97948000f98846ded37c921c7ae67dd7:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-at91
>
> are available i
Hi,
Could someone explain me why
'ppc_4xx_eth_rx()' call 'NetReceive(...length-4)'
Is it FCS, padding, VLAN tag?
Thanks
Salvatore
--- Mar 9/12/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> ha scritto:
> Da: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Oggetto: U-Boot Digest, Vol 7, Issue 67
> A: u-b
Hi,
Could someone explain me why
'ppc_4xx_eth_rx()' call 'NetReceive(...length-4)'
Is it FCS, padding, VLAN tag?
Thanks
Salvatore
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Renesas SH2/SH2A timer broken.
This patch fix timer function.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
lib_sh/time_sh2.c | 16 +++-
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/lib_sh/time_sh2.c b/lib_sh/time_sh2.c
index fcbb921..4f893c8 100644
---
After code is relocated, cpu jumped from flash to RAM, I have two
questions I can't understand. Any help will be appreciated greatly.
1. Because TEXT_BASE=0xfff8 which points to flash space, after
code is copied from flash to RAM and start to run from RAM, how can
u-boot make sure code
is plac
Hi all,
Iam unable to haandle ,The interrupts in standalone
applications for GCC compiler. I want to know if there anything possible
to do like this and how ,
thanks in advance .
Regards,
kishore.
___
U-Boot mailing list
U-Boot@lists.denx
Hello,
On Mon, Dec 8, 2008 at 5:49 PM, Salvatore Lionetti <
[EMAIL PROTECTED]> wrote:
> Hi,
>
> Could someone explain me why
> 'ppc_4xx_eth_rx()' call 'NetReceive(...length-4)'
> Is it FCS, padding, VLAN tag?
>
> Thanks
> Salvatore
>
FCS
regards,
Ben
___
On Monday 08 December 2008, Steven A. Falco wrote:
> This patch adds an SPI driver for the 440EPx processor.
>
> Tested on Sequoia.
>
> Signed-off-by: Steven A. Falco <[EMAIL PROTECTED]>
> ---
>
> Regarding Ben's comments:
>
> First, thanks for reviewing. You gave me two different approaches to
>
On Monday 08 December 2008, Steven A. Falco wrote:
> This patch adds an SPI driver for the 440EPx processor.
I just missed something in my last review comment. So here another comment:
> drivers/spi/Makefile |1 +
> drivers/spi/ppc4xx_spi.c | 119
> ++
On Monday 08 December 2008, Steven A. Falco wrote:
> This patch adds helper routines needed in support of the 440EPx SPI driver.
Please find a comment below.
> diff --git a/board/amcc/sequoia/sequoia.c b/board/amcc/sequoia/sequoia.c
> index d6668e2..cd08a77 100644
> --- a/board/amcc/sequoia/seq
On Monday 08 December 2008 18:41:25 Wolfgang Denk wrote:
> Add logic to the MAKEALL script to determine the number of CPU cores
> on the system, and run a parallel build if there is more than one.
> Usually this significantrly accelerates builds.
>
> Allow to manually adjust the number of parallel
Dear "kishore choudhari",
In message <[EMAIL PROTECTED]> you wrote:
>
> Iam unable to haandle ,The interrupts in standalone
> applications for GCC compiler. I want to know if there anything possible
> to do like this and how ,
See the existin example code. There is nothing special
On Tuesday 09 December 2008, Kyungmin Park wrote:
> > In short: we need a OneNAND custodian, and we need him badly.
> >
> > Is any of you volunteering, or knows of a potential candidate?
>
> Stefan,
>
> Even though It's some difficult to access the external server, I can
> access http protocol. So
Dear Stefan Roese,
In message <[EMAIL PROTECTED]> you wrote:
>
> > Regarding Ben's comments:
> >
> > First, thanks for reviewing. You gave me two different approaches to
> > consider, 1) using in/out functions, and 2) using a structure. So, for
> > this version, I've followed the style of the ex
Wolfgang Denk wrote:
> Dear Stefan Roese,
>
> In message <[EMAIL PROTECTED]> you wrote:
>
>>> Regarding Ben's comments:
>>>
>>> First, thanks for reviewing. You gave me two different approaches to
>>> consider, 1) using in/out functions, and 2) using a structure. So, for
>>> this version, I've
On Tuesday 09 December 2008, Wolfgang Denk wrote:
> > > First, thanks for reviewing. You gave me two different approaches to
> > > consider, 1) using in/out functions, and 2) using a structure. So, for
> > > this version, I've followed the style of the example you gave, using
> > > the structure
74 matches
Mail list logo