[U-Boot] 答复: tftp download with USB vit rual ethnet driver

2009-03-10 Thread 龚益斌
Hi, Remy I'm sorry didn't notice the recent update for U-boot-usb ,I developed it base on last month version(01/21/09 10:12 8,126,939 u-boot-2009.01.tar.bz2).My solution is very simple, didn't like Linux gadget driver, just add a usb_eth.c (more than 300 lines)in driver/net, but I think

[U-Boot] Dynamically sized CFI flash.

2009-03-10 Thread Jon Smirl
I'm porting support for a Phytec PCM030 (mpc5200) from 1.2 up to current head so that I can get it merged. These boards can be populated with a variety of flash chips, there is code to compute the size of these chips and fix up bank_base[] in cfi_flash.c In u-boot 1.3.4 bank_base[] was rewritten.

Re: [U-Boot] Status open patches: 8xxx

2009-03-10 Thread Andy Fleming
8xxx: 12/11 Paul Gortmaker     [U-Boot] [PATCH] tsec: report when there is no vendor specific PHY support. Applied 12/30 Poonam_Aggrwal-b1  [U-Boot] [PATCH][u-boot-85xx]The 32bit errata fix for 8572 for DDR2 (fwd) This was applied (e1be0d25ecf494ae81245ca438738ba839d6329b) 01/15 hamoshame Lamot

Re: [U-Boot] 460GT PCIe configuration

2009-03-10 Thread vb
On Tue, Mar 10, 2009 at 2:23 PM, Leon Woestenberg wrote: > Hello Vadim, Stefan, > Hi Leon, thank you for your interest, the problem I was dealing with has been long fixed. What happened was that in the Read transaction response the FPGA was setting one of the header attributes to a value differe

Re: [U-Boot] tftp download with USB vitrual ethnet driver

2009-03-10 Thread Remy Bohmer
Hello All, > I'm personally interested in your USB-CDC implenmentation. > And currently I'm trying to add DFU support for Beagleboard (TI OMAP3) > which is also base on U-boot usb gadget. May quite similar to your work. Have you all noticed the CDC branch of U-boot-usb ? It is derived from linux

Re: [U-Boot] Multiple device support - none at all?

2009-03-10 Thread ksi
On Tue, 10 Mar 2009, Jerry Van Baren wrote: > k...@koi8.net wrote: > > Hi, everyone. > > > > I wonder if I'm dreaming or the U-Boot is fundamentally broken... > > Well... broken can be a relative term. I like to think of it as an > opportunity to stand on the shoulders of giants. ;-) :) > >

Re: [U-Boot] 460GT PCIe configuration

2009-03-10 Thread Leon Woestenberg
Hello Vadim, Stefan, On Wed, Jan 14, 2009 at 5:42 PM, vb wrote: > On Wed, Jan 14, 2009 at 7:03 AM, Stefan Roese wrote: >> On Tuesday 13 January 2009, vb wrote: >> >>> I have several different targets with different PCIe components, but >>> all using the same base CPU subsystem design, and on som

Re: [U-Boot] Multiple device support - none at all?

2009-03-10 Thread Jerry Van Baren
k...@koi8.net wrote: > Hi, everyone. > > I wonder if I'm dreaming or the U-Boot is fundamentally broken... Well... broken can be a relative term. I like to think of it as an opportunity to stand on the shoulders of giants. ;-) > It looks like there is no support for multiple devices of a same

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2009-03-10 Thread Wolfgang Denk
Dear Andy Fleming, In message <1236712374-8074-1-git-send-email-aflem...@freescale.com> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git 85xx-next > > Andy Fleming (1): > fsl: Remove unnecessary debug printfs > > Ed Swarthout (1): >

Re: [U-Boot] Please pull u-boot-mpc83xx

2009-03-10 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090309183347.95cdb5bc.kim.phill...@freescale.com> you wrote: > > In case you haven't already applied this one, please pull > u-boot-mpc83xx: > > The following changes since commit 014c595f12d4f7e14cb10188f856465b2d41718f: > Wolfgang Denk (1): > Merge br

[U-Boot] Multiple device support - none at all?

2009-03-10 Thread ksi
Hi, everyone. I wonder if I'm dreaming or the U-Boot is fundamentally broken... It looks like there is no support for multiple devices of a same kind at all. I'm porting U-Boot to my new MPC8548-based board and it pops up everywhere... The first case was I2C subsystem that does not provide for

Re: [U-Boot] [PATCH v3] OMAP3: Add serial number based on die ID

