Re: [U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-09 Thread Nícolas Carneiro Lebedenco
Em Tue, 09 de September de 2008 06:41:25 Wolfgang Denk escreveu: > Dear =?iso-8859-1?q?N=EDcolas_Carneiro_Lebedenco?=, > > In message <[EMAIL PROTECTED]> you wrote: > > here is a quick fix for the output of the command usb storage. It was > > print= ing = > > > > "Device 0: not available" because

[U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-04 Thread Nícolas Carneiro Lebedenco
Hello people, here is a quick fix for the output of the command usb storage. It was printing "Device 0: not available" because the IF_TYPE_USB was not included into the switch statement. --- u-boot-1.3.4.original/disk/part.c 2008-08-12 11:08:38.0 -0300 +++ u-boot-1.3.4/disk/part.c

[U-Boot] Data abort after usb start command

2008-09-03 Thread Nícolas Carneiro Lebedenco
Hi, Well, here I am again with my at91rm9200dk based board. I got a segfault (data abort) after entering the "usb start" command with a 512mb Sandisk USB pendrive connected. The command succeeds if no usb drive is connected and obviously it reports no storage device found as expected. The pro

[U-Boot] DM9161BMSR must be read twice ?

2008-09-02 Thread Nícolas Carneiro Lebedenco
Hi, I'm developing a custom board based on the AT91RM9200dk. In u-boot prompt, every time a enter a network command such as tftp or ping I get a message like this: "MAC: error during MII initialization" Although the command actually seems to work I was a little concerned. After taking a look

[U-Boot] AT91RM9200 relocation

2008-09-01 Thread Nícolas Carneiro Lebedenco
Hi, I'm porting u-boot to a custom board based on the at91rm9200-dk (only exception is that only parallel nor flash is available on my board) Soon I realized that I could load u-boot 1.1.4 from flash but not u-boot 1.3.4. It really bugged me until I noticed some differences in cpu/arm920t/star