aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-06-22qemu: add qemu ramfb supportGerd Hoffmann1-1/+1
2018-06-22qemu: add bochs-display supportGerd Hoffmann1-1/+1
2017-09-22add serial console supportGerd Hoffmann1-2/+2
2017-09-22std: add cp437 to unicode mapGerd Hoffmann1-0/+1
2017-02-20block: add NVMe boot supportJulian Stecklina1-1/+1
2016-10-26build: Add -fno-pie to the gcc flags when availableKevin O'Connor1-0/+1
2016-10-21build: Be sure to also include out/*.d in MakefileKevin O'Connor1-1/+1
2016-08-04swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor1-1/+1
2016-03-29Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068eDon Slutz1-1/+1
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