seabios.git
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.
2011-12-31 Kevin O'Connorvgabios: Use bochsvga_ prefix for bochs vga functions.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.
2011-12-31 Kevin O'Connorvgabios: Continue port of clext.c.
2011-12-30 Kevin O'Connorvgabios: Minor fixes to struct vbe_info definition.
2011-12-30 Kevin O'ConnorDon't leave upper bits of 64bit BARs unitialized during...
2011-12-28 Kevin O'Connorvgabios: Merge support for GeodeLX vga bios.
2011-12-28 Kevin O'Connorvgabios: Place a signature at offset 0x1e of the rom.
2011-12-28 Kevin O'Connorvgabios: Generate video_param_table at runtime.
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
2011-12-28 Kevin O'Connorvgabios: Extend information in internal vgamode_s struct.
2011-12-28 Kevin O'Connorvgabios: Minor - use segoff_s for static_functionality...
2011-12-28 Kevin O'Connorvgabios: Define video_save_pointer_table layout.
2011-12-28 Kevin O'Connorvgabios: Fix compile error due to missing include in...
2011-12-21 Kevin O'ConnorUpdates to vgabios cirrus code.
2011-12-21 Julian PidancetPreliminary DISPI VBE driver implementation
2011-12-21 Julian PidancetPartially implement VBE interface, create VBE driver...
2011-12-21 Julian PidancetMerge bootsplash and VGA ROM vbe structure definitions
2011-12-21 Julian PidancetAdd vbe_flag field in BDA
2011-12-21 Julian Pidancetbuildrom.py: Handle image size in PCI header
2011-12-21 Julian PidancetAdd configuration menu for the VGA ROM
2011-12-21 Julian PidancetAdd a PCI header to the VGA ROM if needed
2011-12-21 Julian PidancetMove optionroms definitions into a separate header
2011-12-21 Julian PidancetRename CONFIG_VBE in CONFIG_VGA_BOCHS and CONFIG_CIRRUS...
2011-12-18 Kevin O'ConnorDon't use -fomit-frame-pointer when building VGA bios.
2011-12-18 Kevin O'ConnorMinor - change indent of continued lines in Makefile.
2011-12-17 Kevin O'ConnorFix broken _DIS and _SRS methods in ACPI AML irq routing.
2011-11-30 Sebastian Herbsztfix make help
2011-11-23 Michael S.... acpi: remove _RMV
2011-11-23 Michael S.... acpi: EJ0 method name patching
2011-11-23 Michael S.... acpi: add ssdt for pci hotplug
2011-11-23 Sebastian Herbsztvirtio-pci: include pci.h and pci_regs.h
2011-11-22 Paolo Bonziniusb: fix boot paths
2011-11-19 Kevin O'Connorusb-ehci: Fix races with controller on updates to QH.
2011-11-18 Kevin O'Connorusb-uhci: Be sure to wrap pipe->iobase in GET_FLATPTR().
2011-11-18 Paolo Bonzinivirtio-pci: allocate vq in vp_find_vq
2011-11-18 Paolo Bonzinivirtio-pci: introduce vp_init_simple
2011-11-18 Paolo Bonzinialways specify virtio-blk rather than virtio
2011-11-18 Paolo Bonziniscsi: get physical chs geometry from mode page 0x04
2011-11-18 Paolo Bonziniusb-msc: move cdb dispatch to block.c
2011-11-18 Paolo Bonziniusb-msc: move common scsi code to blockcmd.c
2011-11-18 Paolo Bonziniusb-msc: go through TEST UNIT READY for hard disks.
2011-11-18 Paolo Bonziniusb-msc: rename INQUIRY types
2011-11-18 Paolo Bonziniusb-msc: pass drive to setup_drive_*
2011-11-18 Paolo Bonziniusb-msc: move READ CAPACITY to usb_msc_init, fix off...
2011-11-18 Paolo Bonziniusb-msc: support WRITE commands
2011-11-18 Paolo Bonziniusb-msc: add usb_msc_send
2011-11-18 Paolo Bonziniusb-uhci: fix race against host controller
2011-11-18 Paolo Bonziniusb-uhci: reorganize wait_qh into wait_pipe
2011-11-18 Paolo Bonzinicdrom: use TEST UNIT READY to detect ready medium
2011-11-18 Paolo Bonziniusb-msc: support commands without payload
2011-10-30 Kenji Kaneshigeseabios: fix mptable nmi entry
2011-10-30 Kenji Kaneshigeseabios: Add Local APIC NMI Structure to ACPI MADT
2011-10-30 Michael S.... acpi: extract aml from .lst
2011-10-30 Isaku Yamahataseabios: acpi: allow qemu to load dsdt as external...
2011-10-30 Isaku Yamahatautil: add le32_to_cpu()
2011-10-15 Kevin O'ConnorSimplify pci_bios_init_root_regions().
2011-10-15 Kevin O'ConnorMove pciinit device init code together.
2011-10-15 Kevin O'ConnorLocally allocate pciinit busses[] variable.
2011-10-15 Kevin O'ConnorReplace recursive pci init system with linear passes.
2011-10-15 Kevin O'ConnorReplace pciinit busses_count with MaxPCIBus.
2011-10-14 Kevin O'ConnorSimplify pci_slot_get_irq().
2011-10-14 Kevin O'ConnorUse pci->header_type in pci_bar() to avoid unnecessary...
2011-10-14 Kevin O'ConnorSeparate pciinit.c into clearly delineated sections.
2011-10-14 Kevin O'ConnorUse standard formatting for PCI info during PCI init...
2011-10-13 Michael S.... acpi: automatically generated ssdt proc
2011-10-13 Michael S.... acpi: generate and parse mixed asl/aml listing
2011-10-13 Kevin O'ConnorConsolidate DSDT copy-and-paste PCI IRQ code into metho...
2011-10-13 Kevin O'ConnorMove code from PCI hotplug DSDT macros to methods.
2011-10-13 Kevin O'ConnorSimplify PCI hotplug acpi macros.
2011-10-13 Kevin O'ConnorConsolidate PCI hotplug definitions together in DSL...
2011-10-13 Kevin O'ConnorDelineate ACSP DSL code into sections.
2011-10-05 Kevin O'ConnorPrep version for next release.
2011-10-05 Kevin O'ConnorUpdate version to 1.6.3
2011-10-05 Kevin O'ConnorUpdate README file.
2011-10-01 Kevin O'ConnorFix alignment bug in pci_bios_init_root_regions().
2011-10-01 Kevin O'ConnorReorder build objects to work around gcc bug with ...
2011-10-01 Jan KiszkaProbe PCI existence
2011-09-20 Kevin O'ConnorDefine handle_post as VISIBLE32FLAT as work around...
2011-09-20 Kevin O'ConnorMinor - move ACPI_HPET_ADDRESS definition to config.h.
2011-09-02 Kevin O'ConnorMinor formatting and comment updates to acpi.c.
2011-09-02 Jan KiszkaProbe HPET existence
2011-08-28 Kevin O'ConnorUse coreboot smbios table if found.
2011-08-10 Gerd Hoffmannpci: re-add isa bridge setup
2011-08-06 Gerd Hoffmannahci: enable by default
2011-08-06 Gerd Hoffmannahci: use malloc_tmp memory for probing ports
2011-08-06 Gerd Hoffmannahci: move device registration
2011-08-06 Gerd Hoffmannahci: ignore atapi devices which are not cdroms
2011-08-06 Gerd Hoffmannahci: probe each port in its own thread
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2011-08-04 Kevin O'ConnorAllow allocation of SMBIOS table in f-segment if it...
2011-08-04 Kevin O'ConnorAllow free space in f-segment to be used by malloc_fseg().
2011-07-29 Kevin O'ConnorWarn if not enough space in smp_mtrr array.
2011-07-29 Marcelo Tosattiseabios: increase smp_mtrr array size
2011-07-25 Gerd Hoffmannahci: bootprio support
2011-07-25 Gerd Hoffmannahci: rework init workflow & fix timeout handling
2011-07-25 Gerd Hoffmannahci: don't expect ATA_CB_STAT_DRQ being clear
2011-07-25 Scott Duplichanahci: handle unaligned buffers.
next