1. 4e57a54 Add implementations for sha256, sha384, and sha512 by Stefan Berger · 3 years, 3 months ago
  2. 699a4e5 ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects by Kevin O'Connor · 4 years, 2 months ago
  3. b8eda13 rewrap Makefile lines. by Gerd Hoffmann · 4 years, 4 months ago
  4. 654ba38 acpi: add dsdt parser by Gerd Hoffmann · 4 years, 6 months ago
  5. 69f65a4 virtio-mmio: device probing and initialization. by Gerd Hoffmann · 4 years, 6 months ago
  6. 8d25ca4 build: use -fcf-protection=none when available by Christian Ehrhardt · 4 years, 6 months ago
  7. 43f5df7 Makefile: Build with -Wno-address-of-packed-member by Kevin O'Connor · 5 years ago
  8. 34b6ecc vga: add atiext driver by Gerd Hoffmann · 6 years ago
  9. 004f5b3 vga: move modelist from bochsvga.c to new svgamodes.c by Gerd Hoffmann · 6 years ago
  10. d9a8b86 qemu: add qemu ramfb support by Gerd Hoffmann · 7 years ago
  11. 77404b4 qemu: add bochs-display support by Gerd Hoffmann · 7 years ago
  12. d6728f3 add serial console support by Gerd Hoffmann · 7 years ago
  13. 44270bc std: add cp437 to unicode map by Gerd Hoffmann · 7 years ago
  14. c83e15b block: add NVMe boot support by Julian Stecklina · 8 years ago
  15. 99e3316 build: Add -fno-pie to the gcc flags when available by Kevin O'Connor · 8 years ago
  16. 75411ce build: Be sure to also include out/*.d in Makefile by Kevin O'Connor · 8 years ago
  17. 27129d0 swcursor: Move swcursor code from vgafb.c to new file swcursor.c by Kevin O'Connor · 8 years ago
  18. f2645a8 Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e by Don Slutz · 8 years ago
  19. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 9 years ago
  20. 4373afa acpi: Don't build SSDT files on every build; store them in git by Kevin O'Connor · 9 years ago
  21. b0d3cc3 acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex file by Kevin O'Connor · 9 years ago
  22. efd70a5 build: Report gcc and binutils versions in debug log by Kevin O'Connor · 9 years ago
  23. a6c8774 build: Rework version generation; don't allow make version override by Kevin O'Connor · 9 years ago
  24. c167e54 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix by Kevin O'Connor · 9 years ago
  25. e4d2b8c build: use -fstack-check=no when available by Magnus Granberg · 9 years ago
  26. 1d9e87b virtio: run drivers in 32bit mode by Gerd Hoffmann · 9 years ago
  27. 624e812 build: Support "make VERSION=xyz" to override the default build version by Kevin O'Connor · 9 years ago
  28. 1b911d7 Add multiboot support. by Vladimir Serbinenko · 9 years ago
  29. 5aa2a75 Support for BIOS interrupt handler by Stefan Berger · 9 years ago
  30. b310dfa Implementation of the TCG BIOS extensions by Stefan Berger · 9 years ago
  31. 3752bf4 Link rom.o with -N option. by Vladimir Serbinenko · 9 years ago
  32. 799b20b vgabios: Add config option for assembler fixups by Kevin O'Connor · 9 years ago
  33. 72691a5 sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU by Kevin O'Connor · 10 years ago
  34. e5f4338 build: set LC_ALL=C by Gerd Hoffmann · 10 years ago
  35. ab482e0 build: Get fixed address variables from 32bit compile pass (not 16bit) by Kevin O'Connor · 10 years ago
  36. e574997 build: Keep segmented sections separate until final link step. by Kevin O'Connor · 10 years ago
  37. 04b531a build: use -m16 where available instead of asm(".code16gcc") by David Woodhouse · 10 years ago
  38. ec44fac build: Avoid absolute paths during "whole-program" compiling. by Kevin O'Connor · 10 years ago
  39. 0673b78 smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode. by Kevin O'Connor · 10 years ago
  40. 9d0d08c build: Make sure romlayout.o is recompiled on Kconfig change. by Kevin O'Connor · 10 years ago
  41. 6ad7b5b ld: don't hardcode "-melf_i386" by Roger Pau Monne · 10 years ago
  42. 7c79029 vgabios: Initial support for coreboot native vga vgabios. by Kevin O'Connor · 11 years ago
  43. de30dad xhci: Run the XHCI driver entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  44. 2a53385 Prevent build failure by not splitting line in the middle of arguments to checkrom.py script by Sander Eikelenboom · 11 years ago
  45. 4b400a1 pvscsi: Always run entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  46. 95b3d32 build: Don't trash the .config file when src/Kconfig changes. by Kevin O'Connor · 11 years ago
  47. 31b8b4e add hw/serialio.c to SRC32SEG by Gerd Hoffmann · 11 years ago
  48. dab0a74 vgabios: Move initialization code to new file vgainit.c. by Kevin O'Connor · 11 years ago
  49. 4a8b58c vgabios: Support allocating an extra stack for vgabios calls and default on. by Kevin O'Connor · 11 years ago
  50. 4cd522e Move low-level hardware writing from output.c to new file hw/serialio.c. by Kevin O'Connor · 11 years ago
  51. 4a02768 romfile_loader: utility to patch in-memory ROM files by Michael S. Tsirkin · 11 years ago
  52. 83d60b3 Add pvscsi boot support by Evgeny Budilovsky · 11 years ago
  53. 8744e15 Build different final files for QEMU, coreboot, and CSM. by Kevin O'Connor · 11 years ago
  54. 7c80bb8 Run ahci code entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  55. 85f8fac build: explicitly set ROM size by Gerd Hoffmann · 11 years ago
  56. d3c971e build: create output dirs in do-kconfig by Gerd Hoffmann · 11 years ago
  57. 7b9f297 Move dma code to new file hw/dma.c. by Kevin O'Connor · 11 years ago
  58. 8b7861c Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c. by Kevin O'Connor · 11 years ago
  59. 1814014 build: simplify cross builds by Gerd Hoffmann · 11 years ago
  60. e144bb7 usb: add xhci support by Gerd Hoffmann · 11 years ago
  61. 836ec5c build: Fix import of gcc dependency files. by Kevin O'Connor · 11 years ago
  62. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 11 years ago
  63. cdb9820 build: Perform compile checking on vgasrc code. by Kevin O'Connor · 11 years ago
  64. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  65. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 11 years ago
  66. 9d19acd build: Reorder makefile source list to group like files together. by Kevin O'Connor · 11 years ago
  67. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 11 years ago
  68. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  69. 3cb0f50 build: Don't use vpath makefile directive. by Kevin O'Connor · 11 years ago
  70. b942ce0 Rename tools/ directory to scripts/ directory. by Kevin O'Connor · 11 years ago
  71. 2b0fb8c Add config option to support memory allocations in 9-segment. by Kevin O'Connor · 11 years ago
  72. c6e8c07 Move internal timer code from clock.c to a new file timer.c. by Kevin O'Connor · 11 years ago
  73. 212fb4d Add dependencies to vgafixup.py and buildversion.sh scripts. by Kevin O'Connor · 11 years ago
  74. 5325e91 Add additional dependency checks to Makefile. by Kevin O'Connor · 12 years ago
  75. 3f8d735 Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl. by Kevin O'Connor · 12 years ago
  76. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 12 years ago
  77. 2321912 build: Don't require $(OUT) to be a sub-directory of the main directory. by Kevin O'Connor · 12 years ago
  78. 4c405cb Fix Makefile - don't reference "out/" directly, instead use "$(OUT)". by Kevin O'Connor · 12 years ago
  79. 118469a Add CSM support by David Woodhouse · 12 years ago
  80. c39a272 Add compile checking phase to build. by Kevin O'Connor · 12 years ago
  81. fa2eacb Don't use gcc's -combine option. by Kevin O'Connor · 12 years ago
  82. 3ffa8cc Don't recursively evaluate CFLAGS variables. by Kevin O'Connor · 12 years ago
  83. ecbe3fd seabios: q35: add dsdt by Isaku Yamahata · 12 years ago
  84. 2df70bf megasas: Add boot support for LSI MegaRAID SAS by Hannes Reinecke · 12 years ago
  85. cf5bef4 acpi: move s3/s4/s5 to build_ssdt by Paolo Bonzini · 12 years ago
  86. 3dcc223 Makefile: delete output on error by Michael S. Tsirkin · 12 years ago
  87. 51755c3 Make iasl option check work with older versions of iasl. by Kevin O'Connor · 12 years ago rel-1.7.1
  88. 7a39e72 scsi: add AMD PCscsi driver by Paolo Bonzini · 12 years ago
  89. 4da0725 acpi: fix build with new iasl compiler by Michael S. Tsirkin · 12 years ago
  90. 9d6bac1 lsi53c895a boot support by Gerd Hoffmann · 12 years ago
  91. e53e30d usb attached scsi boot support by Gerd Hoffmann · 12 years ago
  92. 59d6ca5 Cache romfile entries. by Kevin O'Connor · 12 years ago
  93. 51d6ba3 remove iasl-generated hex files from git repo by Kevin O'Connor · 12 years ago
  94. 74f9612 Add IASL definition to the Makefile. by Marc Jones · 12 years ago
  95. eb015f4 seabios: readd Makefile rule for ACPI by Michael S. Tsirkin · 12 years ago
  96. 980b45a Use "git describe" in the build generated version description. by Kevin O'Connor · 12 years ago
  97. c5c488f add virtio-scsi driver by Paolo Bonzini · 13 years ago
  98. 35f42dc vgabios: Initial support for fixing up assembler to workaround x86emu. by Kevin O'Connor · 13 years ago
  99. 4290241 Don't compile with -mrtd. by Kevin O'Connor · 13 years ago
  100. 9d84088 vgabios: Add version string to debug output. by Kevin O'Connor · 13 years ago