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