aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-24parisc: Add parisc-qemu-install Makefile targetHelge Deller1-0/+5
2024-01-18parisc: Enable build of 64-bit firmware code to out-64/hppa-firmware64.imgHelge Deller1-1/+1
2024-01-04parisc: Prepare for builing a 64-bit firmwareHelge Deller1-1/+2
2022-01-12parisc: Warn if CONFIG_PARISC is not enabledHelge Deller1-0/+3
2021-09-24parisc: Add PA-RISC related codeHelge Deller1-1/+8
2021-06-30Add implementations for sha256, sha384, and sha512Stefan Berger1-1/+1
2020-07-24ldnoexec: Add script to remove ET_EXEC flag from intermediate build objectsKevin O'Connor1-4/+5
2020-05-18rewrap Makefile lines.Gerd Hoffmann1-15/+17
2020-05-15acpi: add dsdt parserGerd Hoffmann1-1/+1
2020-05-15virtio-mmio: device probing and initialization.Gerd Hoffmann1-1/+1
2020-05-14build: use -fcf-protection=none when availableChristian Ehrhardt1-0/+1
2019-08-23Makefile: Build with -Wno-address-of-packed-memberKevin O'Connor1-0/+1
2019-03-15vga: add atiext driverGerd Hoffmann1-1/+1
2019-03-14vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann1-1/+1
2018-06-22qemu: add qemu ramfb supportGerd Hoffmann1-1/+1
2018-06-22qemu: add bochs-display supportGerd Hoffmann1-1/+1
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