aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Make iasl option check work with older versions of iasl.rel-1.7.1Kevin O'Connor1-1/+1
2012-08-07scsi: add AMD PCscsi driverPaolo Bonzini8-1/+253
2012-08-04scsi: fix detection of QEMUPaolo Bonzini1-1/+1
2012-08-04lsi: do not reset on errorPaolo Bonzini1-2/+0
2012-08-04acpi: fix build with new iasl compilerMichael S. Tsirkin1-1/+4
2012-08-01allow CPUs to have non-contiguous Local APIC IDs (v2)Eduardo Habkost5-6/+27
2012-08-01report real I/O APIC ID (0) on MADT and MP-table (v3)Eduardo Habkost3-2/+3
2012-08-01EHCI: increase CONNECT detection delayKevin O'Connor1-1/+3
2012-07-21Increase debug level of Xen detection code.Kevin O'Connor1-1/+1
2012-07-21Unify ATAPI command processing.Kevin O'Connor8-107/+60
2012-07-21lsi53c895a boot supportGerd Hoffmann8-3/+236
2012-07-21usb attached scsi boot supportGerd Hoffmann9-8/+298
2012-07-21move usb mass storage defines to usb.hGerd Hoffmann2-11/+10
2012-07-21Minor - clear unused f-segment data at start of f-segment.Kevin O'Connor1-1/+4
2012-07-20Fix merge of a4e2b9adbba95c2d783761e84444bbb3c8d6107b.Kevin O'Connor1-2/+2
2012-07-19enable USE_PLATFORM_CLOCK bit in FADT flagsMarcelo Tosatti1-2/+3
2012-07-02SMM: Disable use of SMM when running under XenIan Campbell1-0/+3
2012-07-02Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell4-8/+10
2012-07-02enable Xen support by default.Ian Campbell1-1/+1
2012-06-27Xen: add definition of xen_hypercall_pageIan Campbell1-0/+1
2012-06-21Get system state configuration from QEMU and patch DSDT with it.Gleb Natapov3-32/+51
2012-06-21Add ACPI_EXTRACT_PKG_START macro parsingGleb Natapov1-0/+12
2012-06-21Fix aml_name_string() to recognize block name modifiers.Gleb Natapov1-1/+5
2012-06-21Minor - ensure build can handle some gcc/linker section declarations.Kevin O'Connor1-2/+8
2012-06-21Minor - fixup missing "extern" declaration in xen.h.Kevin O'Connor1-1/+1
2012-06-13Support USB MSC devices with multiples LUNsKevin O'Connor3-25/+68
2012-06-13pci: runtime i/o window sizingGerd Hoffmann1-6/+15
2012-06-13EHCI: Add support for 64 bit capabilitySven Schnelle2-9/+10
2012-06-13Minor - remove extra include from apm.c.Kevin O'Connor1-1/+0
2012-06-10Minor - extend the size of the 'struct bios_data_area_s' to 256 bytes.Kevin O'Connor1-0/+3
2012-06-10Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor8-29/+25
2012-06-09Remove SMBIOS generation on coreboot hack.Kevin O'Connor2-7/+1
2012-06-09Minor - Replace PirOffset with PirAddr.Kevin O'Connor4-8/+9
2012-06-09Minor - collect biostable copy code into new func copy_table().Kevin O'Connor4-22/+19
2012-06-08Avoid runtime relocation of 16bit "low" mem - calculate at build instead.Kevin O'Connor4-38/+29
2012-06-07update dsdt ressources at runtimeGerd Hoffmann3-3/+98
2012-06-07pciinit: make pci ressources configurableGerd Hoffmann2-5/+12
2012-06-07update bios dateGerd Hoffmann1-1/+1
2012-06-02Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor9-50/+51
2012-06-02Cache romfile entries.Kevin O'Connor13-321/+232
2012-05-30remove iasl-generated hex files from git repoKevin O'Connor5-6201/+21
2012-05-30Remove CanPreempt check from pmm code.Kevin O'Connor2-11/+0
2012-05-30Rework disk.c:fillLCHS to avoid using pointer parameters.Kevin O'Connor2-17/+20
2012-05-30Make sure to set dependency to segment registers in inline asm.Kevin O'Connor2-8/+9
2012-05-30Set noinline on kbd.c interface functions that take stack variable pointers.Kevin O'Connor1-2/+2
2012-05-30Remove "noinline" declarations from keyboard/mouse driver code.Kevin O'Connor4-7/+5
2012-05-30Use the extra stack for 16bit USB and PS2 keyboard/mouse commands.Kevin O'Connor2-6/+6
2012-05-30Run all hardware irq handlers on the extra stack.Kevin O'Connor13-95/+127
2012-05-28Automatically hop off the extra stack when far calling 16bit code.Kevin O'Connor2-36/+40
2012-05-28Make the extra stack re-entrant and "hop back" to check for irqs.Kevin O'Connor3-7/+56