summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* disable array bounds warningHEADmasterGerd Hoffmann2023-05-051-0/+1
* Add implementations for sha256, sha384, and sha512Stefan Berger2021-06-301-1/+1
* ldnoexec: Add script to remove ET_EXEC flag from intermediate build objectsKevin O'Connor2020-07-241-4/+5
* rewrap Makefile lines.Gerd Hoffmann2020-05-181-15/+17
* acpi: add dsdt parserGerd Hoffmann2020-05-151-1/+1
* virtio-mmio: device probing and initialization.Gerd Hoffmann2020-05-151-1/+1
* build: use -fcf-protection=none when availableChristian Ehrhardt2020-05-141-0/+1
* Makefile: Build with -Wno-address-of-packed-memberKevin O'Connor2019-08-231-0/+1
* vga: add atiext driverGerd Hoffmann2019-03-151-1/+1
* vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann2019-03-141-1/+1
* qemu: add qemu ramfb supportGerd Hoffmann2018-06-221-1/+1
* qemu: add bochs-display supportGerd Hoffmann2018-06-221-1/+1
* add serial console supportGerd Hoffmann2017-09-221-2/+2
* std: add cp437 to unicode mapGerd Hoffmann2017-09-221-0/+1
* block: add NVMe boot supportJulian Stecklina2017-02-201-1/+1
* build: Add -fno-pie to the gcc flags when availableKevin O'Connor2016-10-261-0/+1
* build: Be sure to also include out/*.d in MakefileKevin O'Connor2016-10-211-1/+1
* swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor2016-08-041-1/+1
* Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068eDon Slutz2016-03-291-1/+1
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+1
* acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor2015-11-191-2/+2
* acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex fileKevin O'Connor2015-11-191-1/+1
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-2/+2
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-151-6/+8
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-1/+1
* build: use -fstack-check=no when availableMagnus Granberg2015-09-131-0/+1
* virtio: run drivers in 32bit modeGerd Hoffmann2015-07-011-1/+1
* build: Support "make VERSION=xyz" to override the default build versionKevin O'Connor2015-06-031-2/+2
* Add multiboot support.Vladimir Serbinenko2015-06-011-1/+1
* Support for BIOS interrupt handlerStefan Berger2015-05-211-1/+1
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-2/+3
* Link rom.o with -N option.Vladimir Serbinenko2015-05-211-1/+1
* vgabios: Add config option for assembler fixupsKevin O'Connor2015-04-101-10/+11
* 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