1. 4e0daae virtio: Clear interrupt status register in virtio-blk by Stefan Hajnoczi · 14 years ago
  2. af0963d seabios: pciinit: initialize pci bridge filtering registers. by Isaku Yamahata · 14 years ago
  3. f441666 seabios: pciinit: pci bridge bus initialization. by Isaku Yamahata · 14 years ago
  4. 5d0de15 seabios: pciinit: make bar offset calculation pci bridge aware. by Isaku Yamahata · 14 years ago
  5. a65821d seabios: pciinit: factor out bar offset calculation. by Isaku Yamahata · 14 years ago
  6. 0a8eada seabios: pciinit: make pci bar assigner preferchable memory aware. by Isaku Yamahata · 14 years ago
  7. dfd94fa seabios: pciinit: make pci memory space assignment 64bit aware. by Isaku Yamahata · 14 years ago
  8. b9e4721 seabios: pciinit: factor out pci bar region allocation logic. by Isaku Yamahata · 14 years ago
  9. edd9911 seabios: pci: introduce foreachpci_in_bus() helper macro. by Isaku Yamahata · 14 years ago
  10. f79a462 Add romfile_size() wrapper for accessing cbfs/qemu_cfg files. by Kevin O'Connor · 14 years ago
  11. afbed1b Initial bootsplash support. by Kevin O'Connor · 14 years ago
  12. 83d6ed6 Update TODO by Kevin O'Connor · 14 years ago
  13. 1d7d893 Fix bvprintf() to respect padding for hex printing. by Kevin O'Connor · 14 years ago
  14. e230426 Unify optionrom cbfs/qemu_cfg rom pulling code. by Kevin O'Connor · 14 years ago
  15. 8cb8ba5 SeaBIOS VGA hooks by Stefan Reinauer · 14 years ago
  16. 203f6f3 SeaBIOS CD/DVD abbreviations by Stefan Reinauer · 14 years ago
  17. 12cbb43 seabios: remove iasl output file when error. by Isaku Yamahata · 14 years ago
  18. d5d02b6 Allocate cdemu buffer in low mem instead of ebda. by Kevin O'Connor · 14 years ago
  19. 8f59aa3 Introduce memcpy_fl - a memcpy on "flat" pointers. by Kevin O'Connor · 14 years ago
  20. 42a1d4c Rework malloc to use a "first fit" algorithm. by Kevin O'Connor · 14 years ago
  21. 34e9cc5 Minor mptable changes. by Kevin O'Connor · 14 years ago
  22. 0f3783b virtio: clean up memory barrier usage by Michael S. Tsirkin · 14 years ago
  23. bfe4d60 virtio: remove NO_NOTIFY optimization by Michael S. Tsirkin · 14 years ago
  24. bb68591 Don't use RTC to time boot menu delay. by Kevin O'Connor · 14 years ago
  25. b5cc2ca Generalize timer based delay code. by Kevin O'Connor · 14 years ago
  26. 144817b Rename check_time() to check_tsc(). by Kevin O'Connor · 14 years ago
  27. 9c447c3 Allow wait_irq to be called in 32bit code. by Kevin O'Connor · 14 years ago
  28. 49cc72b Improve optionrom debugging statements. by Kevin O'Connor · 14 years ago
  29. c65a4a6 Minor - compile out usb-msc code if CONFIG_USB_MSC not set. by Kevin O'Connor · 14 years ago
  30. 456479e Minor ata cleanups. by Kevin O'Connor · 14 years ago
  31. 2515a72 Make sure virtio-blk is fully compiled out if not wanted. by Kevin O'Connor · 14 years ago
  32. c4fe135 Minor - split up virtio_blk_setup(). by Kevin O'Connor · 14 years ago
  33. 4030db0 fix two issues with virtio-blk by Gleb Natapov · 14 years ago
  34. ea8ac63 Minor improvements to virtio (allow irqs, allocate page aligned). by Kevin O'Connor · 14 years ago
  35. 7d09d0e Fix virtio compile errors on various gcc versions. by Kevin O'Connor · 14 years ago
  36. 89acfa3 Support for booting from virtio disks by Gleb Natapov · 14 years ago
  37. 6d66316 smbios: avoid counting io hole as ram by Alex Williamson · 14 years ago
  38. e5cd945 Fix error causing USB HID "boot" protocol to not be enabled. by Kevin O'Connor · 14 years ago
  39. 0e88576 Add support for USB mice. by Kevin O'Connor · 14 years ago
  40. dd5a8a6 When USB keyboard active, don't send keyboard commands to ps2 port. by Kevin O'Connor · 14 years ago
  41. 5718d56 Document usb-hid.c functions. by Kevin O'Connor · 14 years ago
  42. e438b0c Further parallelize init when using CONFIG_THREAD_OPTIONROMS. by Kevin O'Connor · 14 years ago
  43. f59b5ac Handle unknown function addresses in tools/checkstack.py. by Kevin O'Connor · 14 years ago
  44. 9ba1dea Simplify build by manually resolving external symbols in layoutrom.py. by Kevin O'Connor · 14 years ago
  45. 698d3f9 USB EHCI should yield() whil waiting for controller to ack reset. by Kevin O'Connor · 14 years ago
  46. f9a774c Add __attribute__((__malloc__)) declaration to internal malloc funcs. by Kevin O'Connor · 14 years ago
  47. b7045ce Minor - remove redundant check from ata_try_dma. by Kevin O'Connor · 14 years ago
  48. 67f6d37 Fix possible unitialized variable issue in usb msc. by Kevin O'Connor · 14 years ago
  49. a7eb8fc Some improvements to optionrom preemption support. by Kevin O'Connor · 14 years ago
  50. d28b0fe Refactor USB hub code. by Kevin O'Connor · 14 years ago
  51. ba28541 Prep version for next release. by Kevin O'Connor · 14 years ago
  52. 12bffd5 Update version to 0.6.0. by Kevin O'Connor · 14 years ago rel-0.6.0
  53. 87ab2fb Improve USB EHCI timing. by Kevin O'Connor · 14 years ago
  54. d705e5a Disable inlining on old compilers. by Kevin O'Connor · 14 years ago
  55. bca0736 Force use of indirect function calls in inline assembler. by Kevin O'Connor · 14 years ago
  56. d7eb27e Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS). by Kevin O'Connor · 14 years ago
  57. 7415270 Call to int1552 (from int1346) should set regs->dl. by Kevin O'Connor · 14 years ago
  58. 9dc243e Adjust debug levels of device discovery. by Kevin O'Connor · 14 years ago
  59. d9c9361 Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT. by Kevin O'Connor · 14 years ago
  60. c35e1e5 Restore segment limits in handle_1589 code. by Kevin O'Connor · 14 years ago
  61. 11cc662 Extend time for rtc to be ready. by Kevin O'Connor · 14 years ago
  62. 4ed378a Backup and restore registers when calling out to user funcs. by Kevin O'Connor · 14 years ago
  63. 68c5139 Enable irqs in kbd/clock calls that caller might "spin" on. by Kevin O'Connor · 14 years ago
  64. f628244 Process event on ps2 keyboard irq even if event already read. by Kevin O'Connor · 14 years ago
  65. a5d8458 Revert "Unify ps2 port data processing." by Kevin O'Connor · 14 years ago
  66. b9ed5e2 Handle variable length return of ps2 port GETID command. by Kevin O'Connor · 14 years ago
  67. 67a9eec Prevent ps2 irqs from messing up ps2 init. by Kevin O'Connor · 14 years ago
  68. 6704cf9 Revert "Rework disabling of ps2 port irqs." by Kevin O'Connor · 14 years ago
  69. 808939c Fix smp cpu detect on gcc 4.5. by Kevin O'Connor · 14 years ago
  70. a979c1c Improvements to tools/checkstack.py. by Kevin O'Connor · 14 years ago
  71. 190cc62 Add USB EHCI controller support. by Kevin O'Connor · 14 years ago
  72. 0770d67 Some USB UHCI and OHCI fixes and cleanups. by Kevin O'Connor · 14 years ago
  73. bfe7ca7 Minor - USB OHCI interrupt queue should be one larger. by Kevin O'Connor · 14 years ago
  74. 09e2f7c Reduce size of USB 'struct uhci_td'. by Kevin O'Connor · 14 years ago
  75. 406fad6 Dynamically allocate USB controller structures. by Kevin O'Connor · 14 years ago
  76. 4547eb9 Replace USB encoded 'u32 endp' scheme with explicit struct fields. by Kevin O'Connor · 14 years ago
  77. 8ebcac0 Further parallelize USB init by launching a thread per usb port. by Kevin O'Connor · 14 years ago
  78. e908665 Introduce simple "mutex" locking code. by Kevin O'Connor · 14 years ago
  79. 3b79f8b Only compile usb-hub.c and paravirt.c with 32bit code. by Kevin O'Connor · 14 years ago
  80. 357bdfa Prefer passing a USB "pipe" structure over a USB endp encoding. by Kevin O'Connor · 14 years ago
  81. 7fb8ba8 Add a generic "internal error" warning function. by Kevin O'Connor · 14 years ago
  82. 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct. by Kevin O'Connor · 14 years ago
  83. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  84. 0360e8e Seabios e820 reservation portion v3 by Jes Sorensen · 14 years ago
  85. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago
  86. 3c160dd Introduce helper functions for finding USB end-points. by Kevin O'Connor · 14 years ago
  87. 9571439 USB UHCI cleanups. by Kevin O'Connor · 14 years ago
  88. a4bd919 Minor - arrange struct drive_s to clarify field roles. by Kevin O'Connor · 14 years ago
  89. dac46b1 Fix off by one error in strtcpy. by Kevin O'Connor · 14 years ago
  90. d2d1de0 Don't require a valid physical cylinders/heads/spt for logical mapping. by Kevin O'Connor · 14 years ago
  91. 76977b2 Move common "command data block" functions to new file blockcmd.c. by Kevin O'Connor · 14 years ago
  92. d7e998f Dynamically allocate each drive_g with malloc_fseg(). by Kevin O'Connor · 14 years ago
  93. 525be69 Add *.pyc to .gitignore. by Kevin O'Connor · 14 years ago
  94. 7d70025 Add common "block command" definitions and update cdrom code. by Kevin O'Connor · 14 years ago
  95. 68caaa7 Optimize ntohl() code. by Kevin O'Connor · 14 years ago
  96. 42157c8 Minor - sort ATA CMD definitions. by Kevin O'Connor · 14 years ago
  97. 54671c1 Initial support for USB hubs. by Kevin O'Connor · 14 years ago
  98. 7852331 Minor - increase debug level of some USB debug statements. by Kevin O'Connor · 14 years ago
  99. ba94a68 Don't leave USB UHCI ports disabled for extended time during reset. by Kevin O'Connor · 14 years ago
  100. 49a0aa6 Don't parallelize USB OHCI root port reset. by Kevin O'Connor · 14 years ago