1. e574997 build: Keep segmented sections separate until final link step. by Kevin O'Connor · 10 years ago
  2. 04b531a build: use -m16 where available instead of asm(".code16gcc") by David Woodhouse · 10 years ago
  3. ec44fac build: Avoid absolute paths during "whole-program" compiling. by Kevin O'Connor · 10 years ago
  4. 0673b78 smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode. by Kevin O'Connor · 10 years ago
  5. 9d0d08c build: Make sure romlayout.o is recompiled on Kconfig change. by Kevin O'Connor · 10 years ago
  6. 6ad7b5b ld: don't hardcode "-melf_i386" by Roger Pau Monne · 10 years ago
  7. 7c79029 vgabios: Initial support for coreboot native vga vgabios. by Kevin O'Connor · 10 years ago
  8. de30dad xhci: Run the XHCI driver entirely in 32bit mode. by Kevin O'Connor · 10 years ago
  9. 2a53385 Prevent build failure by not splitting line in the middle of arguments to checkrom.py script by Sander Eikelenboom · 10 years ago
  10. 4b400a1 pvscsi: Always run entirely in 32bit mode. by Kevin O'Connor · 10 years ago
  11. 95b3d32 build: Don't trash the .config file when src/Kconfig changes. by Kevin O'Connor · 10 years ago
  12. 31b8b4e add hw/serialio.c to SRC32SEG by Gerd Hoffmann · 10 years ago
  13. dab0a74 vgabios: Move initialization code to new file vgainit.c. by Kevin O'Connor · 10 years ago
  14. 4a8b58c vgabios: Support allocating an extra stack for vgabios calls and default on. by Kevin O'Connor · 10 years ago
  15. 4cd522e Move low-level hardware writing from output.c to new file hw/serialio.c. by Kevin O'Connor · 10 years ago
  16. 4a02768 romfile_loader: utility to patch in-memory ROM files by Michael S. Tsirkin · 10 years ago
  17. 83d60b3 Add pvscsi boot support by Evgeny Budilovsky · 10 years ago
  18. 8744e15 Build different final files for QEMU, coreboot, and CSM. by Kevin O'Connor · 10 years ago
  19. 7c80bb8 Run ahci code entirely in 32bit mode. by Kevin O'Connor · 10 years ago
  20. 85f8fac build: explicitly set ROM size by Gerd Hoffmann · 10 years ago
  21. d3c971e build: create output dirs in do-kconfig by Gerd Hoffmann · 10 years ago
  22. 7b9f297 Move dma code to new file hw/dma.c. by Kevin O'Connor · 10 years ago
  23. 8b7861c Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c. by Kevin O'Connor · 10 years ago
  24. 1814014 build: simplify cross builds by Gerd Hoffmann · 10 years ago
  25. e144bb7 usb: add xhci support by Gerd Hoffmann · 11 years ago
  26. 836ec5c build: Fix import of gcc dependency files. by Kevin O'Connor · 10 years ago
  27. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 10 years ago
  28. cdb9820 build: Perform compile checking on vgasrc code. by Kevin O'Connor · 10 years ago
  29. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 10 years ago
  30. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 10 years ago
  31. 9d19acd build: Reorder makefile source list to group like files together. by Kevin O'Connor · 10 years ago
  32. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 10 years ago
  33. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 10 years ago
  34. 3cb0f50 build: Don't use vpath makefile directive. by Kevin O'Connor · 10 years ago
  35. b942ce0 Rename tools/ directory to scripts/ directory. by Kevin O'Connor · 10 years ago
  36. 2b0fb8c Add config option to support memory allocations in 9-segment. by Kevin O'Connor · 10 years ago
  37. c6e8c07 Move internal timer code from clock.c to a new file timer.c. by Kevin O'Connor · 10 years ago
  38. 212fb4d Add dependencies to vgafixup.py and buildversion.sh scripts. by Kevin O'Connor · 11 years ago
  39. 5325e91 Add additional dependency checks to Makefile. by Kevin O'Connor · 11 years ago
  40. 3f8d735 Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl. by Kevin O'Connor · 11 years ago
  41. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  42. 2321912 build: Don't require $(OUT) to be a sub-directory of the main directory. by Kevin O'Connor · 11 years ago
  43. 4c405cb Fix Makefile - don't reference "out/" directly, instead use "$(OUT)". by Kevin O'Connor · 11 years ago
  44. 118469a Add CSM support by David Woodhouse · 11 years ago
  45. c39a272 Add compile checking phase to build. by Kevin O'Connor · 11 years ago
  46. fa2eacb Don't use gcc's -combine option. by Kevin O'Connor · 11 years ago
  47. 3ffa8cc Don't recursively evaluate CFLAGS variables. by Kevin O'Connor · 11 years ago
  48. ecbe3fd seabios: q35: add dsdt by Isaku Yamahata · 11 years ago
  49. 2df70bf megasas: Add boot support for LSI MegaRAID SAS by Hannes Reinecke · 11 years ago
  50. cf5bef4 acpi: move s3/s4/s5 to build_ssdt by Paolo Bonzini · 11 years ago
  51. 3dcc223 Makefile: delete output on error by Michael S. Tsirkin · 11 years ago
  52. 51755c3 Make iasl option check work with older versions of iasl. by Kevin O'Connor · 11 years ago rel-1.7.1
  53. 7a39e72 scsi: add AMD PCscsi driver by Paolo Bonzini · 11 years ago
  54. 4da0725 acpi: fix build with new iasl compiler by Michael S. Tsirkin · 11 years ago
  55. 9d6bac1 lsi53c895a boot support by Gerd Hoffmann · 11 years ago
  56. e53e30d usb attached scsi boot support by Gerd Hoffmann · 11 years ago
  57. 59d6ca5 Cache romfile entries. by Kevin O'Connor · 12 years ago
  58. 51d6ba3 remove iasl-generated hex files from git repo by Kevin O'Connor · 12 years ago
  59. 74f9612 Add IASL definition to the Makefile. by Marc Jones · 12 years ago
  60. eb015f4 seabios: readd Makefile rule for ACPI by Michael S. Tsirkin · 12 years ago
  61. 980b45a Use "git describe" in the build generated version description. by Kevin O'Connor · 12 years ago
  62. c5c488f add virtio-scsi driver by Paolo Bonzini · 12 years ago
  63. 35f42dc vgabios: Initial support for fixing up assembler to workaround x86emu. by Kevin O'Connor · 12 years ago
  64. 4290241 Don't compile with -mrtd. by Kevin O'Connor · 12 years ago
  65. 9d84088 vgabios: Add version string to debug output. by Kevin O'Connor · 12 years ago
  66. 36feea9 Direct compile 16bit C code instead of including via .S files. by Kevin O'Connor · 12 years ago
  67. 97f1ffc Add PYTHON definition to Makefile. by Kevin O'Connor · 12 years ago
  68. a7fc815 vgabios: Build vgabios by default if enabled in Kconfig. by Kevin O'Connor · 12 years ago
  69. 4ad2d10 vgabios: Rename vgatables.c to stdvgamodes.c. by Kevin O'Connor · 12 years ago
  70. 3471fdb vgabios: Add wrapper functions for accessing standard VGA registers. by Kevin O'Connor · 12 years ago
  71. 97cc354 vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus. by Kevin O'Connor · 12 years ago
  72. 31eabf9 vgabios: Make the naming in the LX code generic to Geode. by Nils · 12 years ago
  73. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 12 years ago
  74. 4040195 vgabios: Move vbe code from vgabios.c to new file vbe.c. by Kevin O'Connor · 12 years ago
  75. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 12 years ago
  76. acdcbf0 vgabios: Rename vbe.c to bochsvga.c. by Kevin O'Connor · 12 years ago
  77. 4c52fb4 vgabios: Merge support for GeodeLX vga bios. by Kevin O'Connor · 12 years ago
  78. 87879e2 Partially implement VBE interface, create VBE driver skeleton by Julian Pidancet · 12 years ago
  79. 9887ecb Don't use -fomit-frame-pointer when building VGA bios. by Kevin O'Connor · 12 years ago
  80. bd515ac Minor - change indent of continued lines in Makefile. by Kevin O'Connor · 12 years ago
  81. aba52eb fix make help by Sebastian Herbszt · 12 years ago
  82. c973788 acpi: add ssdt for pci hotplug by Michael S. Tsirkin · 12 years ago
  83. 2e55b03 acpi: extract aml from .lst by Michael S. Tsirkin · 12 years ago
  84. c736f0a acpi: automatically generated ssdt proc by Michael S. Tsirkin · 12 years ago
  85. 2597b75 acpi: generate and parse mixed asl/aml listing by Michael S. Tsirkin · 12 years ago
  86. 1fa4adc Prep version for next release. by Kevin O'Connor · 12 years ago
  87. e66fb31 Update version to 1.6.3 by Kevin O'Connor · 12 years ago rel-1.6.3
  88. d2deae2 Reorder build objects to work around gcc bug with -combine. by Kevin O'Connor · 12 years ago
  89. 3bbd11f pci: remove old pci initilaization code by Gerd Hoffmann · 12 years ago
  90. e434e31 Fix compile error - remove bmp.c from being compiled twice. by Kevin O'Connor · 12 years ago
  91. 5042ca5 Add an option to let seabios show BMP file as a logo. by Wayne Xia · 12 years ago
  92. 6e4583c Remove dev-i440fx.c/h - move code closer to its callers. by Kevin O'Connor · 12 years ago
  93. 74c7878 Add support for use as Xen HVM BIOS. by Ian Campbell · 13 years ago
  94. 1442c31 Move support for copying out BIOS tables into its own file. by Ian Campbell · 13 years ago
  95. 626416e Check for broken LD that ships with Ubuntu 11.04. by Kevin O'Connor · 13 years ago
  96. fb2f10d Prep version for next release. by Kevin O'Connor · 13 years ago
  97. f18b09b Update version to 0.6.2 by Kevin O'Connor · 13 years ago rel-0.6.2
  98. 3dba4c2 Support non-local build directory - allow "make OUT=abc/" to work. by Kevin O'Connor · 13 years ago
  99. 42d9771 The vgabios build must depend on autoconf.h. by Kevin O'Connor · 13 years ago
  100. 32aa9f3 fix parallel compilation of SeaBIOS by Stefan Reinauer · 13 years ago