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