1. f5037fd apm: Remove old Bochs mechanism for shutdown/suspend/standby. by Kevin O'Connor · 10 years ago
  2. 8996ad2 Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c. by Kevin O'Connor · 10 years ago
  3. 3bd2dc6 Use biostables.c for copying bios tables even when generating them. by Kevin O'Connor · 10 years ago
  4. 19646a4 Move PirAddr definition from pirtable.c to biostables.c. by Kevin O'Connor · 10 years ago
  5. d18c9f0 smbios: Move smbios parsing logic from smbios.c to biostables.c. by Kevin O'Connor · 10 years ago
  6. 836b4d8 acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c. by Kevin O'Connor · 10 years ago
  7. d29ce62 Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting. by Kevin O'Connor · 10 years ago
  8. e916182 Minor - fix some typos in comments. by Kevin O'Connor · 10 years ago
  9. 48dc6a6 usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off. by Kevin O'Connor · 10 years ago
  10. 8abc6a8 vp_init_simple: enable PCI bus-mastering before relying on DMA. by Eric Northup · 10 years ago
  11. 5e03881 init_virtio_blk, init_virtio_scsi: reset HBA on error by Eric Northup · 10 years ago
  12. 9b9c240 smbios: Default all values to zero. by Kevin O'Connor · 11 years ago
  13. b62632a coreboot: Move links file processing to its own function. by Kevin O'Connor · 11 years ago
  14. d15b010 Enhance nullTrailingSpace() so that it can also skip leading spaces. by Kevin O'Connor · 11 years ago
  15. 2a3ed1e coreboot: Add support for a "links" file to have aliases in CBFS. by Kevin O'Connor · 11 years ago
  16. 151d034 xhci: Add copyright notice to usb-xhci.c by Kevin O'Connor · 11 years ago
  17. 5c6fa33 xhci: Use the same endpoint initialization code in xhci_alloc_pipe() by Kevin O'Connor · 11 years ago
  18. 3de7382 usb: Move default pipe max packet size code from xhci to main code. by Kevin O'Connor · 11 years ago
  19. 828ef12 usb: USB 3 devices encode bMaxPacketSize0 field. by Kevin O'Connor · 11 years ago
  20. ed8b2fb Increase maximum size of permanent high memory area. by Kevin O'Connor · 11 years ago
  21. 386a81e xhci: Check if scratch pad allocation fails. by Kevin O'Connor · 11 years ago
  22. f9564f2 Remove pci_writel() and pci_readl() functions. by Kevin O'Connor · 11 years ago
  23. de30dad xhci: Run the XHCI driver entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  24. d1bb7e5 Add space between DTYPE_* definitions. by Kevin O'Connor · 11 years ago
  25. 7f54bf7 Add call32_params() helper function. by Kevin O'Connor · 11 years ago
  26. 1540f92 xhci: Support USB hubs on xhci controllers. by Kevin O'Connor · 11 years ago
  27. 6ba9df0 xhci: Report the "protocol defined" and PSIC bits of extended capabilities. by Kevin O'Connor · 11 years ago
  28. 81b6482 xhci: Don't use a dummy endpoint count in configure command. by Kevin O'Connor · 11 years ago
  29. e3b9cad xhci: Allow the XHCI USB controller to be enabled for coreboot. by Kevin O'Connor · 11 years ago
  30. 20aeae7 xhci: Support xhci controllers with 64 byte contexts. by Kevin O'Connor · 11 years ago
  31. 81ee3bb xhci: Eliminate 'struct xhci_device'. by Kevin O'Connor · 11 years ago
  32. 4ea2fa9 xhci: Move set_address code from xhci_control to xhci_alloc_pipe. by Kevin O'Connor · 11 years ago
  33. d477d55 xhci: Allocate and free the xhci inctx structure on each use. by Kevin O'Connor · 11 years ago
  34. 347f363 xhci: Verify PAGESIZE register before initializing driver. by Kevin O'Connor · 11 years ago
  35. b6a4065 xhci: Set the interval parameter on interrupt pipes. by Kevin O'Connor · 11 years ago
  36. 1b830fe xhci: Fix incorrect direction setting on status transmissions. by Kevin O'Connor · 11 years ago
  37. 6bdc59f xhci: Use 64bit writes to ERDP register. by Kevin O'Connor · 11 years ago
  38. d42b795 xhci: allocate scratch pad buffers by Gerd Hoffmann · 11 years ago
  39. fc3cd00 pci: improve io address space allocation by Gerd Hoffmann · 11 years ago
  40. bb1fcb4 debug: Unify the SeaBIOS debug version banner. by Kevin O'Connor · 11 years ago
  41. 940fc1f debug: Only call serial_debug_preinit() at startup. by Kevin O'Connor · 11 years ago
  42. cf85418 debug: Add runtime option to not report the debug serial port to the OS. by Kevin O'Connor · 11 years ago
  43. 406df19 coreboot: Support alternative locations for CBFS. by Kevin O'Connor · 11 years ago
  44. 344496f smbios: catch zero-length strings by Gerd Hoffmann · 11 years ago
  45. 7d2fd49 ehci: memset the qTD structures in ehci_alloc_intr_pipe by Kevin O'Connor · 11 years ago
  46. 5f2d17d init_virtio_scsi(): reset the HBA before freeing its virtio ring by Laszlo Ersek · 11 years ago
  47. 296ce22 Minor - fix misspelling in romfile.c comment. by Kevin O'Connor · 11 years ago
  48. 9a79b91 Minor - pciinit.c - order header files and use static on local functions. by Kevin O'Connor · 11 years ago
  49. 40d020f resume: restore piix pm config registers after resume by Marcel Apfelbaum · 11 years ago
  50. ec443ff usb: Replace EHCI to UHCI/OHCI synchronization with new scheme. by Kevin O'Connor · 11 years ago
  51. 60f3b80 pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros. by Kevin O'Connor · 11 years ago
  52. 4b400a1 pvscsi: Always run entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  53. 01b3c99 pvscsi: Don't store reference to struct pci_device. by Kevin O'Connor · 11 years ago
  54. 48367e2 Always perform thread cleanup on MainThread stack. by Kevin O'Connor · 11 years ago
  55. b7558a3 Remove unnecesary updates of the disk op->count field. by Kevin O'Connor · 11 years ago
  56. 518955f Clear the total block transfer count on error. by Kevin O'Connor · 11 years ago
  57. 743c157 Remove the pmm handle argument from _malloc(). by Kevin O'Connor · 11 years ago
  58. 96917a8 coreboot: Make sure to print the SeaBIOS version in cbmem debug output. by Kevin O'Connor · 11 years ago rel-1.7.4
  59. 1cc809f Fix CBMEM console overflow by Kyösti Mälkki · 11 years ago
  60. 8615f62 floppy: Implement cylinder seeking when accessing a different cylinder. by Kevin O'Connor · 11 years ago
  61. b84899e On disk format request, verify cylinders and pass to driver. by Kevin O'Connor · 11 years ago
  62. cd891f1 floppy: Encode command and flags into single value in floppy pio code. by Kevin O'Connor · 11 years ago
  63. f5beab4 change boot order load log level by Gerd Hoffmann · 11 years ago
  64. b3d4aae run qemu_cfg_e820 only for CONFIG_QEMU=y by Gerd Hoffmann · 11 years ago
  65. feb0284 Small improvements to irqentry_extrastack assembler. by Kevin O'Connor · 11 years ago
  66. 402f9a4 floppy: Fix accesses to DOR register. by Kevin O'Connor · 11 years ago
  67. 302a6e8 floppy: Fix incorrect LBA to CHS translation. by Kevin O'Connor · 11 years ago
  68. b94170c Separate out sec32init sections even when not doing code relocation. by Kevin O'Connor · 11 years ago
  69. 0f0612e Minor - move sgdt/lgdt macros from stacks.c to x86.h. by Kevin O'Connor · 11 years ago
  70. b66456c floppy: Minor - add warnings if timeouts occur. by Kevin O'Connor · 11 years ago
  71. 865bfed Minor - update file comment on bootsplash.c. by Kevin O'Connor · 11 years ago
  72. 4cd522e Move low-level hardware writing from output.c to new file hw/serialio.c. by Kevin O'Connor · 11 years ago
  73. 3ecdc49 ahci: alloc structs in high memory by Gerd Hoffmann · 11 years ago
  74. 4a0f366 ahci: remote some parentheses by Gerd Hoffmann · 11 years ago
  75. 26ae90b ahci: zap real mode macros by Gerd Hoffmann · 11 years ago
  76. 0f474d0 pci: map 64-bit BARs at location provided by emulator by Gerd Hoffmann · 11 years ago
  77. c72370e pci: log pci windows by Gerd Hoffmann · 11 years ago
  78. 67a3c7c pci: tweak + comment minimum allocations by Gerd Hoffmann · 11 years ago
  79. f21c006 pci: align 64bit pci regions to 1G by Gerd Hoffmann · 11 years ago
  80. a247e67 pci: don't map usb host adapters above 4G by Gerd Hoffmann · 11 years ago
  81. 95c5afc pci: don't reorder entries when moving to 64bit list by Gerd Hoffmann · 11 years ago
  82. 6233543 acpi: strip compiler info in built-in DSDT if any by Michael S. Tsirkin · 11 years ago
  83. ce39bd4 Add support for etc/e820 fw_cfg file by Gerd Hoffmann · 11 years ago
  84. 6e1b082 Add qemu_cfg_e820 function. by Gerd Hoffmann · 11 years ago
  85. 1194874 acpi: load and link tables through romfile loader by Michael S. Tsirkin · 11 years ago
  86. 4a02768 romfile_loader: utility to patch in-memory ROM files by Michael S. Tsirkin · 11 years ago
  87. ff5f792 biostables: support looking up RSDP by Michael S. Tsirkin · 11 years ago
  88. c21dce3 Minor - eliminate the SET_GLOBAL macro. by Kevin O'Connor · 11 years ago
  89. 051275b megasas: Don't attempt to access 'struct pci_device' at runtime. by Kevin O'Connor · 11 years ago
  90. 1902c94 Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer. by Kevin O'Connor · 11 years ago
  91. f08e847 hw/usb-xhci.c: Code refactoring to not override initializers in `speed_from_xhci[16]` by Paul Menzel · 11 years ago
  92. 995bbee ACPI DSDT: Make control method `IQCR` serialized by Paul Menzel · 11 years ago
  93. e9a3e12 vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470 by Jonathan A. Kollasch · 11 years ago
  94. 83d60b3 Add pvscsi boot support by Evgeny Budilovsky · 11 years ago
  95. 7c80bb8 Run ahci code entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  96. 7acaa3c Support call16() calls after entering 32bit mode from call32(). by Kevin O'Connor · 11 years ago
  97. 2d97756 Update _farcall16() to pass segment of callregs explicitly. by Kevin O'Connor · 11 years ago
  98. 9e75b08 Make __call16 use C calling convention and support two passed parameters. by Kevin O'Connor · 11 years ago
  99. 38aadba Minor - move call16 assembler in romlayout.S. by Kevin O'Connor · 11 years ago
  100. bfac2b5 Rearrange stack_hop_back() call in wait_irq, check_irqs, and _farcall16. by Kevin O'Connor · 11 years ago