Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Myles Watson
On Tue, Aug 3, 2010 at 4:39 PM, silversurfer.2...@gmx.de wrote: Hello, I bought the “PLX NET20DC USB Debug Device”. Now I want to use this device for debug purpose. But I get with different mainboards the same build error messages. Can anybody help? cc1: warnings being treated as errors

Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Stefan Reinauer
On 8/4/10 2:58 AM, Peter Stuge wrote: Hi, silversurfer.2...@gmx.de wrote: I bought the PLX NET20DC USB Debug Device. Now I want to use this device for debug purpose. But I get with different mainboards the same build error messages. Can anybody help? This code hasn't been exercised in

Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Myles Watson
On Wed, Aug 4, 2010 at 9:15 AM, Myles Watson myle...@gmail.com wrote: On Tue, Aug 3, 2010 at 4:39 PM,  silversurfer.2...@gmx.de wrote: Hello, I bought the “PLX NET20DC USB Debug Device”. Now I want to use this device for debug purpose. But I get with different mainboards the same build

Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Myles Watson
And the patch. Signed-off-by: Myles Watson myle...@gmail.com Thanks, Myles Index: svn/src/console/usbdebug_console.c === --- svn.orig/src/console/usbdebug_console.c +++ svn/src/console/usbdebug_console.c @@ -29,20 +29,20 @@ void

Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Stefan Reinauer
On 8/4/10 8:00 PM, Myles Watson wrote: And the patch. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Stefan Reinauer ste...@coresystems.de -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Enable USB Debug Device!

2010-08-04 Thread Myles Watson
On Wed, Aug 4, 2010 at 1:20 PM, Stefan Reinauer stefan.reina...@coresystems.de wrote:  On 8/4/10 8:00 PM, Myles Watson wrote: And the patch. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Stefan Reinauer ste...@coresystems.de Rev 5683. Thanks, Myles -- coreboot mailing list:

[coreboot] Enable USB Debug Device!

2010-08-03 Thread silversurfer.2010
Hello, I bought the PLX NET20DC USB Debug Device. Now I want to use this device for debug purpose. But I get with different mainboards the same build error messages. Can anybody help? cc1: warnings being treated as errors src/console/usbdebug_console.c: In function

Re: [coreboot] Enable USB Debug Device!

2010-08-03 Thread Peter Stuge
Hi, silversurfer.2...@gmx.de wrote: I bought the PLX NET20DC USB Debug Device. Now I want to use this device for debug purpose. But I get with different mainboards the same build error messages. Can anybody help? This code hasn't been exercised in fairly long I believe. It would be great