blob: d49aeb82ab429efc00f0eedaa6788b1df0b874c3 [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'Connorb8aacb02008-03-01 14:56:07 -050018The __call16 code does a long jump to the interrupt trampolines - this
19is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050020
Kevin O'Connor07750702009-07-13 20:35:38 -040021Support PCIv3 roms? Add support for PCI "configuration code"
Kevin O'Connor9db772a2009-10-19 22:13:11 -040022extensions?
Kevin O'Connorb62d1ae2009-02-05 19:35:11 -050023
24Possibly add option to eliminate tsc based delays on emulators.
Kevin O'Connor65e63422008-07-19 14:12:32 -040025
Kevin O'Connorf13b0082008-08-17 11:26:42 -040026Add a kconfig style configuration program instead of requiring users
27to modify config.h.
28
Kevin O'Connor07750702009-07-13 20:35:38 -040029Possibly support sending debug information over EHCI debug port.