aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Fix PkgLength calculation for the SSDT.0.5.1-stableMagnus Christensson1-2/+4
2010-02-08Go back to using 0xf0000000 for PCI memory start.Kevin O'Connor2-1/+2
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
2009-12-18move htonl() + friends to util.hGerd Hoffmann2-5/+7
2009-12-18Disable CONFIG_OPTIONROMS_DEPLOYED by defaultAnthony Liguori1-1/+1
2009-12-18Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYEDAnthony Liguori1-12/+8
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor13-82/+148
2009-12-13ATA 48bit LBA should only be activated on read/write commands.Kevin O'Connor2-1/+4
2009-12-13Extract out new call32() function from check_preempt() code in stacks.c.Kevin O'Connor1-61/+72
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor12-53/+219
2009-12-13Fix use before free in boot_cbfs (boot.c).Kevin O'Connor1-1/+1
2009-12-12Enhance readserial.py to try to account for host time offsets.Kevin O'Connor1-8/+12
2009-12-10Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor4-198/+207
2009-12-10Refactor __call16_from32 - introduce transition16.Kevin O'Connor1-16/+28
2009-12-10Minor - use wait_irq() instead of irq_enable()/hlt() in apm.Kevin O'Connor1-3/+2