* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 9:53 Jacky Lam
2009-01-16 12:57 ` Wolfgang Denk
0 siblings, 1 reply; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 9:53 UTC (permalink / raw)
To: u-boot
Dear all,
Could anyone kindly tell me if u-boot supports itself as a mass storage
device?
Or if u-boot main stream support the a protocol so call USB
DFU(Universal Serial Bus Device Firmware Upgrade)?
I have first seen this on openmoko.org and seems they use u-boot as
well. However, when I look at the newest u-boot (1.3.4). It seems no
code is about it. I don't know if I have overlooked something.
Thanks.
BR,
Jacky
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 9:59 Jacky Lam
2009-01-16 13:31 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 9:59 UTC (permalink / raw)
To: u-boot
Dear all,
Could anyone kindly tell me if u-boot supports itself as a mass storage
device?
Or if u-boot main stream support the a protocol so call USB
DFU(Universal Serial Bus Device Firmware Upgrade)?
I have first seen this on openmoko.org and seems they use u-boot as
well. However, when I look at the newest u-boot (1.3.4). It seems no
code is about it. I don't know if I have overlooked something.
Thanks.
BR,
Jacky
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 10:02 Jacky Lam
0 siblings, 0 replies; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 10:02 UTC (permalink / raw)
To: u-boot
Dear all,
Could anyone kindly tell me if u-boot supports itself as a mass storage
device?
Or if u-boot main stream support the a protocol so call USB
DFU(Universal Serial Bus Device Firmware Upgrade)?
I have first seen this on openmoko.org and seems they use u-boot as
well. However, when I look at the newest u-boot (1.3.4). It seems no
code is about it. I don't know if I have overlooked something.
Thanks.
BR,
Jacky
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 10:03 Jacky Lam
0 siblings, 0 replies; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 10:03 UTC (permalink / raw)
To: u-boot
Dear all,
Could anyone kindly tell me if u-boot supports itself as a mass storage
device?
Or if u-boot main stream support the a protocol so call USB
DFU(Universal Serial Bus Device Firmware Upgrade)?
I have first seen this on openmoko.org and seems they use u-boot as
well. However, when I look at the newest u-boot (1.3.4). It seems no
code is about it. I don't know if I have overlooked something.
Thanks.
BR,
Jacky
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 10:04 Jacky Lam
0 siblings, 0 replies; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 10:04 UTC (permalink / raw)
To: u-boot
Dear all,
Could anyone kindly tell me if u-boot supports itself as a mass storage
device?
Or if u-boot main stream support the a protocol so call USB
DFU(Universal Serial Bus Device Firmware Upgrade)?
I have first seen this on openmoko.org and seems they use u-boot as
well. However, when I look at the newest u-boot (1.3.4). It seems no
code is about it. I don't know if I have overlooked something.
Thanks.
BR,
Jacky
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-16 10:04 Jacky Lam
0 siblings, 0 replies; 10+ messages in thread
From: Jacky Lam @ 2009-01-16 10:04 UTC (permalink / raw)
To: u-boot
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
2009-01-16 9:53 Jacky Lam
@ 2009-01-16 12:57 ` Wolfgang Denk
0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2009-01-16 12:57 UTC (permalink / raw)
To: u-boot
Dear "Jacky Lam",
In message <39811fe10901160153s2c9e1f63s70481667fe792594@mail.gmail.com> you wrote:
>
> Could anyone kindly tell me if u-boot supports itself as a mass storage
> device?
No, it does not. A lot of infrastructure for that is missing, for
example writable file systems to name just one.
> Or if u-boot main stream support the a protocol so call USB
> DFU(Universal Serial Bus Device Firmware Upgrade)?
No.
> I have first seen this on openmoko.org and seems they use u-boot as
> well. However, when I look at the newest u-boot (1.3.4). It seems no
> code is about it. I don't know if I have overlooked something.
U-Boot 1.3.4 is actually pretty old. It is definitely NOT the latest
release - that's 2008.10 (with 2009.01 to be released soon).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I have the simplest tastes. I am always satisfied with the best.
-- Oscar Wilde
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
2009-01-16 9:59 [U-Boot] U-boot as a mass storage device and DFU support Jacky Lam
@ 2009-01-16 13:31 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-01-16 13:31 UTC (permalink / raw)
To: u-boot
On 17:59 Fri 16 Jan , Jacky Lam wrote:
> Dear all,
>
> Could anyone kindly tell me if u-boot supports itself as a mass storage
> device?
no, maybe MTP will be simplest to implement
>
> Or if u-boot main stream support the a protocol so call USB
> DFU(Universal Serial Bus Device Firmware Upgrade)?
no
> I have first seen this on openmoko.org and seems they use u-boot as
> well. However, when I look at the newest u-boot (1.3.4). It seems no
> code is about it. I don't know if I have overlooked something.
I've ssen it in the u-boot dev tree of openmoko but they never do the
necessary to add it to the Mainline
feel free to send patch
Best Regards,
J.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
@ 2009-01-19 3:47 Jacky Lam
2009-01-19 12:48 ` Wolfgang Denk
0 siblings, 1 reply; 10+ messages in thread
From: Jacky Lam @ 2009-01-19 3:47 UTC (permalink / raw)
To: u-boot
Jean-Christophe PLAGNIOL-VILLARD ??:
> On 17:59 Fri 16 Jan , Jacky Lam wrote:
>> Dear all,
>>
>> Could anyone kindly tell me if u-boot supports itself as a mass storage
>> device?
> no, maybe MTP will be simplest to implement
>> Or if u-boot main stream support the a protocol so call USB
>> DFU(Universal Serial Bus Device Firmware Upgrade)?
> no
>> I have first seen this on openmoko.org and seems they use u-boot as
>> well. However, when I look at the newest u-boot (1.3.4). It seems no
>> code is about it. I don't know if I have overlooked something.
> I've ssen it in the u-boot dev tree of openmoko but they never do the
> necessary to add it to the Mainline
>
> feel free to send patch
>
Would it be appropriate to send the patch if I am not the original
author???
> Best Regards,
> J.
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] U-boot as a mass storage device and DFU support
2009-01-19 3:47 Jacky Lam
@ 2009-01-19 12:48 ` Wolfgang Denk
0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2009-01-19 12:48 UTC (permalink / raw)
To: u-boot
Dear Jacky,
In message <39811fe10901181947u542ff7d8y13817c5e77eeda58@mail.gmail.com> you wrote:
>
> Would it be appropriate to send the patch if I am not the original
> author???
If you make sure that the patch works and maintain the chain of
Signed-off-by entries, then yes, of course.
Note that you will probably also have to answer questions related to
the patch, and/or have to change the code according to feedback and
review comments you might receive.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Egotist: A person of low taste, more interested in himself than in
me. - Ambrose Bierce
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-01-19 12:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16 9:59 [U-Boot] U-boot as a mass storage device and DFU support Jacky Lam
2009-01-16 13:31 ` Jean-Christophe PLAGNIOL-VILLARD
-- strict thread matches above, loose matches on Subject: below --
2009-01-19 3:47 Jacky Lam
2009-01-19 12:48 ` Wolfgang Denk
2009-01-16 10:04 Jacky Lam
2009-01-16 10:04 Jacky Lam
2009-01-16 10:03 Jacky Lam
2009-01-16 10:02 Jacky Lam
2009-01-16 9:53 Jacky Lam
2009-01-16 12:57 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox