1. 17b811b sdcard: Move frequency setting into sdcard_card_setup() by Kevin O'Connor · 9 years ago
  2. 91a9f5b sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c by Kevin O'Connor · 9 years ago
  3. 3156b71 rtc: Disable NMI in rtc_mask() by Kevin O'Connor · 9 years ago
  4. 766f417 docs: Don't use an add-symbol-file offset when describing gdb debugging by Kevin O'Connor · 9 years ago
  5. 2fc20dc xhci: Minor - add USB port type comments to xhci_hub_reset() by Kevin O'Connor · 9 years ago
  6. 9f7b236 sdcard: Allow sdcard addresses to be specified in CBFS files by Kevin O'Connor · 9 years ago
  7. 5ddce09 ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead by Kevin O'Connor · 9 years ago
  8. bd5f6c7 Add minimal support for machines without hardware interrupts by Kevin O'Connor · 9 years ago
  9. bc46ebe rtc: Support disabling the RTC timer irq support by Kevin O'Connor · 9 years ago
  10. 4c90495 sdcard: Allow the sdcard driver to run on real hardware by Kevin O'Connor · 9 years ago
  11. d501de1 sdcard: Initial support for MMC cards by Kevin O'Connor · 9 years ago
  12. bf8f266 sdcard: Check for error events during sdcard_pio() by Kevin O'Connor · 9 years ago
  13. 9b73aa6 sdcard: Perform a controller reset at start of init by Kevin O'Connor · 9 years ago
  14. 33e205e sdcard: Rename waitw() to sdcard_waitw() and simplify by Kevin O'Connor · 9 years ago
  15. 18254b3 sdcard: Implement timeout on every block read in sdcard_pio_transfer() by Kevin O'Connor · 9 years ago
  16. 34cc2fd sdcard: The card should never be in a busy state at start of sdcard_pio() by Kevin O'Connor · 9 years ago
  17. 263fb19 sdcard: Power down controller on failure by Kevin O'Connor · 9 years ago
  18. ad0c9ea sdcard: Power controller up to maximum voltage supported by Kevin O'Connor · 9 years ago
  19. 4b99922 sdcard: Move power setup to new function sdcard_set_power() by Kevin O'Connor · 9 years ago
  20. d5b7821 sdcard: Support SDHCI v3.00 spec clock setting by Kevin O'Connor · 9 years ago
  21. cfe326b sdcard: Fill command bits according to spec by Kevin O'Connor · 9 years ago
  22. 12441a8 sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app() by Kevin O'Connor · 9 years ago
  23. 2a91b34 Call cpu_relax() if yielding prior to interrupts being enabled by Kevin O'Connor · 9 years ago
  24. ec52068 Move CanInterrupt check to check_irqs() by Kevin O'Connor · 9 years ago
  25. b3f1fad edd: Reduce parameters to fill_generic_edd() by Kevin O'Connor · 9 years ago
  26. 8aad64e edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s' by Kevin O'Connor · 9 years ago
  27. eeca36c optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version exists by Kevin O'Connor · 9 years ago
  28. fd318e4 xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 by Julius Werner · 9 years ago
  29. 9ee2e26 mptable: Don't create mptable if it is very large by Kevin O'Connor · 9 years ago
  30. 4c6de9e sdcard: Add proper delays during card power up by Kevin O'Connor · 9 years ago
  31. 43312af sdcard: Improve SD card initialization command sequence by Kevin O'Connor · 9 years ago
  32. 9637a67 sdcard: Set timeout control register during init (to max allowed timeout) by Kevin O'Connor · 9 years ago
  33. 86efbb6 sdcard: Make sure controller support 3.3V before enabling it by Kevin O'Connor · 9 years ago
  34. 67bb455 sdcard: Implement controller frequency setting according to sdhci spec by Kevin O'Connor · 9 years ago
  35. 11198db sdcard: Check if card is present before sending commands to card by Kevin O'Connor · 9 years ago
  36. 33617ef vgafb: Minor - move gfx_common() variables outside of switch statement by Kevin O'Connor · 9 years ago
  37. 4bfd7f2 smm: ignore bits 16,18-31 of SMM revision ID at runtime too by Kevin O'Connor · 9 years ago
  38. 908a58c smm: fix outl argument order by Paolo Bonzini · 9 years ago
  39. 8c76bd6 Minor - move declaration of CDRom_locks to code that uses it by Kevin O'Connor · 9 years ago
  40. 7dbadfc ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMU by Kevin O'Connor · 9 years ago
  41. 4ec872a timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer by Kevin O'Connor · 9 years ago
  42. bbb3fba timer: Delay timestamp counter init until after pmtimer is probed by Kevin O'Connor · 9 years ago
  43. 4ce5d20 ps2: Don't wait 100ms to discard possible extra reset receive byte by Kevin O'Connor · 9 years ago
  44. 8b9942f Don't enable interrupts prior to IVT and PIC setup by Kevin O'Connor · 9 years ago
  45. 6a668b3 ata: Make sure "chanid" is relative to PCI device for bootorder file by Kevin O'Connor · 9 years ago
  46. f318c07 ps2: Support mode for polling the PS2 port instead of using irqs by Kevin O'Connor · 10 years ago
  47. 4d20436 coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer by Kevin O'Connor · 9 years ago
  48. 1785645 block: Rename process_XXX_op() functions to XXX_process_op() by Kevin O'Connor · 9 years ago
  49. 5dcd1ee blockcmd: Convert cdb_is_read() to scsi_is_read() by Kevin O'Connor · 9 years ago
  50. bb05a67 blockcmd: Remove unused scsi_process_op() and cdb_cmd_data() by Kevin O'Connor · 9 years ago
  51. 2dd0832 pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  52. 113f5d2 pvscsi: Move pvscsi_fill_req() code into pvscsi_cmd() by Kevin O'Connor · 9 years ago
  53. e0eb5a0 virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  54. 0429a9e megasas: Handle Megasas drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  55. e404cad esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  56. 7d3ca01 lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  57. b70cbd6 usb-uas: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  58. ed12090 usb-msc: Handle USB drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  59. 0e5c770 ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  60. 91f8923 ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests by Kevin O'Connor · 9 years ago
  61. fb25163 blockcmd: Introduce scsi_fill_cmd() by Kevin O'Connor · 9 years ago
  62. 4dbe829 block: Route scsi style commands through 'struct disk_op_s' by Kevin O'Connor · 9 years ago
  63. 85c72c6 block: Introduce default_process_op() with common command handling codes by Kevin O'Connor · 9 years ago
  64. c7fa789 block: Split process_op() command dispatch up into multiple functions by Kevin O'Connor · 9 years ago
  65. 7f50afc ich9: initialise RCBA register through LPC interface by Paulo Alcantara · 9 years ago
  66. a4a17de docs: Note release date of 1.8.2 by Kevin O'Connor · 9 years ago
  67. 3abdc7c Make sure all code checks for malloc failures by Kevin O'Connor · 9 years ago
  68. 1202f03 bootorder: Update "extra pci root" buses bootorder format to match qemu by Kevin O'Connor · 9 years ago
  69. 6cfebb4 virtio-pci: use high memory for rings by Gerd Hoffmann · 9 years ago
  70. 1ffda84 virtio-ring: 32bit cleanup by Gerd Hoffmann · 9 years ago
  71. b7dd90f virtio-scsi: 32bit cleanup by Gerd Hoffmann · 9 years ago
  72. ef459e4 virtio-blk: 32bit cleanup by Gerd Hoffmann · 9 years ago
  73. fb752e1 virtio: legacy cleanup by Gerd Hoffmann · 9 years ago
  74. 71acef8 virtio: also probe version 1.0 pci ids by Gerd Hoffmann · 9 years ago
  75. 084eec8 virtio: use version 1.0 if available (flip the big switch) by Gerd Hoffmann · 9 years ago
  76. 6b67c62 virtio-blk: fix initialization for version 1.0 by Gerd Hoffmann · 9 years ago
  77. 604a6f1 virtio-scsi: fix initialization for version 1.0 by Gerd Hoffmann · 9 years ago
  78. 6c14fef virtio: add version 1.0 support to vp_find_vq by Gerd Hoffmann · 9 years ago
  79. 39989b1 virtio: remove unused vp_del_vq by Gerd Hoffmann · 9 years ago
  80. 2e68fb1 virtio: add version 1.0 support to vp_notify by Gerd Hoffmann · 9 years ago
  81. 984db76 virtio: add version 1.0 support to vp_reset by Gerd Hoffmann · 9 years ago
  82. adeb2e3 virtio: add version 1.0 support to vp_get_isr by Gerd Hoffmann · 9 years ago
  83. 6ee9776 virtio: add version 1.0 support to vp_{get,set}_status by Gerd Hoffmann · 9 years ago
  84. 46d1792 virtio: make features 64bit, support version 1.0 features by Gerd Hoffmann · 9 years ago
  85. 3bbc849 virtio: add read/write functions and macros by Gerd Hoffmann · 9 years ago
  86. 0de7891 virtio: create vp_cap struct for legacy bar by Gerd Hoffmann · 9 years ago
  87. d896646 virtio: find version 1.0 virtio capabilities by Gerd Hoffmann · 9 years ago
  88. d00335e virtio: add version 0.9.5 struct by Gerd Hoffmann · 9 years ago
  89. 90ac3d4 virtio: add version 1.0 structs and #defines by Gerd Hoffmann · 9 years ago
  90. 74d0cdc virtio: pass struct pci_device to vp_init_simple by Gerd Hoffmann · 9 years ago
  91. daf5cc9 virtio: add struct vp_device by Gerd Hoffmann · 9 years ago
  92. 1d9e87b virtio: run drivers in 32bit mode by Gerd Hoffmann · 9 years ago
  93. e38be2d pci: allow to loop over capabilities by Gerd Hoffmann · 9 years ago
  94. f24eb2f build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS by Kevin O'Connor · 9 years ago
  95. d6aca44 tcg: Use seabios setup()/prepboot() calling convention for tcg by Kevin O'Connor · 9 years ago
  96. 5deeec1 tpm: Move call to tpm_option_rom into init_optionrom by Stefan Berger · 9 years ago
  97. 0cfbfb0 tpm: Clean up in tcgbios.h by Stefan Berger · 9 years ago
  98. fc2e715 tpm: clean up parameters to build_and_send_cmd by Stefan Berger · 9 years ago
  99. 0d289b5 tpm: Be consistent with array sizes in tcgbios.c by Stefan Berger · 9 years ago
  100. d2f01e6 tpm: Introduce a #define for command tag by Stefan Berger · 9 years ago