aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor2014-12-291-1/+1
* build: set LC_ALL=CGerd Hoffmann2014-12-031-0/+1
* build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor2014-06-111-5/+5
* build: Keep segmented sections separate until final link step.Kevin O'Connor2014-06-111-1/+1
* build: use -m16 where available instead of asm(".code16gcc")David Woodhouse2014-06-051-1/+3
* build: Avoid absolute paths during "whole-program" compiling.Kevin O'Connor2014-06-051-2/+2
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-041-2/+1
* build: Make sure romlayout.o is recompiled on Kconfig change.Kevin O'Connor2014-05-081-1/+1
* ld: don't hardcode "-melf_i386"Roger Pau Monne2014-05-081-2/+3
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-111-1/+2
* xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor2014-01-291-2/+2
* Prevent build failure by not splitting line in the middle of arguments to che...Sander Eikelenboom2014-01-101-2/+1
* pvscsi: Always run entirely in 32bit mode.Kevin O'Connor2013-12-271-2/+2
* build: Don't trash the .config file when src/Kconfig changes.Kevin O'Connor2013-12-231-1/+1
* add hw/serialio.c to SRC32SEGGerd Hoffmann2013-12-051-1/+1
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-041-1/+2
* vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor2013-12-041-1/+1
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-2/+2
* 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