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