Update TODO items.
[seabios.git] / TODO
1 Unify floppy functions and main disk functions?
2
3 Add int 0x1589 support.
4
5 Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
6 cvs tip.
7   * bochs cvs (20090620):
8     -- hpet, int1589, smbios mem>16GB, mptable on 1 cpu
9   * coreboot (r3348):    (bochs 20060708)
10     -- no noteworthy enhancements
11   * qemu (r6125):        (bochs 20080603)
12     -- acpi hpet table
13   * kvm (1a33292):       (bochs 20081016)
14     -- acpi dsdt changes, e820 vmx pages, setup mtrrs, clear tsc, acpi
15        intsrcovr table, different pci irqs, smbios always uses 16
16        cpus, no acpi ssdt, fadt->gpe0_blk set
17   * virtualbox (r13560): (bochs 20061231)
18     -- lots of mouse changes, logo, scsi/etherboot hooks, int 1589,
19        floppy data rate?, int19 calls post
20
21 Possibly introduce a data type for the many seg/off pairs.
22
23 Audit all sti/cli calls.  Audit all call16 calls to make sure flags is
24 setup properly with respect to irqs.
25
26 The __call16 code does a long jump to the interrupt trampolines - this
27 is unnecessary.
28
29 Possibly implement 32bit pcibios support.
30
31 Allow one to select adding 32 bit code to 0xf000 or in a separate
32 location.
33
34 Implement bios post memory manager (PMM)?
35
36 Support PCIv3 roms?  Add support for PCI "configuration code"
37 extensions?  Add support for PCI permanent memory extensions to PMM?
38
39 Possibly add option to eliminate tsc based delays on emulators.
40
41 Add a kconfig style configuration program instead of requiring users
42 to modify config.h.
43
44 Support usb booting?  Support usb keyboard/mice?
45
46 Add a graphical boot splash screen?
47
48 Possibly support sending debug information over EHCI debug port.