aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Add symbolic definitions for USB delays.Kevin O'Connor4-5/+15
2010-02-13Support USB interrupt schedules on OHCI and UHCI.Kevin O'Connor8-36/+79
2010-02-13Add some ASSERT32FLAT() to help compiler eliminate dead code.Kevin O'Connor3-0/+3
2010-02-13seabios: acpi: fix memory leak in build_srat().Isaku Yamahata1-0/+2
2010-02-11Support USB keyboard auto-repeat.Kevin O'Connor4-18/+99
2010-02-11mptable: Pull cpuid_signature/features setting out of loop.Kevin O'Connor1-8/+8
2010-01-28Rework disabling of ps2 port irqs.Kevin O'Connor4-68/+65
2010-01-28Go back to using 0xf0000000 for PCI memory start.Kevin O'Connor2-1/+2
2010-01-18Read APIC version from APIC instead of using a hard-coded value.Magnus Christensson1-1/+2
2010-01-17Work around bochs floppy issue with wait_irq().Kevin O'Connor1-1/+3
2010-01-17Add CONFIG_ATA_DMA option; default to off for now.Kevin O'Connor2-1/+9
2010-01-12Fix PkgLength calculation for the SSDT.Magnus Christensson1-2/+4
2010-01-10Add explicit Program Headers to linker scripts.Kevin O'Connor3-1/+11
2010-01-10Prep version for next release.Kevin O'Connor1-1/+1
2010-01-08Update version to 0.5.1rel-0.5.1Kevin O'Connor1-1/+1
2010-01-05Fix sign error preventing incorrect memory over 4gig calculation.Kevin O'Connor1-1/+1
2010-01-04Minor - better indent assembler in int1587.Kevin O'Connor1-22/+20
2010-01-04Add comment explaining why mptable is in low memory.Kevin O'Connor1-1/+3
2010-01-04Add int1589 support.Kevin O'Connor5-16/+61
2010-01-03Set FDPT in irq table even for small drives.Kevin O'Connor1-14/+13
2010-01-03Reduce #ifs by weeding out some cross-chunk function definitions.Kevin O'Connor4-12/+6
2010-01-03Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor2-2/+3
2010-01-03vgabios: Fix compile error due to fixed prototypes.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor54-193/+193
2010-01-03mptable: Reset pinmask on new bus or device.Kevin O'Connor2-3/+6
2010-01-03Detect latest FC12 gcc -combine breakage.Kevin O'Connor1-0/+1
2010-01-01Minor vga binary cleanups.Kevin O'Connor2-7/+9
2010-01-01Make MTRR region 0xc0000-0x100000 be cached.Kevin O'Connor1-25/+29
2010-01-01Force a link error if a function is used from the wrong code chunk.Kevin O'Connor2-24/+31
2010-01-01Add __noreturn define for __attribute__((noreturn)).Kevin O'Connor2-5/+5
2010-01-01Implement native 32bit APM support.Kevin O'Connor5-47/+33
2009-12-30Commit compiled dsdt file; misc comment updates.Kevin O'Connor5-954/+958
2009-12-30prevent acpi from rerouting SCI interruptGleb Natapov1-1/+4
2009-12-30enumerate all PCI buses in mptableGleb Natapov1-14/+22
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor15-78/+299
2009-12-27Only add "addr32" to memory accesses that require them.Kevin O'Connor2-48/+53
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor15-72/+70
2009-12-26Allocate smbios in temp space and copy into final location.Kevin O'Connor1-7/+15
2009-12-26Clear user reserved interrupts (0x60-0x66).Kevin O'Connor1-0/+4
2009-12-26Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000Kevin O'Connor1-7/+1
2009-12-26Add initial support for ATA DMA.Kevin O'Connor2-69/+312
2009-12-26Allocate mptable in temp space and copy into final location.Kevin O'Connor1-25/+29
2009-12-24Also report memory over 4G during init.Kevin O'Connor1-1/+2
2009-12-24provide correct pci routing information in mptableGleb Natapov1-4/+46
2009-12-23Add symbolic definitions for MTRR code.Kevin O'Connor2-9/+20
2009-12-20Fix yield() so it works from boot code.Kevin O'Connor1-1/+4
2009-12-19Fix potential build failure due to text16 section being too large.Kevin O'Connor4-20/+29
2009-12-19Increase version in preparation for next release.Kevin O'Connor1-1/+1
2009-12-18Update version to 0.5.0.rel-0.5.0Kevin O'Connor1-1/+1
2009-12-18qemu: add rom loading via fw_cfgGerd Hoffmann3-0/+72