1. 74f9612 Add IASL definition to the Makefile. by Marc Jones · 12 years ago
  2. eb015f4 seabios: readd Makefile rule for ACPI by Michael S. Tsirkin · 12 years ago
  3. 980b45a Use "git describe" in the build generated version description. by Kevin O'Connor · 12 years ago
  4. c5c488f add virtio-scsi driver by Paolo Bonzini · 12 years ago
  5. 35f42dc vgabios: Initial support for fixing up assembler to workaround x86emu. by Kevin O'Connor · 12 years ago
  6. 4290241 Don't compile with -mrtd. by Kevin O'Connor · 12 years ago
  7. 9d84088 vgabios: Add version string to debug output. by Kevin O'Connor · 12 years ago
  8. 36feea9 Direct compile 16bit C code instead of including via .S files. by Kevin O'Connor · 12 years ago
  9. 97f1ffc Add PYTHON definition to Makefile. by Kevin O'Connor · 12 years ago
  10. a7fc815 vgabios: Build vgabios by default if enabled in Kconfig. by Kevin O'Connor · 13 years ago
  11. 4ad2d10 vgabios: Rename vgatables.c to stdvgamodes.c. by Kevin O'Connor · 13 years ago
  12. 3471fdb vgabios: Add wrapper functions for accessing standard VGA registers. by Kevin O'Connor · 13 years ago
  13. 97cc354 vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus. by Kevin O'Connor · 13 years ago
  14. 31eabf9 vgabios: Make the naming in the LX code generic to Geode. by Nils · 13 years ago
  15. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 13 years ago
  16. 4040195 vgabios: Move vbe code from vgabios.c to new file vbe.c. by Kevin O'Connor · 13 years ago
  17. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 13 years ago
  18. acdcbf0 vgabios: Rename vbe.c to bochsvga.c. by Kevin O'Connor · 13 years ago
  19. 4c52fb4 vgabios: Merge support for GeodeLX vga bios. by Kevin O'Connor · 13 years ago
  20. 87879e2 Partially implement VBE interface, create VBE driver skeleton by Julian Pidancet · 13 years ago
  21. 9887ecb Don't use -fomit-frame-pointer when building VGA bios. by Kevin O'Connor · 13 years ago
  22. bd515ac Minor - change indent of continued lines in Makefile. by Kevin O'Connor · 13 years ago
  23. aba52eb fix make help by Sebastian Herbszt · 13 years ago
  24. c973788 acpi: add ssdt for pci hotplug by Michael S. Tsirkin · 13 years ago
  25. 2e55b03 acpi: extract aml from .lst by Michael S. Tsirkin · 13 years ago
  26. c736f0a acpi: automatically generated ssdt proc by Michael S. Tsirkin · 13 years ago
  27. 2597b75 acpi: generate and parse mixed asl/aml listing by Michael S. Tsirkin · 13 years ago
  28. 1fa4adc Prep version for next release. by Kevin O'Connor · 13 years ago
  29. e66fb31 Update version to 1.6.3 by Kevin O'Connor · 13 years ago rel-1.6.3
  30. d2deae2 Reorder build objects to work around gcc bug with -combine. by Kevin O'Connor · 13 years ago
  31. 3bbd11f pci: remove old pci initilaization code by Gerd Hoffmann · 13 years ago
  32. e434e31 Fix compile error - remove bmp.c from being compiled twice. by Kevin O'Connor · 13 years ago
  33. 5042ca5 Add an option to let seabios show BMP file as a logo. by Wayne Xia · 13 years ago
  34. 6e4583c Remove dev-i440fx.c/h - move code closer to its callers. by Kevin O'Connor · 13 years ago
  35. 74c7878 Add support for use as Xen HVM BIOS. by Ian Campbell · 13 years ago
  36. 1442c31 Move support for copying out BIOS tables into its own file. by Ian Campbell · 13 years ago
  37. 626416e Check for broken LD that ships with Ubuntu 11.04. by Kevin O'Connor · 13 years ago
  38. fb2f10d Prep version for next release. by Kevin O'Connor · 13 years ago
  39. f18b09b Update version to 0.6.2 by Kevin O'Connor · 13 years ago rel-0.6.2
  40. 3dba4c2 Support non-local build directory - allow "make OUT=abc/" to work. by Kevin O'Connor · 13 years ago
  41. 42d9771 The vgabios build must depend on autoconf.h. by Kevin O'Connor · 13 years ago
  42. 32aa9f3 fix parallel compilation of SeaBIOS by Stefan Reinauer · 14 years ago
  43. 713be89 Start using Kconfig to configure SeaBIOS settings. by Kevin O'Connor · 14 years ago
  44. 0da7bfd Build changes for Linux kconfig code to work in seabios dir structure. by Kevin O'Connor · 14 years ago
  45. 311f887 Minor build fixes. by Kevin O'Connor · 14 years ago
  46. d52fdf6 add ahci support by Gerd Hoffmann · 14 years ago
  47. 58a38e8 pci: introduce pci_region to manage pci io/memory/prefmemory regions. by Isaku Yamahata · 14 years ago
  48. 244caf8 Try to hard-reboot on rerun of post even on emulators. by Kevin O'Connor · 14 years ago
  49. d9c916e Prep version for next release. by Kevin O'Connor · 14 years ago
  50. 0ff9051 Update version to 0.6.1 by Kevin O'Connor · 14 years ago rel-0.6.1
  51. 0d6b8d5 seabios: pciinit: use pci device initializer helper function. by Kevin O'Connor · 14 years ago
  52. afbed1b Initial bootsplash support. by Kevin O'Connor · 14 years ago
  53. 12cbb43 seabios: remove iasl output file when error. by Isaku Yamahata · 14 years ago
  54. 9c447c3 Allow wait_irq to be called in 32bit code. by Kevin O'Connor · 14 years ago
  55. 89acfa3 Support for booting from virtio disks by Gleb Natapov · 14 years ago
  56. 9ba1dea Simplify build by manually resolving external symbols in layoutrom.py. by Kevin O'Connor · 14 years ago
  57. ba28541 Prep version for next release. by Kevin O'Connor · 14 years ago
  58. 12bffd5 Update version to 0.6.0. by Kevin O'Connor · 14 years ago rel-0.6.0
  59. d705e5a Disable inlining on old compilers. by Kevin O'Connor · 14 years ago
  60. 190cc62 Add USB EHCI controller support. by Kevin O'Connor · 14 years ago
  61. 3b79f8b Only compile usb-hub.c and paravirt.c with 32bit code. by Kevin O'Connor · 14 years ago
  62. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago
  63. 76977b2 Move common "command data block" functions to new file blockcmd.c. by Kevin O'Connor · 14 years ago
  64. 54671c1 Initial support for USB hubs. by Kevin O'Connor · 14 years ago
  65. 6fc91b2 Prep version for next release. by Kevin O'Connor · 15 years ago
  66. 5da6833 Update version to 0.5.1 by Kevin O'Connor · 15 years ago rel-0.5.1
  67. f9b25d3 Fix vgahook sign issue; add warning to build to catch future cases. by Kevin O'Connor · 15 years ago
  68. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  69. c003148 Implement native 32bit APM support. by Kevin O'Connor · 15 years ago
  70. 871e0a0 Add support for 32bit PCI BIOS entry. by Kevin O'Connor · 15 years ago
  71. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  72. a2195e4 Increase version in preparation for next release. by Kevin O'Connor · 15 years ago
  73. 494302f Update version to 0.5.0. by Kevin O'Connor · 15 years ago rel-0.5.0
  74. ad90159 Enhance experimental option rom "threading" - enable preemption. by Kevin O'Connor · 15 years ago
  75. 7cefbfa Move stack manipulation code from util.c to new file stacks.c. by Kevin O'Connor · 15 years ago
  76. 3a337b2 Reorder source code to work around weird -combine issue. by Kevin O'Connor · 15 years ago
  77. 59f0283 Add stubs for USB OHCI support. by Kevin O'Connor · 15 years ago
  78. d91f9d4 Add rule to compile DSDT to make file. by Kevin O'Connor · 15 years ago
  79. e7cc764 Move qemu config code from smbios.c to its own files. Add support for by Kevin O'Connor · 15 years ago
  80. 114592f Initial support for USB, UHCI, and USB Keyboards. by Kevin O'Connor · 15 years ago
  81. 5b8f809 Allow rom to grow beyond 64K. by Kevin O'Connor · 15 years ago
  82. 141436b Prep version id for next release. by Kevin O'Connor · 15 years ago
  83. 56629e7 Note version 0.4.2. by Kevin O'Connor · 15 years ago rel-0.4.2
  84. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 15 years ago
  85. c892b13 Separate ATA code from generic disk code. by Kevin O'Connor · 15 years ago
  86. c95d2ce Add auto-generated version info to each build. by Kevin O'Connor · 15 years ago
  87. e54ee38 Add PMM stubs. by Kevin O'Connor · 15 years ago
  88. 22e1b91 Expand int155f "vgahook" detection. by Kevin O'Connor · 15 years ago
  89. e6caca8 Minor - clarify intermediate object file names. by Kevin O'Connor · 15 years ago
  90. 5c3f5dd Don't use "objcopy --extract-symbol" - old binutils don't have that option. by Kevin O'Connor · 15 years ago
  91. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 15 years ago
  92. d82a1ca Avoid makefile "else ifeq" syntax - old versions don't support it. by Kevin O'Connor · 15 years ago
  93. 0942e7f Avoid -fwhole-program on broken gcc instead of stopping build. by Kevin O'Connor · 15 years ago
  94. 942d495 Add support for gcc v3.x compilers. by Kevin O'Connor · 15 years ago
  95. c069394 Do garbage collection of unused sections. by Kevin O'Connor · 15 years ago
  96. 7173f6f Keep relocated 16bit code so checkstack can use it. by Kevin O'Connor · 15 years ago
  97. 1445843 Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code. by Kevin O'Connor · 15 years ago
  98. 8d8e094 VGA: Commit missing change to Makefile. by Kevin O'Connor · 15 years ago
  99. 1f2c307 Add initial port of the "open source vga bios" project. by Kevin O'Connor · 15 years ago
  100. 592323f Add LZMA decompression support to CBFS. by Kevin O'Connor · 15 years ago