Update TODO
[seabios.git] / TODO
1 If POST is rerun, try to do a machine reboot.
2
3 Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4 cvs tip.
5   * bochs cvs (20100104):
6     -- changes synched
7   * coreboot (r3348):    (bochs 20060708)
8     -- no noteworthy enhancements
9   * qemu - now uses SeaBIOS
10   * kvm - now uses SeaBIOS
11   * virtualbox (r13560): (bochs 20061231)
12     -- lots of mouse changes, logo, scsi/etherboot hooks,
13        floppy data rate?, int19 calls post
14
15 Possibly move code from entry_post in romlayout.S to C code in
16 handle_resume and always call 16bit C code on post.
17
18 The __call16 code does a long jump to the interrupt trampolines - this
19 is unnecessary.
20
21 Support PCIv3 roms?  Add support for PCI "configuration code"
22 extensions?
23
24 Possibly add option to eliminate tsc based delays on emulators.
25
26 Add a kconfig style configuration program instead of requiring users
27 to modify config.h.
28
29 Add a graphical boot splash screen?
30
31 Possibly support sending debug information over EHCI debug port.