1. e144bb7 usb: add xhci support by Gerd Hoffmann · 11 years ago
  2. 63cbab1 usb: add usb_update_pipe() by Gerd Hoffmann · 11 years ago
  3. ee9b84f uas: add (temporary) superspeed stopgap by Gerd Hoffmann · 11 years ago
  4. 9ab39de Add qemu detection to csm by Gerd Hoffmann · 11 years ago
  5. b923d30 Drop coreboot qemu detection by Gerd Hoffmann · 11 years ago
  6. ebfece8 Add generic qemu detection by Gerd Hoffmann · 11 years ago
  7. b367e0a Sort the sections of util.h. by Kevin O'Connor · 11 years ago
  8. 07cf73b Merge bmp.h, boot.h, jpeg.h, and post.h into util.h. by Kevin O'Connor · 11 years ago
  9. 392d2aa Move standard bda type info from biosvar.h to std/bda.h. by Kevin O'Connor · 11 years ago
  10. 135f3f6 Split disk.h into block.h and std/disk.h. by Kevin O'Connor · 11 years ago
  11. b18557a Move pmm definitions to new file std/pmm.h. by Kevin O'Connor · 11 years ago
  12. 4f790aa Move pnpbios definition to new file std/pnpbios.h. by Kevin O'Connor · 11 years ago
  13. 5a7545c Move fw/acpi.h to std/acpi.h. by Kevin O'Connor · 11 years ago
  14. 3d0dfe1 Move fw/mptable.h to std/mptable.h. by Kevin O'Connor · 11 years ago
  15. b37a528 Move fw/smbios.h to std/smbios.h. by Kevin O'Connor · 11 years ago
  16. f6d700d Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h. by Kevin O'Connor · 11 years ago
  17. 2e57c81 Move vbe.h to std/vbe.h. by Kevin O'Connor · 11 years ago
  18. 8fb3a5e Move optionroms.h to std/optionrom.h and util.h. by Kevin O'Connor · 11 years ago
  19. c5e06fb Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h. by Kevin O'Connor · 11 years ago
  20. 836ec5c build: Fix import of gcc dependency files. by Kevin O'Connor · 11 years ago
  21. b4f4d33 Move definition of struct segoff_s from farptr.h to types.h. by Kevin O'Connor · 11 years ago
  22. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  23. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 11 years ago
  24. 41639f8 Move romfile definitions from util.h to new file romfile.h. by Kevin O'Connor · 11 years ago
  25. 3df600b Move stacks.c definitions from util.h to new file stacks.h. by Kevin O'Connor · 11 years ago
  26. cdb9820 build: Perform compile checking on vgasrc code. by Kevin O'Connor · 11 years ago
  27. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  28. 0ac5e9e Move keyboard calling code from util.c to boot.c. by Kevin O'Connor · 11 years ago
  29. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 11 years ago
  30. 490797e readme: Minor - fix typo in readme. by Kevin O'Connor · 11 years ago
  31. 0db6988 vgabios: Limit the range of the VBE number of "pages" parameter. by Kevin O'Connor · 11 years ago
  32. 68f56aa vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio. by Kevin O'Connor · 11 years ago
  33. 5366350 bochsvga: fallback to stdvga if dispi interface isn't present by Gerd Hoffmann · 11 years ago
  34. ce12eaf ahci: add missing check for allocation failure by Gerd Hoffmann · 11 years ago
  35. 1c78711 README: Update readme to note scripts/ directory rename and vgasrc/ directory. by Kevin O'Connor · 11 years ago
  36. 9d19acd build: Reorder makefile source list to group like files together. by Kevin O'Connor · 11 years ago
  37. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 11 years ago
  38. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  39. 3cb0f50 build: Don't use vpath makefile directive. by Kevin O'Connor · 11 years ago
  40. 09c1ebb Update kconfig to latest version. by Kevin O'Connor · 11 years ago
  41. b942ce0 Rename tools/ directory to scripts/ directory. by Kevin O'Connor · 11 years ago
  42. 915f64a Minor - simplify rom_reserve(). by Kevin O'Connor · 11 years ago
  43. f96ff44 Minor - no need to declare MaxCountCPUs as VARFSEG. by Kevin O'Connor · 11 years ago
  44. 2b0fb8c Add config option to support memory allocations in 9-segment. by Kevin O'Connor · 11 years ago
  45. fd459e8 Minor cleanups to smm assembler. by Kevin O'Connor · 11 years ago
  46. 5b63109 apm: fix shutdown by Gerd Hoffmann · 11 years ago
  47. d4c2e01 acpi_extract.py: document DEVICE directives by Michael S. Tsirkin · 11 years ago
  48. 129f11e Support custom boot menu prompt and custom boot menu key. by Kevin O'Connor · 11 years ago
  49. 1a113e1 Fix bug in CBFS file walking with compressed files. by Kevin O'Connor · 11 years ago
  50. 7093aa5 Add missing mathcp_setup() call to CSM code. by Kevin O'Connor · 11 years ago
  51. c98424c Default unused UMB areas to be read-only. by Kevin O'Connor · 11 years ago
  52. eac1194 Unify pmtimer_read() and pittimer_read() code. by Kevin O'Connor · 11 years ago
  53. 9999754 Separate out timer setup code. by Kevin O'Connor · 11 years ago
  54. 018bdd7 Rename check_tsc() (and similar) to timer_check() and use u32. by Kevin O'Connor · 11 years ago
  55. 95ee382 Rename check_timer() function (and similar) to irqtimer_check(). by Kevin O'Connor · 11 years ago
  56. 23c14a1 Shift CPU TSC down to reduce need for 64bit variables. by Kevin O'Connor · 11 years ago
  57. 0edf1d6 Rename cpu_khz to TimerKHz. by Kevin O'Connor · 11 years ago
  58. b7ab178 Improve accuracy of internal timers. by Kevin O'Connor · 11 years ago
  59. 6901337 Add helper functions to convert timer irqs to milliseconds. by Kevin O'Connor · 11 years ago
  60. 118605f Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY. by Kevin O'Connor · 11 years ago
  61. c6e8c07 Move internal timer code from clock.c to a new file timer.c. by Kevin O'Connor · 11 years ago
  62. ed88f65 acpi: sync FADT flags from PIIX4 to Q35 by Michael S. Tsirkin · 11 years ago
  63. aa7c234 PIC code cleanups. by Kevin O'Connor · 11 years ago
  64. 14b255b Update README to include info on VARLOW variables. by Kevin O'Connor · 11 years ago
  65. c83e7c2 Add CONFIG_DEBUG_COREBOOT config option by Gerd Hoffmann · 11 years ago
  66. ebf03f7 coreboot: add cbmem console support by Gerd Hoffmann · 11 years ago
  67. 2a9aeab Fix USB EHCI detection that was broken in hlist conversion of PCIDevices. by Kevin O'Connor · 11 years ago
  68. c02c219 Minor - remove debugging dprintf added to pciinit.c. by Kevin O'Connor · 11 years ago rel-1.7.3
  69. 030a58a Another fix for hlist_for_each_entry_safe. by Kevin O'Connor · 11 years ago
  70. 7507ce2 make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU by Kevin O'Connor · 11 years ago
  71. 9598386 tweak coreboot qemu detection by Gerd Hoffmann · 11 years ago
  72. a88c197 Convert pciinit.c to use standard list manipulation code. by Kevin O'Connor · 11 years ago
  73. 9539e41 Fix error in hlist_for_each_entry_safe macro. by Kevin O'Connor · 11 years ago
  74. 59c2162 Revert "Convert pciinit.c to use standard list manipulation code." by Kevin O'Connor · 11 years ago
  75. 1f20982 coreboot: add qemu detection by Gerd Hoffmann · 11 years ago
  76. 2ca73ed config: allow DEBUG_IO for !QEMU by Gerd Hoffmann · 11 years ago
  77. b98a4b1 Convert PCIDevices list to use standard list manipultion code. by Kevin O'Connor · 11 years ago
  78. aab4215 Convert pciinit.c to use standard list manipulation code. by Kevin O'Connor · 11 years ago
  79. 446defb Convert boot.c to use standard list manipulation code. by Kevin O'Connor · 11 years ago
  80. 0039a94 Convert stacks.c to use standard list manipulation code. by Kevin O'Connor · 11 years ago
  81. 2a8633f Introduce helper function have_threads() in stacks.c. by Kevin O'Connor · 11 years ago
  82. 3cf301f Minor - relocate code in stacks.c to keep low-level thread code together. by Kevin O'Connor · 11 years ago
  83. e097a75 Introduce and convert pmm code to use standard list helpers. by Kevin O'Connor · 11 years ago
  84. d0d82a3 Minor - move "tracked memory alloc" code in pmm.c. by Kevin O'Connor · 11 years ago
  85. f31bff1 Minor - explicitly close files in buildrom.py. by Kevin O'Connor · 11 years ago
  86. e9725dd Add pvpanic device driver by Hu Tao · 11 years ago
  87. 51684b7 acpi: Use cpu_to_leXX() consistently. by Kevin O'Connor · 11 years ago
  88. b9a84c1 acpi: Remove dead code with descriptions of bit flags. by Kevin O'Connor · 11 years ago
  89. 45cced1 acpi: Move ACPI table definitions from acpi.c to acpi.h. by Kevin O'Connor · 11 years ago
  90. 4158c8c Use container_of on romfile entries. by Kevin O'Connor · 11 years ago
  91. fb76cff Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries. by Kevin O'Connor · 11 years ago
  92. 5aef563 acpi: make default DSDT optional by Michael S. Tsirkin · 11 years ago
  93. 7adfd71 pciinit: Enable default VGA device by Alex Williamson · 11 years ago
  94. d838815 mptable: Use same PCI irqs as ACPI code. by Kevin O'Connor · 11 years ago
  95. 3c3a3fa mptable: Don't describe pci-to-pci bridges. by Kevin O'Connor · 11 years ago
  96. 2d6db55 Set ZF prior to keyboard read call in check_for_keystroke(). by Kevin O'Connor · 11 years ago
  97. 212fb4d Add dependencies to vgafixup.py and buildversion.sh scripts. by Kevin O'Connor · 11 years ago
  98. ac467be Update README - copy *.aml files for QEMU. by Kevin O'Connor · 11 years ago
  99. b44a7be virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd} by Asias He · 11 years ago
  100. 5a7730d virtio-scsi: Set _DRIVER_OK flag before scsi target scanning by Asias He · 11 years ago