blob: a1c1e4a6011ebe2da39708303cf924e347664c3a [file] [log] [blame]
Kevin O'Connor07750702009-07-13 20:35:38 -04001Add int 0x1589 support.
2
Kevin O'Connor2ad37442008-05-06 19:49:01 -04003Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4cvs tip.
Kevin O'Connor9db772a2009-10-19 22:13:11 -04005 * bochs cvs (20091017):
6 -- 32bit pcibios, int1589
Kevin O'Connor07750702009-07-13 20:35:38 -04007 * coreboot (r3348): (bochs 20060708)
8 -- no noteworthy enhancements
Kevin O'Connor9db772a2009-10-19 22:13:11 -04009 * qemu (da5ff65d): (bochs 20090210)
10 -- changes synched
11 * kvm (e5c31442): (bochs 20090210)
12 -- tpr patching, 16MB rom, acpi-ssdt.dsl, 4K aligned pci mem
Kevin O'Connor07750702009-07-13 20:35:38 -040013 * virtualbox (r13560): (bochs 20061231)
14 -- lots of mouse changes, logo, scsi/etherboot hooks, int 1589,
15 floppy data rate?, int19 calls post
Kevin O'Connor2ad37442008-05-06 19:49:01 -040016
Kevin O'Connor7a558e42008-03-11 20:38:33 -040017Audit all sti/cli calls. Audit all call16 calls to make sure flags is
18setup properly with respect to irqs.
Kevin O'Connor44c631d2008-03-02 11:24:36 -050019
Kevin O'Connorb8aacb02008-03-01 14:56:07 -050020The __call16 code does a long jump to the interrupt trampolines - this
21is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050022
Kevin O'Connor2ad37442008-05-06 19:49:01 -040023Possibly implement 32bit pcibios support.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050024
Kevin O'Connor07750702009-07-13 20:35:38 -040025Support PCIv3 roms? Add support for PCI "configuration code"
Kevin O'Connor9db772a2009-10-19 22:13:11 -040026extensions?
Kevin O'Connorb62d1ae2009-02-05 19:35:11 -050027
28Possibly add option to eliminate tsc based delays on emulators.
Kevin O'Connor65e63422008-07-19 14:12:32 -040029
Kevin O'Connorf13b0082008-08-17 11:26:42 -040030Add a kconfig style configuration program instead of requiring users
31to modify config.h.
32
Kevin O'Connor9db772a2009-10-19 22:13:11 -040033Support usb booting? Support usb mice?
Kevin O'Connor65e63422008-07-19 14:12:32 -040034
35Add a graphical boot splash screen?
Kevin O'Connor07750702009-07-13 20:35:38 -040036
37Possibly support sending debug information over EHCI debug port.