aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* move htonl() + friends to util.hGerd Hoffmann2009-12-182-5/+7
* Disable CONFIG_OPTIONROMS_DEPLOYED by defaultAnthony Liguori2009-12-181-1/+1
* Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYEDAnthony Liguori2009-12-181-12/+8
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-1313-82/+148
* ATA 48bit LBA should only be activated on read/write commands.Kevin O'Connor2009-12-132-1/+4
* Extract out new call32() function from check_preempt() code in stacks.c.Kevin O'Connor2009-12-131-61/+72
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-1312-53/+219
* Fix use before free in boot_cbfs (boot.c).Kevin O'Connor2009-12-131-1/+1
* Enhance readserial.py to try to account for host time offsets.Kevin O'Connor2009-12-121-8/+12
* Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor2009-12-104-198/+207
* Refactor __call16_from32 - introduce transition16.Kevin O'Connor2009-12-101-16/+28
* Minor - use wait_irq() instead of irq_enable()/hlt() in apm.Kevin O'Connor2009-12-101-3/+2
* Make SMBIOS table pass MS SVVP testKevin O'Connor2009-12-101-13/+15
* Unify ps2 port data processing.Kevin O'Connor2009-12-091-26/+32