Hi Feng,
On Thursday 18 February 2010 23:25:13 f...@amcc.com wrote:
> From: Feng Kan
>
> This is to lock down the ordering in the correction routine against
> the calculate routine. Otherwise, incorrect define would cause ECC errors.
It was my impression that we (finally) had done this ordering
Hey
I had tried to program the UPM on my MPC8377 cpu.
When I run the upmconfig function in the /cpu/mpc83xx/cpu.c
And when I try to do the dummy write then the target is resetting.
*dummy = 0; /* Write the value to memory and increment MAD */
Why this happens, anyone had an idea?
/Lasse
Mike Norrix wrote:
> This is way too much email, please unsubsubscribe me Thanks
Visit http://lists.denx.de/mailman/listinfo/u-boot and unsubsubscribe yourself.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This is way too much email, please unsubsubscribe me Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Bill Toner wrote:
> There's a small group forming to work on updating the MAI/AmigaOneG3SE board
> build for u-boot.
>
> http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30736&forum=15&start=0&viewmode=flat&order=0
>
> I'm so far unable to get a complete make run through. S
and avoid e.g., two identical boards from causing random networking
conflicts when hooked up to the same network.
Signed-off-by: Kim Phillips
---
include/configs/MPC8313ERDB.h |7 ---
include/configs/MPC8315ERDB.h |2 --
include/configs/MPC8323ERDB.h |6 --
include/configs/MP
On Mon, 15 Feb 2010 18:18:34 +0100
Detlev Zundel wrote:
> Michael Zaidman writes:
>
> > The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset
> > the mpc83xx cpu when issued via netconsole.
> >
> > Moving the console output "resetting the board." to the beginning of
> > the routine
Dear Wolfgang:
The problem goes back a bit. The ordering you see in the ndfc file has been
changed a
few times, back and forth and cause quite a bit of problem. The define we speak
of is
in the driver/mtd/nand/nand_ecc.c file. The nand_correct_data function uses two
ways
of check ECC correctnes
Hello all,
Newbie to u-boot here! I have read basic user and command manuals and
could not find a solution:
I have an c++ application that needs to display various versions of
system components; u-boot, kernel, O/S flavor, hardware and software
versions. I'm struggling with getting the u-
Dear "Canchivaram, Srivatsan",
In message you
wrote:
>
> Thanks for the response. I was able to use the 'eeprom' command to read
> from the I2C device and copy to memory.
> With the itest.b command, the comparison always resulted in false even
> when the condition itself was true i.e.
>
> mw.
Dear f...@amcc.com,
In message <1266531913-20756-1-git-send-email-f...@amcc.com> you wrote:
> From: Feng Kan
>
> This is to lock down the ordering in the correction routine against
> the calculate routine. Otherwise, incorrect define would cause ECC errors.
>
> Signed-off-by: Feng Kan
> Acked-
Hi Detlev,
Thanks for the response. I was able to use the 'eeprom' command to read
from the I2C device and copy to memory.
With the itest.b command, the comparison always resulted in false even
when the condition itself was true i.e.
mw.b 0x20 1
if itest.b *0x20 -eq 1
This would result a
From: Feng Kan
This is to lock down the ordering in the correction routine against
the calculate routine. Otherwise, incorrect define would cause ECC errors.
Signed-off-by: Feng Kan
Acked-by: Victor Gallardo
---
drivers/mtd/nand/ndfc.c |6 ++
1 files changed, 6 insertions(+), 0 deleti
Carlo McKee wrote:
> Hello,
>
> I would like to know if someone knows if it is possible to run u-boot out of
> SPI NOR flash on the iMX51. If so, how to do it? I am pretty much a
> beginner.
Yes, it works. The patchset I sent to the ML for the mx51evk supports
u-boot loaded on SPI NOR or SD card
Hi, we are Enrico & Luca.
We have tried to port u-boot to a Portux920T MiniPC.
It seems we are successful, in fact u-boot brings up the device with no
error and can boot a linux kernel.
Ethernet driver works, dhcp works and major problems are present.
The only thing we can't get right is flash pr
Hello,
I would like to know if someone knows if it is possible to run u-boot out of
SPI NOR flash on the iMX51. If so, how to do it? I am pretty much a
beginner.
Thanks for the help
carlo
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.
There's a small group forming to work on updating the MAI/AmigaOneG3SE board
build for u-boot.
http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30736&forum=15&start=0&viewmode=flat&order=0
I'm so far unable to get a complete make run through. Strangely, I'm getting
an err
Hi,
> I want to know if the cdc branch of the uboot-usb is a working one
It is a working one, I use it myself already a long time, but it needs
some rework to make it mainline ready/clean, I have not put much time
in it lately...
> or still in development. there were some compilation error when
Add support for the ARM part of the mgcoge2, named suen3.
This board is based on the Marvell Kirkwood (88F6281) SoC.
As there come more board variants, common config options
are collected in include/configs/km_arm.h. Also, this board
use common code for all keymile boards, which is stored in
board/
Hi again,
> Ah, this is interesting. I was about to tell you to use the "standard"
> i2c commands to transfer data from the chip into memory and then use the
> hush shell and the standard "itest *addr = 1" facility. Unfortunately,
> the "i2c" subsystem does not implement such functionality. So
Hi Srivatsan,
> The modem I am working on contains two software images in flash memory:
>
> 1.Default image
> 2.Backup image
>
>
>
> Typically, the Default image will get loaded. If the application
> software determines that the Default image is causing issues, it will
> set a value of 1
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursday, February 18, 2010 6:12 PM
> To: h...@denx.de
> Cc: Prafulla Wadaskar; U-Boot user list; Scott Wood; Stefan Roese
> Subject: Re: [PATCH 1/1 v5] arm: add support for the suen3
> board from keymile
>
> Dea
Dear Heiko Schocher,
In message <4b7d06dc.8020...@denx.de> you wrote:
...
> >> create mode 100644 include/configs/km_arm.h
> >> create mode 100644 include/configs/suen3.h
> >
> > It would be good if you can merge these two files since single board board
> > support
> > For additional board tha
Hi Achim,
> Signed-off-by: Achim Ehrlich
> ---
> Makefile |9 ++
> board/taskit/stamp9G20/Makefile| 56 ++
> board/taskit/stamp9G20/config.mk |1 +
> board/taskit/stamp9G20/led.c | 35 ++
> board/taskit/stamp9G20/partition.c | 40 ++
Dear Achim Ehrlich,
In message <4b7c14ec.7050...@taskit.de> you wrote:
> Signed-off-by: Achim Ehrlich
> ---
...
> --- a/Makefile
> +++ b/Makefile
> @@ -2906,6 +2906,15 @@ TNY_A9260_config : unconfig
> @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
> @$(MKCO
2010/2/16 Remy Bohmer
> Hi,
>
> 2010/2/15 Krishna Pattabiraman :
> > Hi All,
> >
> > I am currently developing a USB DFU feature for at91sam9263 board. I have
> to
> > develop the driver for USB device port. I looked the uboot-usb git cdc
> > branch it has a at91_udc.c driver it doesnt contain t
Hello Prafulla,
Prafulla Wadaskar wrote:
>> -Original Message-
>> From: Heiko Schocher [mailto:h...@denx.de]
>> Sent: Thursday, February 18, 2010 1:54 PM
>> To: U-Boot user list
>> Cc: Prafulla Wadaskar; Wolfgang Denk; Scott Wood; Stefan Roese
>> Subject: [PATCH 1/1 v5] arm: add support f
> -Original Message-
> From: Heiko Schocher [mailto:h...@denx.de]
> Sent: Thursday, February 18, 2010 1:54 PM
> To: U-Boot user list
> Cc: Prafulla Wadaskar; Wolfgang Denk; Scott Wood; Stefan Roese
> Subject: [PATCH 1/1 v5] arm: add support for the suen3 board
> from keymile
>
> Add s
Add support for the ARM part of the mgcoge2, named suen3.
This board is based on the Marvell Kirkwood (88F6281) SoC.
As there come more board variants, common code is stored in
board/keymile/km_arm/km_arm.c
Signed-off-by: Holger Brunck
Signed-off-by: Stefan Roese
Signed-off-by: Heiko Schocher
-
29 matches
Mail list logo