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