1. 28b900a libpayload: Add _ and + to USB HID keymap by Patrick Georgi · 12 years ago
  2. 0c2364c libpayload: Fix interrupt-queue cleanup for OHCI by Nico Huber · 12 years ago
  3. b9917c2 libpayload: Rework connection state detection for OHCI by Nico Huber · 12 years ago
  4. be58fee libpayload: Handle errors in UHCI interrupt queues by Nico Huber · 12 years ago
  5. 8c4d2f3 libpayload: Handle underruns in UHCI interrupt queues by Nico Huber · 12 years ago
  6. ce407e4 libpayload: Implement correct interrupt-queue linking for UHCI by Nico Huber · 12 years ago
  7. cd587f1 libpayload: Make USB HID support multiple keyboards by Nico Huber · 12 years ago
  8. af169f4 libpayload: ehci: Prevent some race conditions by Nico Huber · 12 years ago
  9. b2db28b libpayload: Detach devices behind removed USB hubs by Nico Huber · 12 years ago
  10. ef88e10 libpayload: More compliant error recovery in USB MSC by Nico Huber · 12 years ago
  11. 86c686a libpayload: Reduce error output from EHCI by Nico Huber · 12 years ago
  12. e8a71d3 libpayload: Fix random warnings by Nico Huber · 12 years ago
  13. 4f83d1b libpayload: ehci: Fix warnings about discarded volatile by Nico Huber · 12 years ago
  14. ba22e4c libpayload: Fix some missing-prototype warnings by Nico Huber · 12 years ago
  15. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  16. 4b62ebe Add nvramcui by Patrick Georgi · 12 years ago
  17. 425973c libpayload: Always use virtual pointers in struct sysinfo_t by Nico Huber · 12 years ago
  18. dd5979a libpayload: Use #ifdef for CONFIG_* checks by Nico Huber · 12 years ago
  19. 6e711c6 libpayload: Add init() function to hci_t and rework uhci_reset() by Nico Huber · 12 years ago
  20. aaa212d libpayload: Do not call ohci_reset() from ohci_init() by Nico Huber · 12 years ago
  21. d633dda libpayload: Free usb host controller instance after shutdown by Nico Huber · 12 years ago
  22. a482701 libpayload: Document USB host controller setup functions by Nico Huber · 12 years ago
  23. 45b94bc libpayload: Export device count in storage interface by Patrick Georgi · 12 years ago
  24. cd986c0 libpayload: Use EXTRA_CFLAGS for additional GCC options by Gabe Black · 12 years ago
  25. 4bb0731 libpayload: Add an option to skip console initialization on startup. by Gabe Black · 12 years ago
  26. d94512e libpayload: Add CB_ prefixes to some constants in coreboot_tables.h. by Gabe Black · 12 years ago
  27. 025667f libpayload: Change "GPIOs" into flags. by Gabe Black · 12 years ago
  28. 2fef58e [PATCH] libpayload: Implement EHCI reset function by Anton Kochkov · 12 years ago
  29. 8e7d7fd libpayload: Add a function to retrieve the rows and cols of the video console. by Gabe Black · 12 years ago
  30. dd9e4e5 libpayload: Separate video initialization and the video console. by Gabe Black · 12 years ago
  31. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  32. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  33. d3890cc Update libpayloads understanding of the coreboot tables. by Gabe Black · 12 years ago
  34. 93ded59 libpayload: Turn the "debug" #define into the usb_debug static inline function. by Gabe Black · 12 years ago
  35. 8670b9b libpayload: Take usb_poll out of usb_initialize. by Gabe Black · 12 years ago
  36. 1b33c31 libpayload: Make usb_initialize more efficient and fix style problems. by Gabe Black · 12 years ago
  37. 78e15a3 libpayload: Add definitions for more config space registers. by Gabe Black · 12 years ago
  38. e88e1ab libpayload: Add the format attribute to functions in stdio.h. by Gabe Black · 12 years ago
  39. 5c27e82 libpayload: Fix the format string of the assert macro. by Gabe Black · 12 years ago
  40. 3b84086 libpayload: Add faster, architecture specific versions of memset and memcpy. by Gabe Black · 12 years ago
  41. c324794 libpayload: Make the symbols in memory.c weak so they can be overridden. by Gabe Black · 12 years ago
  42. 5ab2005 Update the way serial info is read from the coreboot tables. by Gabe Black · 12 years ago
  43. 54c800a Move the definition of ipchksum into its own header file. by Gabe Black · 12 years ago
  44. b9edbbd Discard .note sections when linking. by Gabe Black · 12 years ago
  45. accc6a5 Include stdint.h in libpayload's rdtsc.h. by Gabe Black · 12 years ago
  46. 1f6bd94 libpayload: New AHCI, ATA and ATAPI drivers by Nico Huber · 12 years ago
  47. 9b48ef2 Update SeaBIOS stable to the release-1.7.1 commit by Peter Stuge · 12 years ago
  48. d357e62 libpayload: CMOS access was implemented in a backward way by Patrick Georgi · 12 years ago
  49. ec2c18e Increment revision of SeaBIOS to remove bashism by Stefan Tauner · 12 years ago
  50. 93a8b27 libpayload: Set 8bits per char for serial port by Anton Kochkov · 12 years ago
  51. d2cb7ea libpayload: UHCI driver contained too much magic by Patrick Georgi · 12 years ago
  52. efcb8de libpayload: fix for UHCI bulk transactions by Anton Kochkov · 12 years ago
  53. f78c700 libpayload: fix fetching integers from CMOS as string by Patrick Georgi · 12 years ago
  54. 82867d3 libpayload: Don't leave temporary files behind by Patrick Georgi · 12 years ago
  55. 08ed5a8 libpayload: Extend CMOS access library by Patrick Georgi · 12 years ago
  56. 1d66897 Fix disconnect handling on UHCI root ports by Anton Kochkov · 12 years ago
  57. f6c8080 UHCI: use proper pointer size by Anton Kochkov · 12 years ago
  58. 1c36ead libpayload: add controller type in usbdev_hc by Anton Kochkov · 12 years ago
  59. 811d661 coreinfo: fix build error (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  60. 19e99f5 libpayload: Fix typo by Patrick Georgi · 12 years ago
  61. db2c400 libpayload: Add reset function for OHCI USB driver by Anton Kochkov · 12 years ago
  62. ac6e317 libpayload: OHCI driver correct PCI BAR reading by Anton Kochkov · 12 years ago
  63. 8fef662 libpayload: use correct types in UHCI driver by Anton Kochkov · 12 years ago
  64. df28d9f libpayload: Adjust timeouts and delays in OHCI driver by Nico Huber · 12 years ago
  65. d8a6680 libpayload: Add check for failure in usb_attach_device() by Nico Huber · 12 years ago
  66. 445a3a0 libpayload: Shutdown reasonably if we can't init usb msc device by Nico Huber · 12 years ago
  67. 274c63e libpayload: Add support for interrupt transfers in OHCI by Nico Huber · 12 years ago
  68. 542fe85 libpayload: Fix initialization of OHCI driver by Nico Huber · 12 years ago
  69. 9951ade libpayload: Implement correct done queue processing for OHCI by Nico Huber · 12 years ago
  70. ac8d550 libpayload: Correct interchanged parameters in OHCI driver by Nico Huber · 12 years ago
  71. 79e1f2f libpayload: Detach unresponsive usb mass storage devices by Nico Huber · 12 years ago
  72. 3ca35ca libpayload: Add dummy queue heads to EHCI interrupt frame list by Nico Huber · 12 years ago
  73. 0d120f8 libpayload: Add interrupt-queue underrun recovery to EHCI by Nico Huber · 12 years ago
  74. cef8692 libpayload: Adjust timeout in EHCI driver by Nico Huber · 12 years ago
  75. 2e33a65 libpayload: reg_base reading for USB EHCI driver by Anton Kochkov · 12 years ago
  76. 43b9f32 libpayload: Better error detection in USB mass storage by Nico Huber · 12 years ago
  77. 421303a libpayload: Fix detach_contoller in the USB driver by Anton Kochkov · 12 years ago
  78. bb1c42b libpayload: Add timeouts in the UHCI USB driver by Nico Huber · 12 years ago
  79. c43e736 libpayload: Fix an integer overflow in USB mass storage by Nico Huber · 12 years ago
  80. 0421dc8 libpayload: Add timeouts in the EHCI USB driver by Nico Huber · 12 years ago
  81. afe86c0 libpayload: Add timeouts in the OHCI USB driver by Nico Huber · 12 years ago
  82. 5e3428e libpayload: Remove orphaned delay from OHCI USB driver by Nico Huber · 12 years ago
  83. 62eb5b3 libpayload: Add support for interrupt transfers in EHCI by Nico Huber · 12 years ago
  84. 4842dfe libpayload: Free intr queue structure in usb_hid_destroy by Nico Huber · 12 years ago
  85. 1ab6075 libpayload: Add support for split transactions in EHCI by Nico Huber · 12 years ago
  86. d5d024f libpayload: Bring USB hub driver to a working state by Nico Huber · 12 years ago
  87. bdca153 libpayload: Remove orphaned delay from USB mass storage by Nico Huber · 12 years ago
  88. 14f6142 libpayload: Disable some buggy debugging code by Nico Huber · 12 years ago
  89. e28a615 libpayload: fix OHCI IN commands by Mathias Krause · 12 years ago
  90. 7b7b566 libpayload: fix UHCI timeout by Mathias Krause · 12 years ago
  91. 5c4e7aa libpayload: Correct port power settings for EHCI root hub by Nico Huber · 12 years ago
  92. 5f595cb libpayload: Add clear_feature() function to USB framework by Nico Huber · 12 years ago
  93. cefec0e libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179 by Nico Huber · 12 years ago
  94. eb129bb Update SeaBIOS URL by Patrick Georgi · 12 years ago
  95. f3005f5 Update SeaBIOS stable to the version 1.7.0 tag. by Marc Jones · 12 years ago
  96. 6efbebd libpayload: avoid excessive casts in printf.c by Mathias Krause · 12 years ago
  97. 67997d3 libpayload: minor cleanups by Mathias Krause · 12 years ago
  98. b9fa1ed Make libpayload parse the coreboot tables before setting up the consoles by Gabe Black · 12 years ago
  99. ccee625 Fix libpayload alloc() size and gcc pointer optimization problems. by Marc Jones · 12 years ago
  100. 987e883 Make libpayload alloc() memory pointers volatile by Marc Jones · 12 years ago