aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-10Make SMBIOS table pass MS SVVP testKevin O'Connor1-13/+15
2009-12-09Unify ps2 port data processing.Kevin O'Connor1-26/+32
2009-12-09Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor7-128/+157
2009-12-09Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor2-5/+13
2009-12-09Clear thread info on each boot.Kevin O'Connor3-1/+10
2009-12-05Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor4-5/+35
2009-12-05Fix timing in readserial.py - use 10 bits per byte.Kevin O'Connor1-1/+4
2009-12-05Enhance readserial.py to note when resetting timer.Kevin O'Connor1-2/+4
2009-12-05Fix ATA iobase2 access on PCI native mode interfaces.Kevin O'Connor4-11/+19
2009-12-05Support ISA ATA devices for qemu's "-M isapc" mode.Kevin O'Connor5-36/+61
2009-12-02Fail PS2 port commands when receiving a NAK.Kevin O'Connor1-1/+3
2009-11-25Misc updates.Kevin O'Connor3-3/+6
2009-11-25Reorganize main init order and add comments.Kevin O'Connor1-10/+15
2009-11-25Clear unused parts of f-segment.Kevin O'Connor1-0/+4
2009-11-25Clear PMMAllocs even if CONFIG_PMM not set.Kevin O'Connor1-61/+61
2009-11-25Add floppy and cdrom drives in sorted order.Kevin O'Connor1-18/+37
2009-11-24Set MaxCountCPUs even if no APIC found.Kevin O'Connor1-0/+2
2009-11-24Update snprintf to return the number of bytes used.Kevin O'Connor2-4/+8