blob: 760360ac4f967fd59a31958f52bd80b9b86bc1d3 [file] [log] [blame]
Kevin O'Connor07750702009-07-13 20:35:38 -04001Add int 0x1589 support.
2
Kevin O'Connor2ad37442008-05-06 19:49:01 -04003Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
4cvs tip.
Kevin O'Connor07750702009-07-13 20:35:38 -04005 * bochs cvs (20090620):
Kevin O'Connor69656652009-07-30 20:17:33 -04006 -- hpet, int1589, smbios mem>16GB, mptable on 1 cpu
Kevin O'Connor07750702009-07-13 20:35:38 -04007 * coreboot (r3348): (bochs 20060708)
8 -- no noteworthy enhancements
9 * qemu (r6125): (bochs 20080603)
10 -- acpi hpet table
11 * kvm (1a33292): (bochs 20081016)
12 -- acpi dsdt changes, e820 vmx pages, setup mtrrs, clear tsc, acpi
13 intsrcovr table, different pci irqs, smbios always uses 16
14 cpus, no acpi ssdt, fadt->gpe0_blk set
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'Connor2ad37442008-05-06 19:49:01 -040018
Kevin O'Connor7a558e42008-03-11 20:38:33 -040019Audit all sti/cli calls. Audit all call16 calls to make sure flags is
20setup properly with respect to irqs.
Kevin O'Connor44c631d2008-03-02 11:24:36 -050021
Kevin O'Connorb8aacb02008-03-01 14:56:07 -050022The __call16 code does a long jump to the interrupt trampolines - this
23is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050024
Kevin O'Connor2ad37442008-05-06 19:49:01 -040025Possibly implement 32bit pcibios support.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050026
27Allow one to select adding 32 bit code to 0xf000 or in a separate
28location.
29
Kevin O'Connor07750702009-07-13 20:35:38 -040030Support PCIv3 roms? Add support for PCI "configuration code"
31extensions? Add support for PCI permanent memory extensions to PMM?
Kevin O'Connorb62d1ae2009-02-05 19:35:11 -050032
33Possibly add option to eliminate tsc based delays on emulators.
Kevin O'Connor65e63422008-07-19 14:12:32 -040034
Kevin O'Connorf13b0082008-08-17 11:26:42 -040035Add a kconfig style configuration program instead of requiring users
36to modify config.h.
37
Kevin O'Connor07750702009-07-13 20:35:38 -040038Support usb booting? Support usb keyboard/mice?
Kevin O'Connor65e63422008-07-19 14:12:32 -040039
40Add a graphical boot splash screen?
Kevin O'Connor07750702009-07-13 20:35:38 -040041
42Possibly support sending debug information over EHCI debug port.