blob: 07bb082e7ca7d2b5b0e165e912b866acd9c1dce5 [file] [log] [blame]
Kevin O'Connor4d9d4002009-11-25 19:35:01 -05001If POST is rerun, try to do a machine reboot.
2
Kevin O'Connor2ad37442008-05-06 19:49:01 -04003Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4cvs tip.
Kevin O'Connor643062f2010-01-04 20:48:20 -05005 * bochs cvs (20100104):
6 -- changes synched
Kevin O'Connor07750702009-07-13 20:35:38 -04007 * coreboot (r3348): (bochs 20060708)
8 -- no noteworthy enhancements
Kevin O'Connor643062f2010-01-04 20:48:20 -05009 * qemu - now uses SeaBIOS
10 * kvm - now uses SeaBIOS
Kevin O'Connor07750702009-07-13 20:35:38 -040011 * virtualbox (r13560): (bochs 20061231)
Kevin O'Connor643062f2010-01-04 20:48:20 -050012 -- lots of mouse changes, logo, scsi/etherboot hooks,
Kevin O'Connor07750702009-07-13 20:35:38 -040013 floppy data rate?, int19 calls post
Kevin O'Connor2ad37442008-05-06 19:49:01 -040014
Kevin O'Connor5c99b6c2009-12-30 12:36:22 -050015Possibly move code from entry_post in romlayout.S to C code in
16handle_resume and always call 16bit C code on post.
17
Kevin O'Connor7a558e42008-03-11 20:38:33 -040018Audit all sti/cli calls. Audit all call16 calls to make sure flags is
19setup properly with respect to irqs.
Kevin O'Connor44c631d2008-03-02 11:24:36 -050020
Kevin O'Connorb8aacb02008-03-01 14:56:07 -050021The __call16 code does a long jump to the interrupt trampolines - this
22is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050023
Kevin O'Connor07750702009-07-13 20:35:38 -040024Support PCIv3 roms? Add support for PCI "configuration code"
Kevin O'Connor9db772a2009-10-19 22:13:11 -040025extensions?
Kevin O'Connorb62d1ae2009-02-05 19:35:11 -050026
27Possibly add option to eliminate tsc based delays on emulators.
Kevin O'Connor65e63422008-07-19 14:12:32 -040028
Kevin O'Connorf13b0082008-08-17 11:26:42 -040029Add a kconfig style configuration program instead of requiring users
30to modify config.h.
31
Kevin O'Connor9db772a2009-10-19 22:13:11 -040032Support usb booting? Support usb mice?
Kevin O'Connor65e63422008-07-19 14:12:32 -040033
34Add a graphical boot splash screen?
Kevin O'Connor07750702009-07-13 20:35:38 -040035
36Possibly support sending debug information over EHCI debug port.