[gPXE-devel] How to enable gpxe for serial debug?

2010-06-18 Thread Sean Shoufu Luo
I am newbie for gpxe, and intend to transfer from etherboot to gpxe In etherboot, I just configure src/Config, but I don't find any configure file under gpxe. I tried to uncomment CONSOL_PCBIOS, CONSOL_SERIAL in config/console.h, but it seems not work! I didn't find workable guide from wiki,

Re: [gPXE-devel] How to enable gpxe for serial debug?

2010-06-18 Thread Thomas Miletich
Hello Sean, please don't forget to CC the list in your mails(or use 'Reply All'). To enable debugging output for specific files, in this example undi.c, use the following command line to build gpxe: make bin/pnic.rom DEBUG=undi This line enables all DBG() and DBGC() output in undi.c. There are

Re: [gPXE-devel] How to enable gpxe for serial debug?

2010-06-18 Thread Sean Shoufu Luo
Great!!! So flexible debug way ... It works! Thank you very much, Thomas! -Sean- On Fri, Jun 18, 2010 at 4:43 PM, Thomas Miletich thomas.milet...@gmail.comwrote: Hello Sean, please don't forget to CC the list in your mails(or use 'Reply All'). To enable debugging output for specific files,

[gPXE-devel] Support for USB Bust type

2010-06-18 Thread Zeeshan Mughal
Hi, I initially submitted a proposal for a Summer Of Code project to update some of the old Etherboot drivers. I want to get involve with the Etherboot community. I am interested in adding USB support project. I was wondering if someone can give me more details about this project. I would

Re: [gPXE-devel] Support for USB Bust type

2010-06-18 Thread Stefan Hajnoczi
In 2008, Balaji Rao worked on USB support during Summer of Code. Here is his journal and links to the work he did: http://etherboot.org/wiki/soc/2008/balajirrao/start http://git.etherboot.org/?p=people/balajirrao/gpxe.git;a=summary The idea is to add support for USB Ethernet (and maybe wifi)