Table of Contents
Etherboot Project To Do List
The purpose of this page is to put things we'd like to see done so they don't get lost.
gPXE-related tasks
To Do
* [mdc] Survey gPXE contrib directory
- add new bromutil.c with bootrom fix(3c90x)
- Identify things that can be removed or moved to the project wiki
- If anything is deleted, copy it to the wiki so the content can be found
- For documentation-only contrib items, make a wiki page with appropriate comments
- Determine any reasonable code in contrib, and discuss with staging@etherboot.org possible disposition.
- [mdc] Prepare for LinuxCon
- Arrange travel
- Arrange shipping for demo equipment
- Outline tutorial
- Choose best demos
- Identify required demo equipment
Drivers
- port legacy drivers to gPXE API
- to find drivers already using the new API: grep -r net_device_operations src/drivers/net/
- update tg3
- update forcedeth
- port / write equivalent drivers for following linux drivers:
- e1000e ( some cards already supported by gPXE's current e1000 )
- igb
- sis190
- skge
- many other drivers
Done
-
- Completed by rwcr on 2009-09-10.
- Thanks rwcr! karma++;
Documentation-related tasks
To Do
Done
rom-o-matic.net-related tasks
To Do
- [mdc] Update rom-o-matic.net
- Support current build system
- Add embedded script field
- Audit options for one that don't cause major rebuilds (too slow for web use).