aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* romfile_loader: utility to patch in-memory ROM filesMichael S. Tsirkin2013-11-061-1/+1
* Add pvscsi boot supportEvgeny Budilovsky2013-10-261-1/+1
* Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor2013-10-161-3/+18
* Run ahci code entirely in 32bit mode.Kevin O'Connor2013-10-141-2/+2
* build: explicitly set ROM sizeGerd Hoffmann2013-09-301-1/+2
* build: create output dirs in do-kconfigGerd Hoffmann2013-09-301-4/+2
* Move dma code to new file hw/dma.c.Kevin O'Connor2013-09-281-1/+1
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-1/+1
* build: simplify cross buildsGerd Hoffmann2013-09-251-13/+18
* usb: add xhci supportGerd Hoffmann2013-09-191-1/+1
* build: Fix import of gcc dependency files.Kevin O'Connor2013-09-181-1/+1
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-1/+1
* build: Perform compile checking on vgasrc code.Kevin O'Connor2013-09-181-1/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-3/+3
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-1/+1
* build: Reorder makefile source list to group like files together.Kevin O'Connor2013-09-021-11/+16
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-8/+8
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-11/+11
* build: Don't use vpath makefile directive.Kevin O'Connor2013-09-021-14/+12
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-171-19/+19
* Add config option to support memory allocations in 9-segment.Kevin O'Connor2013-08-101-1/+1
* Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor2013-07-201-1/+1
* Add dependencies to vgafixup.py and buildversion.sh scripts.Kevin O'Connor2013-03-171-3/+3
* Add additional dependency checks to Makefile.Kevin O'Connor2013-03-081-3/+6
* Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.Kevin O'Connor2013-03-061-1/+1
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-4/+4
* build: Don't require $(OUT) to be a sub-directory of the main directory.Kevin O'Connor2013-02-171-2/+2
* Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".Kevin O'Connor2013-02-171-3/+3
* Add CSM supportDavid Woodhouse2013-02-071-1/+1
* Add compile checking phase to build.Kevin O'Connor2012-12-111-4/+8
* Don't use gcc's -combine option.Kevin O'Connor2012-12-111-22/+5
* Don't recursively evaluate CFLAGS variables.Kevin O'Connor2012-12-111-6/+6
* seabios: q35: add dsdtIsaku Yamahata2012-12-011-1/+1
* megasas: Add boot support for LSI MegaRAID SASHannes Reinecke2012-11-191-1/+1
* acpi: move s3/s4/s5 to build_ssdtPaolo Bonzini2012-09-021-1/+1
* Makefile: delete output on errorMichael S. Tsirkin2012-09-021-0/+1
* Make iasl option check work with older versions of iasl.Kevin O'Connor2012-08-291-1/+1
* scsi: add AMD PCscsi driverPaolo Bonzini2012-08-071-1/+1
* acpi: fix build with new iasl compilerMichael S. Tsirkin2012-08-041-1/+4
* lsi53c895a boot supportGerd Hoffmann2012-07-211-1/+1
* usb attached scsi boot supportGerd Hoffmann2012-07-211-1/+2
* Cache romfile entries.Kevin O'Connor2012-06-021-1/+1
* remove iasl-generated hex files from git repoKevin O'Connor2012-05-301-7/+7
* Add IASL definition to the Makefile.Marc Jones2012-04-301-1/+2
* seabios: readd Makefile rule for ACPIMichael S. Tsirkin2012-03-311-0/+1
* Use "git describe" in the build generated version description.Kevin O'Connor2012-03-241-7/+4
* add virtio-scsi driverPaolo Bonzini2012-03-061-1/+1
* vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor2012-03-061-1/+7
* Don't compile with -mrtd.Kevin O'Connor2012-03-061-1/+1
* vgabios: Add version string to debug output.Kevin O'Connor2012-02-111-2/+4