1. 1f6bd94 libpayload: New AHCI, ATA and ATAPI drivers by Nico Huber · 11 years ago
  2. 9b48ef2 Update SeaBIOS stable to the release-1.7.1 commit by Peter Stuge · 11 years ago
  3. d357e62 libpayload: CMOS access was implemented in a backward way by Patrick Georgi · 11 years ago
  4. ec2c18e Increment revision of SeaBIOS to remove bashism by Stefan Tauner · 11 years ago
  5. 93a8b27 libpayload: Set 8bits per char for serial port by Anton Kochkov · 11 years ago
  6. d2cb7ea libpayload: UHCI driver contained too much magic by Patrick Georgi · 11 years ago
  7. efcb8de libpayload: fix for UHCI bulk transactions by Anton Kochkov · 11 years ago
  8. f78c700 libpayload: fix fetching integers from CMOS as string by Patrick Georgi · 11 years ago
  9. 82867d3 libpayload: Don't leave temporary files behind by Patrick Georgi · 11 years ago
  10. 08ed5a8 libpayload: Extend CMOS access library by Patrick Georgi · 11 years ago
  11. 1d66897 Fix disconnect handling on UHCI root ports by Anton Kochkov · 11 years ago
  12. f6c8080 UHCI: use proper pointer size by Anton Kochkov · 11 years ago
  13. 1c36ead libpayload: add controller type in usbdev_hc by Anton Kochkov · 11 years ago
  14. 811d661 coreinfo: fix build error (TRIVIAL) by Alexandru Gagniuc · 11 years ago
  15. 19e99f5 libpayload: Fix typo by Patrick Georgi · 11 years ago
  16. db2c400 libpayload: Add reset function for OHCI USB driver by Anton Kochkov · 11 years ago
  17. ac6e317 libpayload: OHCI driver correct PCI BAR reading by Anton Kochkov · 11 years ago
  18. 8fef662 libpayload: use correct types in UHCI driver by Anton Kochkov · 11 years ago
  19. df28d9f libpayload: Adjust timeouts and delays in OHCI driver by Nico Huber · 11 years ago
  20. d8a6680 libpayload: Add check for failure in usb_attach_device() by Nico Huber · 11 years ago
  21. 445a3a0 libpayload: Shutdown reasonably if we can't init usb msc device by Nico Huber · 11 years ago
  22. 274c63e libpayload: Add support for interrupt transfers in OHCI by Nico Huber · 11 years ago
  23. 542fe85 libpayload: Fix initialization of OHCI driver by Nico Huber · 11 years ago
  24. 9951ade libpayload: Implement correct done queue processing for OHCI by Nico Huber · 11 years ago
  25. ac8d550 libpayload: Correct interchanged parameters in OHCI driver by Nico Huber · 11 years ago
  26. 79e1f2f libpayload: Detach unresponsive usb mass storage devices by Nico Huber · 11 years ago
  27. 3ca35ca libpayload: Add dummy queue heads to EHCI interrupt frame list by Nico Huber · 11 years ago
  28. 0d120f8 libpayload: Add interrupt-queue underrun recovery to EHCI by Nico Huber · 11 years ago
  29. cef8692 libpayload: Adjust timeout in EHCI driver by Nico Huber · 11 years ago
  30. 2e33a65 libpayload: reg_base reading for USB EHCI driver by Anton Kochkov · 11 years ago
  31. 43b9f32 libpayload: Better error detection in USB mass storage by Nico Huber · 11 years ago
  32. 421303a libpayload: Fix detach_contoller in the USB driver by Anton Kochkov · 11 years ago
  33. bb1c42b libpayload: Add timeouts in the UHCI USB driver by Nico Huber · 11 years ago
  34. c43e736 libpayload: Fix an integer overflow in USB mass storage by Nico Huber · 11 years ago
  35. 0421dc8 libpayload: Add timeouts in the EHCI USB driver by Nico Huber · 11 years ago
  36. afe86c0 libpayload: Add timeouts in the OHCI USB driver by Nico Huber · 11 years ago
  37. 5e3428e libpayload: Remove orphaned delay from OHCI USB driver by Nico Huber · 11 years ago
  38. 62eb5b3 libpayload: Add support for interrupt transfers in EHCI by Nico Huber · 11 years ago
  39. 4842dfe libpayload: Free intr queue structure in usb_hid_destroy by Nico Huber · 11 years ago
  40. 1ab6075 libpayload: Add support for split transactions in EHCI by Nico Huber · 11 years ago
  41. d5d024f libpayload: Bring USB hub driver to a working state by Nico Huber · 11 years ago
  42. bdca153 libpayload: Remove orphaned delay from USB mass storage by Nico Huber · 11 years ago
  43. 14f6142 libpayload: Disable some buggy debugging code by Nico Huber · 11 years ago
  44. e28a615 libpayload: fix OHCI IN commands by Mathias Krause · 11 years ago
  45. 7b7b566 libpayload: fix UHCI timeout by Mathias Krause · 11 years ago
  46. 5c4e7aa libpayload: Correct port power settings for EHCI root hub by Nico Huber · 11 years ago
  47. 5f595cb libpayload: Add clear_feature() function to USB framework by Nico Huber · 11 years ago
  48. cefec0e libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179 by Nico Huber · 11 years ago
  49. eb129bb Update SeaBIOS URL by Patrick Georgi · 11 years ago
  50. f3005f5 Update SeaBIOS stable to the version 1.7.0 tag. by Marc Jones · 11 years ago
  51. 6efbebd libpayload: avoid excessive casts in printf.c by Mathias Krause · 11 years ago
  52. 67997d3 libpayload: minor cleanups by Mathias Krause · 11 years ago
  53. b9fa1ed Make libpayload parse the coreboot tables before setting up the consoles by Gabe Black · 11 years ago
  54. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 11 years ago
  55. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 11 years ago
  56. b99bc43 tint requires more heap space for PDCurses. by Marc Jones · 11 years ago
  57. 0864016 libpayload: fix compile error with enabled USB_DEBUG by Mathias Krause · 11 years ago
  58. d6a6eef libpayload: enforce const correctness for CMOS getter/setter by Mathias Krause · 11 years ago
  59. 632ab1f libpayload: fix compiler warning for first_cmos_entry() by Mathias Krause · 11 years ago
  60. 50759ed libpayload: code cosmetics by Mathias Krause · 11 years ago
  61. 9a4114a libpayload: fix possible mem leak in get_option_as_string() by Mathias Krause · 11 years ago
  62. 7627f7f libpayload: Remove workaround for bitfield management in EHCI driver by Patrick Georgi · 11 years ago
  63. 2fd5242 libpayload: Force checking all EHCI ports on power-on by Patrick Georgi · 11 years ago
  64. aff6dc2 Move SeaBIOS output out of coreboot source tree by Stefan Reinauer · 11 years ago
  65. 3e0bd19 libpayload: Fix EHCI driver by Patrick Georgi · 11 years ago
  66. 0a59511 libpayload: Add iterators for CMOS variables by Patrick Georgi · 11 years ago
  67. 56f468d libpayload: Expose options_checksum_valid by Patrick Georgi · 11 years ago
  68. da59f9a libpayload: Provide interpretation of CMOS data structures by Patrick Georgi · 11 years ago
  69. 5febb00 libpayload: Add access to CMOS images in memory space by Patrick Georgi · 11 years ago
  70. 317ca0d libpayload: Refactor highlevel CMOS access by Patrick Georgi · 11 years ago
  71. 409d17d libpayload: Allow using CBFS functions on images in RAM by Patrick Georgi · 11 years ago
  72. db89ec9 libpayload: style: compare null-pointers with NULL, not 0 by Patrick Georgi · 12 years ago
  73. 8fa2787 libpayload: Remove bitfield use from EHCI data structures by Patrick Georgi · 12 years ago
  74. b0b4a52 libpayload: Remove bitfield use from UHCI data structures by Patrick Georgi · 12 years ago
  75. c4348d0 libpayload: Remove bitfield use from OHCI data structures by Patrick Georgi · 12 years ago
  76. 68299ee Eliminate magic numbers by Philip Prindeville · 11 years ago
  77. 9a7c246 Cleanup access to vendor/part # info by Philip Prindeville · 11 years ago
  78. f42fdab libpayload: remove uhci_reg_maskX by Patrick Georgi · 12 years ago
  79. 44bf6fc Let lib_get_sysinfo() pass through the success of get_coreboot_info() by Philip Prindeville · 11 years ago
  80. 7d95b3e Fix missing cast back to void * by Philip Prindeville · 11 years ago
  81. 965dace Fix missing VM mapping by Philip Prindeville · 11 years ago
  82. c10cade Use void pointers for untyped memory by Philip Prindeville · 11 years ago
  83. fe2f6b0 Use convenience function to checksum by Philip Prindeville · 11 years ago
  84. 46404d7 Replace UNPACK_CB64 macro with inline by Philip Prindeville · 11 years ago
  85. 74b6599 Respect linker order by Christian Ruppert · 11 years ago
  86. dbde809 libpayload: add set_option() function by Patrick Georgi · 12 years ago
  87. 45945cf Mirror Fix coreinfo usage of cb_info by QingPei Wang · 12 years ago
  88. ba9b09b libpayload: Enable colors in PDcurses by Patrick Georgi · 12 years ago
  89. 583abc2 libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards by Patrick Georgi · 12 years ago
  90. bbc5231 libpayload: Implement usb_exit by Patrick Georgi · 12 years ago
  91. 01178bb libpayload: Tell EHCI to re-enable USB1 controllers by Patrick Georgi · 12 years ago
  92. 2e768e7 libpayload: Drop usb_fatal() by Patrick Georgi · 12 years ago
  93. c4716b4 libpayload: Reduce verbosity in USB stack by Mathias Krause · 12 years ago
  94. 0805201 libpayload: Put coreboot version into lib_sysinfo by Mathias Krause · 12 years ago
  95. 2d4fece don't scan beyond end of CBFS by Florian Zumbiehl · 12 years ago
  96. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 12 years ago
  97. dd69063 libpayload: Fix OHCI some more by Patrick Georgi · 12 years ago
  98. 36c04e8 Run dos2unix on bayou and remove white space at the end of lines. by Stefan Reinauer · 12 years ago
  99. bbfc9c4 Fix libpayload speaker driver by Stefan Reinauer · 12 years ago
  100. fc204c5 FILO: Pass LIBCONFIG_PATH variable to FILOs make by Thomas Gstädtner · 12 years ago