2009-03-10 Thread Wolfgang Denk
Dear Dirk Behme, In message <49b6b007.4000...@googlemail.com> you wrote: > > >> Add serial number based on OMAP3 die ID. > > ... > >> - Rename 'serial#' to 'dieid#' > > > > Should the commit message not also reflect that this has nothing to do > > any more with the serial number (serial#) ? > >

[U-Boot] Please pull u-boot-mpc85xx.git

2009-03-10 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git 85xx-next Andy Fleming (1): fsl: Remove unnecessary debug printfs Ed Swarthout (1): Fix mpc85xx ddr-gen3 ddr_sdram_cfg. Paul Gortmaker (1): tsec: report when there is no vendor specific PHY supp

Re: [U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-10 Thread Wolfgang Denk
Dear Manikandan Pillai, In message <1236674178-15624-1-git-send-email-mani.pil...@ti.com> you wrote: > The cmd_misc.c was changed to fix sleep. > nand_base.c was fixed to fix the wait. > > Signed-off-by: Manikandan Pillai > --- > common/cmd_misc.c |1 + > cpu/arm_cortexa8/

Re: [U-Boot] [PATCH v3] OMAP3: Add serial number based on die ID

2009-03-10 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message <1236195272-26733-1-git-send-email-dirk.be...@googlemail.com> you > wrote: >> Add serial number based on OMAP3 die ID. > ... >> - Rename 'serial#' to 'dieid#' > > Should the commit message not also reflect that this has nothi

Re: [U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-10 Thread Peter Tyser
On Tue, 2009-03-10 at 14:06 +0530, Manikandan Pillai wrote: > The cmd_misc.c was changed to fix sleep. > nand_base.c was fixed to fix the wait. > > Signed-off-by: Manikandan Pillai > --- > common/cmd_misc.c |1 + > cpu/arm_cortexa8/omap3/interrupts.c | 13 - >

Re: [U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-10 Thread Dirk Behme
Hi Mani, Manikandan Pillai wrote: > The cmd_misc.c was changed to fix sleep. > nand_base.c was fixed to fix the wait. Should this be the fix for http://lists.denx.de/pipermail/u-boot/2009-February/048107.html ? I'm not familiar with U-Boot timer handling, so just some questions. Maybe the U-B

Re: [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

2009-03-10 Thread Ben Warren
Nicolas, Nicolas Ferre wrote: > AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed. > > The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board. > It is essentially the same, with a few minor differences. > > Here is the chip page on Atmel website: > http:

[U-Boot] Adding a new device to my project

2009-03-10 Thread Steven Zedeck
Hi, I have a general U-boot question that is causing me confusion. I am adding a new device to my existing project. So I assume that I'll need to rerun config (i.e.: make target_config). Correct? I have a .h file in the include/configs directory. I need to modify it to add my new config such as:

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:07 Tue 10 Mar , Steven Zedeck wrote: > > In my last position where we used Microchip processors, I was able to get the > Microchip ICD2 JTAG probe/emulator for less than $200 and the windows-based > debugger software was free; all from Microchip I must be spoiled. It's for small micro-c

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Detlev Zundel
Hi Steven, >> Did you purchase or obtain your source debugging application elsewhere? Or >> do you use GDB? I haven't use that before. I'm used to a source level >> debugger I believe. > > So what do you think GDB is? It is one of the most powerful source > level debuggers that are available. If

[U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

2009-03-10 Thread Nicolas Ferre
AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed. The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board. It is essentially the same, with a few minor differences. Here is the chip page on Atmel website: http://www.atmel.com/dyn/products/product_card.a

Re: [U-Boot] 答复: tftp download with USB vi trual ethnet driver

2009-03-10 Thread Detlev Zundel
Hi Gong and Dennis, sorry to jump in late here, but did anyone of you check the Openmoko implementation of DFU for U-Boot[1]? Cheers Detlev [1] http://wiki.openmoko.org/wiki/USB_DFU -- Woman who seek to be equal with men lack ambition -- Timothy Leary -- DENX Software

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Steven Zedeck
In my last position where we used Microchip processors, I was able to get the Microchip ICD2 JTAG probe/emulator for less than $200 and the windows-based debugger software was free; all from Microchip I must be spoiled. Thanks, Steve Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 07:08 Tue 1

Re: [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.

2009-03-10 Thread Nicolas Ferre
Wolfgang Denk : > Dear Nicolas Ferre, > > In message <49b51f04.8000...@atmel.com> you wrote: >> AT91sam9g20 is an evolution of the at91sam9260 >> with a faster clock speed. >> >> Here is the chip page on Atmel website: >> http://www.atmel.com/dyn/products/product_card.asp?part_id=4337 >> >> Signe

Re: [U-Boot] Question about U-Boot porting based on ppc architecture

2009-03-10 Thread Wolfgang Denk
Dear Chengzhi Li, In message you wrote: > > I am developing a new board using MPC852T as main control unit. If I want > to know which board U-Boot supported is familiar with my new board, what can > I do? Did I need to Learn all the schematics of the board on which MPC852T > is utilized? Oh, w

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:08 Tue 10 Mar , Steven Zedeck wrote: > > I see that this bundle is $2640US which is beyond my budget. I need to find > another approach. > Debugging with printfs is starting to bother me and waste time. PEEDI is $2080US but all real ICE will be near Best Regards, J. ___

Re: [U-Boot] [PATCH] ppc: Increase precision of ticks2usec

2009-03-10 Thread Benoit Monin
> De : "Wolfgang Denk" > > Dear Benoit Monin, > > In message <9454366.19868.1236182927234.javamail@wwinf8202> you wrote: > > > > The tick of some PowerPC cpu is running at high frequency and > > it can be used to get microsecond precision from it. Make use > > of div64 to achieve this precis

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Steven Zedeck
I see that this bundle is $2640US which is beyond my budget. I need to find another approach. Debugging with printfs is starting to bother me and waste time. Also, I am not totally familiar with GDB (GNU debugger). I may need to read a bit about it. thanks, Steve wd wrote: > > Dear Steven Zed

[U-Boot] Question about U-Boot porting based on ppc architecture

2009-03-10 Thread Chengzhi Li
Hello: I am developing a new board using MPC852T as main control unit. If I want to know which board U-Boot supported is familiar with my new board, what can I do? Did I need to Learn all the schematics of the board on which MPC852T is utilized? Oh, what a very huge and difficult work it is! So,

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Wolfgang Denk
Dear Steven Zedeck, In message <22433049.p...@talk.nabble.com> you wrote: > > This looks very good. I have a couple of questions. I see on their web site > that they offer a product called bdiRDI which allows you to use a source > level debugger. I didn't see that they sell any source level debug

Re: [U-Boot] how to create a uboot for my board

2009-03-10 Thread Wolfgang Denk
Dear "Nelson Kon Yii", In message you wrote: > > I am using a board, CSB733. It has the microcontroller from freescale, > MCiMX31VMN5C. It is having UMON as the boot loader inside. I tried to load > QNX into the board but was not successful. I need to change to Uboot to > try. Can someone te

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Wolfgang Denk
Dear Steven Zedeck, In message <22426368.p...@talk.nabble.com> you wrote: > > Can anyone suggest a good JTAG-based emulator with a good Windows or > Linux-based debugger? Microchip's tools were very inexpensive and pretty > powerful. PowerPC's were a bit more expensive. I need something where I c

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Steven Zedeck
Hi, This looks very good. I have a couple of questions. I see on their web site that they offer a product called bdiRDI which allows you to use a source level debugger. I didn't see that they sell any source level debugger. What do you folks use as a source level debugger? Cost is an issue, howeve

[U-Boot] [PATCH v2] Support for PXA27X UDC.

2009-03-10 Thread Vivek Kutal
This Patch adds Support for PXA27X UDC. Signed-off-by: Vivek Kutal --- Resinding after doing the changes suggested by Kim. drivers/serial/usbtty.h |4 +- drivers/usb/Makefile|1 + drivers/usb/usbdcore_pxa27x.c | 702 +++

[U-Boot] how to create a uboot for my board

2009-03-10 Thread Nelson Kon Yii
To whom this may concern: I am using a board, CSB733. It has the microcontroller from freescale, MCiMX31VMN5C. It is having UMON as the boot loader inside. I tried to load QNX into the board but was not successful. I need to change to Uboot to try. Can someone teach me how to create a uboot to

Re: [U-Boot] [PATCH] 83xx: Fix some bugs in spd sdram code

2009-03-10 Thread Liu Dave-R63238
> yes you are right - I'll get this if one of you don't beat me to it. It is fine for me. Thanks, Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot debugger/emulator

2009-03-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:33 Mon 09 Mar , Steven Zedeck wrote: > > Hi, > This question is related to U-boot; in particular debugging in a U-boot > environment. > > I am working on U-boot for the first time as well as working with the Atmel > AT91SAM9 processor. I am used to working with emulators when debugging

[U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-10 Thread Manikandan Pillai
The cmd_misc.c was changed to fix sleep. nand_base.c was fixed to fix the wait. Signed-off-by: Manikandan Pillai --- common/cmd_misc.c |1 + cpu/arm_cortexa8/omap3/interrupts.c | 13 - drivers/mtd/nand/nand_base.c|2 ++ include/configs/omap3_evm.h