aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-06-05 13:51:49 -0400
committerKevin O'Connor <kevin@koconnor.net>2014-06-05 13:51:49 -0400
commit5438c8f55a4be8500ea8b7f218c97857f8a98e19 (patch)
tree3e4ce04d59bf2c19b275acc5689057693b33b050
parentd71d52b495995f0587ee9242674feffcd8447de5 (diff)
downloadseabios-hppa-5438c8f55a4be8500ea8b7f218c97857f8a98e19.zip
seabios-hppa-5438c8f55a4be8500ea8b7f218c97857f8a98e19.tar.gz
seabios-hppa-5438c8f55a4be8500ea8b7f218c97857f8a98e19.tar.bz2
Remove the TODO file.
The TODO file hasn't been updated in years and the info in it is stale. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 23f26c0..0000000
--- a/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
-cvs tip.
- * bochs cvs (20100104):
- -- changes synched
- * coreboot (r3348): (bochs 20060708)
- -- no noteworthy enhancements
- * qemu - now uses SeaBIOS
- * kvm - now uses SeaBIOS
- * virtualbox (r13560): (bochs 20061231)
- -- lots of mouse changes, logo, scsi/etherboot hooks,
- floppy data rate?, int19 calls post
-
-The __call16 code does a long jump to the interrupt trampolines - this
-is unnecessary.
-
-Support PCIv3 roms? Add support for PCI "configuration code"
-extensions?
-
-Possibly add option to eliminate tsc based delays on emulators.
-
-Possibly support sending debug information over EHCI debug port.