aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-12-23build: Don't trash the .config file when src/Kconfig changes.Kevin O'Connor1-1/+1
2013-12-05add hw/serialio.c to SRC32SEGGerd Hoffmann1-1/+1
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor1-1/+2
2013-12-04vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor1-1/+1
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-2/+2
2013-11-06romfile_loader: utility to patch in-memory ROM filesMichael S. Tsirkin1-1/+1
2013-10-26Add pvscsi boot supportEvgeny Budilovsky1-1/+1
2013-10-16Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor1-3/+18
2013-10-14Run ahci code entirely in 32bit mode.Kevin O'Connor1-2/+2
2013-09-30build: explicitly set ROM sizeGerd Hoffmann1-1/+2
2013-09-30build: create output dirs in do-kconfigGerd Hoffmann1-4/+2
2013-09-28Move dma code to new file hw/dma.c.Kevin O'Connor1-1/+1
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-1/+1
2013-09-25build: simplify cross buildsGerd Hoffmann1-13/+18
2013-09-19usb: add xhci supportGerd Hoffmann1-1/+1
2013-09-18build: Fix import of gcc dependency files.Kevin O'Connor1-1/+1
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-1/+1
2013-09-18build: Perform compile checking on vgasrc code.Kevin O'Connor1-1/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-3/+3
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-1/+1
2013-09-02build: Reorder makefile source list to group like files together.Kevin O'Connor1-11/+16
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-8/+8
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-11/+11
2013-09-02build: Don't use vpath makefile directive.Kevin O'Connor1-14/+12
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor1-19/+19
2013-08-10Add config option to support memory allocations in 9-segment.Kevin O'Connor1-1/+1
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor1-1/+1
2013-03-17Add dependencies to vgafixup.py and buildversion.sh scripts.Kevin O'Connor1-3/+3
2013-03-08Add additional dependency checks to Makefile.Kevin O'Connor1-3/+6
2013-03-06Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.Kevin O'Connor1-1/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-4/+4
2013-02-17build: Don't require $(OUT) to be a sub-directory of the main directory.Kevin O'Connor1-2/+2
2013-02-17Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".Kevin O'Connor1-3/+3
2013-02-07Add CSM supportDavid Woodhouse1-1/+1
2012-12-11Add compile checking phase to build.Kevin O'Connor1-4/+8
2012-12-11Don't use gcc's -combine option.Kevin O'Connor1-22/+5
2012-12-11Don't recursively evaluate CFLAGS variables.Kevin O'Connor1-6/+6
2012-12-01seabios: q35: add dsdtIsaku Yamahata1-1/+1
2012-11-19megasas: Add boot support for LSI MegaRAID SASHannes Reinecke1-1/+1
2012-09-02acpi: move s3/s4/s5 to build_ssdtPaolo Bonzini1-1/+1
2012-09-02Makefile: delete output on errorMichael S. Tsirkin1-0/+1
2012-08-29Make iasl option check work with older versions of iasl.rel-1.7.1Kevin O'Connor1-1/+1
2012-08-07scsi: add AMD PCscsi driverPaolo Bonzini1-1/+1
2012-08-04acpi: fix build with new iasl compilerMichael S. Tsirkin1-1/+4
2012-07-21lsi53c895a boot supportGerd Hoffmann1-1/+1
2012-07-21usb attached scsi boot supportGerd Hoffmann1-1/+2
2012-06-02Cache romfile entries.Kevin O'Connor1-1/+1
2012-05-30remove iasl-generated hex files from git repoKevin O'Connor1-7/+7
2012-04-30Add IASL definition to the Makefile.Marc Jones1-1/+2
2012-03-31seabios: readd Makefile rule for ACPIMichael S. Tsirkin1-0/+1