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