aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Update version to 1.6.3.2rel-1.6.3.21.6.3-stableKevin O'Connor1-1/+1
2012-03-05Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.Kevin O'Connor1-1/+1
2012-03-05Fix missing NULL pointer checks causing boot failure on 1meg machines.Kevin O'Connor1-1/+2
2012-03-05BCVs should inherrit the legacy harddrive priority.Kevin O'Connor1-1/+1
2012-02-22Permit .rodata.__PRETTY_FUNCTION__. sections in roms.Kevin O'Connor1-4/+8
2012-02-22Add PYTHON definition to Makefile.Kevin O'Connor1-3/+4
2011-11-24Update version to 1.6.3.1rel-1.6.3.1Kevin O'Connor1-1/+1
2011-11-24usb: fix boot pathsPaolo Bonzini1-2/+2
2011-10-04Update version to 1.6.3rel-1.6.3Kevin O'Connor1-1/+1
2011-10-04Update README file.Kevin O'Connor1-26/+9
2011-10-01Fix alignment bug in pci_bios_init_root_regions().Kevin O'Connor1-1/+1
2011-10-01Reorder build objects to work around gcc bug with -combine.Kevin O'Connor1-1/+1
2011-10-01Probe PCI existenceJan Kiszka3-4/+20
2011-09-20Define handle_post as VISIBLE32FLAT as work around for QEmu memory layout.Kevin O'Connor1-11/+20
2011-09-20Minor - move ACPI_HPET_ADDRESS definition to config.h.Kevin O'Connor2-11/+9
2011-09-02Minor formatting and comment updates to acpi.c.Kevin O'Connor1-16/+13
2011-09-02Probe HPET existenceJan Kiszka1-1/+13
2011-08-28Use coreboot smbios table if found.Kevin O'Connor4-3/+12
2011-08-09pci: re-add isa bridge setupGerd Hoffmann1-0/+5
2011-08-06ahci: enable by defaultGerd Hoffmann1-1/+1
2011-08-06ahci: use malloc_tmp memory for probing portsGerd Hoffmann1-3/+11
2011-08-06ahci: move device registrationGerd Hoffmann2-13/+16
2011-08-06ahci: ignore atapi devices which are not cdromsGerd Hoffmann1-7/+8
2011-08-06ahci: probe each port in its own threadGerd Hoffmann1-21/+20
2011-08-06ahci/cdrom: shared bounce bufferGerd Hoffmann4-10/+23
2011-08-03Allow allocation of SMBIOS table in f-segment if it is small.Kevin O'Connor2-2/+11
2011-08-03Allow free space in f-segment to be used by malloc_fseg().Kevin O'Connor2-1/+8
2011-07-29Warn if not enough space in smp_mtrr array.Kevin O'Connor1-1/+3
2011-07-29seabios: increase smp_mtrr array sizeMarcelo Tosatti1-1/+1
2011-07-24ahci: bootprio supportGerd Hoffmann2-6/+12
2011-07-24ahci: rework init workflow & fix timeout handlingGerd Hoffmann1-62/+127
2011-07-24ahci: don't expect ATA_CB_STAT_DRQ being clearGerd Hoffmann1-3/+2
2011-07-24ahci: handle unaligned buffers.Scott Duplichan1-2/+51
2011-07-24ahci: add error recovery codeGerd Hoffmann1-3/+47
2011-07-24ahci: use interrupt status registerGerd Hoffmann1-15/+28
2011-07-24ahci/sata: Fix FIS setup.Gerd Hoffmann1-4/+3
2011-07-20xen: actually setup hypercalls.Ian Campbell1-0/+3
2011-07-16Remove 16bit wrappers from PMM code.Kevin O'Connor1-76/+55
2011-07-16Run option rom visible PMM code in 32bit mode instead of 16bit mode.Kevin O'Connor5-14/+50
2011-07-12pci: set BUILD_PCIMEM_START to 0xe0000000Gerd Hoffmann1-1/+1
2011-07-12pci: cleanup config.hGerd Hoffmann2-15/+1
2011-07-12pci: remove old pci initilaization codeGerd Hoffmann4-304/+1
2011-07-12pci: activate two-pass pci initialization codeGerd Hoffmann1-4/+34
2011-07-12pci: add two-pass pci initialization codeGerd Hoffmann2-3/+319
2011-07-12Updates to TODO list.Kevin O'Connor1-8/+0
2011-07-12Fix compile error - remove bmp.c from being compiled twice.Kevin O'Connor1-1/+1
2011-07-10Rename the apm, pcibios, and elf entry points.Kevin O'Connor4-20/+20
2011-07-10Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor5-146/+113
2011-07-10Minor fix - check for malloc failure in USB cntl allocation.Kevin O'Connor3-0/+12
2011-07-10Minor fix - make sure not to call ohci/uhci_init from irq handler.Kevin O'Connor1-0/+4