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