aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+1
2015-11-19acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor1-2/+2
2015-11-19acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex fileKevin O'Connor1-1/+1
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-2/+2
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor1-6/+8
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor1-1/+1
2015-09-13build: use -fstack-check=no when availableMagnus Granberg1-0/+1
2015-07-01virtio: run drivers in 32bit modeGerd Hoffmann1-1/+1
2015-06-03build: Support "make VERSION=xyz" to override the default build versionKevin O'Connor1-2/+2
2015-06-01Add multiboot support.Vladimir Serbinenko1-1/+1
2015-05-21Support for BIOS interrupt handlerStefan Berger1-1/+1
2015-05-21Implementation of the TCG BIOS extensionsStefan Berger1-2/+3
2015-05-21Link rom.o with -N option.Vladimir Serbinenko1-1/+1
2015-04-10vgabios: Add config option for assembler fixupsKevin O'Connor1-10/+11
2014-12-29sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor1-1/+1
2014-12-03build: set LC_ALL=CGerd Hoffmann1-0/+1
2014-06-11build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor1-5/+5
2014-06-11build: Keep segmented sections separate until final link step.Kevin O'Connor1-1/+1
2014-06-05build: use -m16 where available instead of asm(".code16gcc")David Woodhouse1-1/+3
2014-06-05build: Avoid absolute paths during "whole-program" compiling.Kevin O'Connor1-2/+2
2014-06-04smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor1-2/+1
2014-05-08build: Make sure romlayout.o is recompiled on Kconfig change.Kevin O'Connor1-1/+1
2014-05-08ld: don't hardcode "-melf_i386"Roger Pau Monne1-2/+3
2014-04-11vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor1-1/+2
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor1-2/+2
2014-01-10Prevent build failure by not splitting line in the middle of arguments to che...Sander Eikelenboom1-2/+1
2013-12-27pvscsi: Always run entirely in 32bit mode.Kevin O'Connor1-2/+2
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