aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-02-16Fix dependencies, rebuilds automatically.Helge Deller1-5/+4
2019-02-13Reduce diff to upstream. Move Makefile commands for parisc into Makefile.pariscHelge Deller1-42/+143
2018-02-07Makefile: head.o depends on autoversion.hHelge Deller1-1/+1
2018-01-10Improve HP-UX bootHelge Deller1-1/+1
2018-01-05Add file identification strings to firmware rom, rename rom to hppa-firmware.imgHelge Deller1-2/+2
2018-01-01Add autoconf.h dependency, fixes make -jHelge Deller1-1/+1
2017-12-30Add -fno-builtin-printf compiler optionHelge Deller1-1/+2
2017-11-14Initial support for VGA (and STI console)Helge Deller1-1/+1
2017-11-08Added initial VGA support, regenerated parisc device listHelge Deller1-63/+15
2017-10-06Fix clock handling (cr16), emulate a 250MHz CPU, add ataHelge Deller1-3/+4
2017-10-06commit changesHelge Deller1-4/+4
2017-09-30delete old filesHelge Deller1-4/+4
2017-09-30commit changesHelge Deller1-70/+23
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