aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* seabios: q35: add dsdtIsaku Yamahata2012-12-011-1/+1
* megasas: Add boot support for LSI MegaRAID SASHannes Reinecke2012-11-191-1/+1
* acpi: move s3/s4/s5 to build_ssdtPaolo Bonzini2012-09-021-1/+1
* Makefile: delete output on errorMichael S. Tsirkin2012-09-021-0/+1
* Make iasl option check work with older versions of iasl.Kevin O'Connor2012-08-291-1/+1
* scsi: add AMD PCscsi driverPaolo Bonzini2012-08-071-1/+1
* acpi: fix build with new iasl compilerMichael S. Tsirkin2012-08-041-1/+4
* lsi53c895a boot supportGerd Hoffmann2012-07-211-1/+1
* usb attached scsi boot supportGerd Hoffmann2012-07-211-1/+2
* Cache romfile entries.Kevin O'Connor2012-06-021-1/+1
* remove iasl-generated hex files from git repoKevin O'Connor2012-05-301-7/+7
* Add IASL definition to the Makefile.Marc Jones2012-04-301-1/+2
* seabios: readd Makefile rule for ACPIMichael S. Tsirkin2012-03-311-0/+1
* Use "git describe" in the build generated version description.Kevin O'Connor2012-03-241-7/+4
* add virtio-scsi driverPaolo Bonzini2012-03-061-1/+1
* vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor2012-03-061-1/+7
* Don't compile with -mrtd.Kevin O'Connor2012-03-061-1/+1
* vgabios: Add version string to debug output.Kevin O'Connor2012-02-111-2/+4
* Direct compile 16bit C code instead of including via .S files.Kevin O'Connor2012-02-111-25/+33
* Add PYTHON definition to Makefile.Kevin O'Connor2012-02-081-5/+6
* vgabios: Build vgabios by default if enabled in Kconfig.Kevin O'Connor2012-01-161-19/+23
* vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor2012-01-161-1/+1
* vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor2012-01-161-3/+4
* vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor2012-01-141-1/+1
* vgabios: Make the naming in the LX code generic to Geode.Nils2012-01-141-1/+1
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-2/+2
* vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Merge support for GeodeLX vga bios.Kevin O'Connor2011-12-271-1/+2
* Partially implement VBE interface, create VBE driver skeletonJulian Pidancet2011-12-201-1/+1
* Don't use -fomit-frame-pointer when building VGA bios.Kevin O'Connor2011-12-181-6/+7
* Minor - change indent of continued lines in Makefile.Kevin O'Connor2011-12-181-19/+19
* fix make helpSebastian Herbszt2011-11-291-0/+3
* acpi: add ssdt for pci hotplugMichael S. Tsirkin2011-11-221-1/+1
* acpi: extract aml from .lstMichael S. Tsirkin2011-10-301-1/+1
* acpi: automatically generated ssdt procMichael S. Tsirkin2011-10-121-1/+1
* acpi: generate and parse mixed asl/aml listingMichael S. Tsirkin2011-10-121-4/+6
* Prep version for next release.Kevin O'Connor2011-10-041-1/+1