aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-24Use "git describe" in the build generated version description.Kevin O'Connor1-7/+4
2012-03-06add virtio-scsi driverPaolo Bonzini1-1/+1
2012-03-06vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor1-1/+7
2012-03-06Don't compile with -mrtd.Kevin O'Connor1-1/+1
2012-02-11vgabios: Add version string to debug output.Kevin O'Connor1-2/+4
2012-02-11Direct compile 16bit C code instead of including via .S files.Kevin O'Connor1-25/+33
2012-02-08Add PYTHON definition to Makefile.Kevin O'Connor1-5/+6
2012-01-16vgabios: Build vgabios by default if enabled in Kconfig.Kevin O'Connor1-19/+23
2012-01-16vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor1-1/+1
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-3/+4
2012-01-14vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor1-1/+1
2012-01-14vgabios: Make the naming in the LX code generic to Geode.Nils1-1/+1
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-2/+2
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor1-1/+1