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