Kevin O'Connor | 4d9d400 | 2009-11-25 19:35:01 -0500 | [diff] [blame] | 1 | If POST is rerun, try to do a machine reboot. |
| 2 | |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 3 | Add int 0x1589 support. |
| 4 | |
Kevin O'Connor | 2ad3744 | 2008-05-06 19:49:01 -0400 | [diff] [blame] | 5 | Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs |
| 6 | cvs tip. |
Kevin O'Connor | 9db772a | 2009-10-19 22:13:11 -0400 | [diff] [blame] | 7 | * bochs cvs (20091017): |
| 8 | -- 32bit pcibios, int1589 |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 9 | * coreboot (r3348): (bochs 20060708) |
| 10 | -- no noteworthy enhancements |
Kevin O'Connor | 9db772a | 2009-10-19 22:13:11 -0400 | [diff] [blame] | 11 | * 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'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 15 | * virtualbox (r13560): (bochs 20061231) |
| 16 | -- lots of mouse changes, logo, scsi/etherboot hooks, int 1589, |
| 17 | floppy data rate?, int19 calls post |
Kevin O'Connor | 2ad3744 | 2008-05-06 19:49:01 -0400 | [diff] [blame] | 18 | |
Kevin O'Connor | 5c99b6c | 2009-12-30 12:36:22 -0500 | [diff] [blame] | 19 | Possibly move code from entry_post in romlayout.S to C code in |
| 20 | handle_resume and always call 16bit C code on post. |
| 21 | |
Kevin O'Connor | 7a558e4 | 2008-03-11 20:38:33 -0400 | [diff] [blame] | 22 | Audit all sti/cli calls. Audit all call16 calls to make sure flags is |
| 23 | setup properly with respect to irqs. |
Kevin O'Connor | 44c631d | 2008-03-02 11:24:36 -0500 | [diff] [blame] | 24 | |
Kevin O'Connor | b8aacb0 | 2008-03-01 14:56:07 -0500 | [diff] [blame] | 25 | The __call16 code does a long jump to the interrupt trampolines - this |
| 26 | is unnecessary. |
Kevin O'Connor | f076a3e | 2008-02-25 22:25:15 -0500 | [diff] [blame] | 27 | |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 28 | Support PCIv3 roms? Add support for PCI "configuration code" |
Kevin O'Connor | 9db772a | 2009-10-19 22:13:11 -0400 | [diff] [blame] | 29 | extensions? |
Kevin O'Connor | b62d1ae | 2009-02-05 19:35:11 -0500 | [diff] [blame] | 30 | |
| 31 | Possibly add option to eliminate tsc based delays on emulators. |
Kevin O'Connor | 65e6342 | 2008-07-19 14:12:32 -0400 | [diff] [blame] | 32 | |
Kevin O'Connor | f13b008 | 2008-08-17 11:26:42 -0400 | [diff] [blame] | 33 | Add a kconfig style configuration program instead of requiring users |
| 34 | to modify config.h. |
| 35 | |
Kevin O'Connor | 9db772a | 2009-10-19 22:13:11 -0400 | [diff] [blame] | 36 | Support usb booting? Support usb mice? |
Kevin O'Connor | 65e6342 | 2008-07-19 14:12:32 -0400 | [diff] [blame] | 37 | |
| 38 | Add a graphical boot splash screen? |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 39 | |
| 40 | Possibly support sending debug information over EHCI debug port. |