aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-20EBDA cleanups.Kevin O'Connor13-32/+29
2012-05-20Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor8-134/+118
2012-05-20Convert USB keyboard code EBDA variables to VARLOW variables.Kevin O'Connor2-15/+14
2012-05-20Convert ps2 code EBDA variables to VARLOW variables.Kevin O'Connor2-10/+10
2012-05-20Convert boot code EBDA variables to VARLOW variables.Kevin O'Connor2-9/+6
2012-05-20Convert timer code EBDA variables to VARLOW variables.Kevin O'Connor2-21/+17
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor10-47/+75
2012-05-13Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor5-103/+34
2012-05-13Automatically reboot after 60 second delay on failed boot.Kevin O'Connor1-6/+25
2012-05-12pci: handle bridge irq mappingGerd Hoffmann1-3/+9
2012-05-12Revert "Fix 64bit PCI issues on Windows"Kevin O'Connor2-62/+9
2012-04-26pciinit: Simplify list manipulation in pci_region_migrate_64bit_entries.Kevin O'Connor1-13/+10
2012-04-26pciinit: Minor white space changes.Kevin O'Connor1-9/+9
2012-04-26Fix 64bit PCI issues on WindowsAlexey Korolev2-9/+62
2012-04-26pciinit: Migrate 64bit entries to 64bit pci regionsAlexey Korolev2-4/+47
2012-04-26pciinit: Calculate pci region stats on demandAlexey Korolev1-22/+38
2012-04-26pciinit: 64bit capability discovery for pci bridgesAlexey Korolev1-1/+25
2012-04-26pciinit: Add pci_region structure.Alexey Korolev1-22/+28
2012-04-26pciinit: Switch to 64bit variable types.Alexey Korolev1-55/+61
2012-04-26pciinit: bridges can have two regions tooAlexey Korolev2-3/+6
2012-04-26pciinit: Track region alignment explicitly.Kevin O'Connor1-23/+18
2012-04-26pciinit: Use sorted order allocationAlexey Korolev1-64/+7
2012-04-26pciinit: Remove size element from pci_bus->r structureAlexey Korolev1-12/+8
2012-04-26pciinit: Move bus bar asignmentAlexey Korolev1-35/+18
2012-04-26pciinit: Introduction of pci_region_entry structureAlexey Korolev2-40/+81
2012-04-14Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor1-0/+1
2012-04-05Replace level gpe event with edge gpe event for hot-plug handlersIgor Mammedov2-5/+5
2012-03-25Mark disk.c functions that take an address of a stack variable as noinline.Kevin O'Connor1-6/+6
2012-03-21Drop FIX_RTC flag from FADT.Gleb Natapov1-2/+2
2012-03-21ata: send TEST UNIT READY correctlyPaolo Bonzini1-6/+8
2012-03-16virtio-scsi: Fix virtio-scsi after cdb_is_read changes.Paolo Bonzini1-5/+7
2012-03-16if HPET is not present do not report it in DSDTGleb Natapov2-9/+101
2012-03-14Use OUT mode for all zero byte "scsi" transfers.Kevin O'Connor4-5/+14
2012-03-14Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor9-39/+39
2012-03-11ps2: Enable keyboard at end of PS2 port irq.Kevin O'Connor1-0/+3
2012-03-11Increase the debug level of several frequent dprintf() statements.Kevin O'Connor3-13/+13
2012-03-11Update drive type default boot order.Kevin O'Connor1-4/+4
2012-03-10usb: Remove QH_MULT_SHIFT flag from qh.info1.Kevin O'Connor1-6/+4
2012-03-10usb: Fix barrier() placement in OHCI interrupt schedule add.Kevin O'Connor1-1/+2
2012-03-10usb: Populate OHCI endpoint descriptor info at pipe allocation.Kevin O'Connor1-14/+18
2012-03-10usb: Move EHCI tt_* fields to EHCI controller code.Kevin O'Connor3-59/+41
2012-03-10usb: Move code around in usb.c.Kevin O'Connor2-84/+84
2012-03-10usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.Kevin O'Connor10-60/+37
2012-03-10usb: Move code around in usb controller code.Kevin O'Connor3-304/+304
2012-03-10usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions.Kevin O'Connor8-32/+45
2012-03-10usb: Pass 'struct usbdevice_s' into controller alloc_async functions.Kevin O'Connor8-40/+76
2012-03-10usb: Pass usbdevice_s to alloc_async_pipe.Kevin O'Connor3-67/+73
2012-03-10usb: Build path via chain of usbdevice_s.Kevin O'Connor6-27/+29
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor8-56/+59
2012-03-10usb: Introduce 'struct usbdevice_s' to describe info for a given device.Kevin O'Connor2-18/+39