1. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  2. 7299c13 PDcurses: Delete automatically created (and unused) files by Stefan Reinauer · 12 years ago
  3. 69e3de3 libpayload: Another usb fix by Patrick Georgi · 12 years ago
  4. 5fa7ea4 libpayload: fix USB by Patrick Georgi · 12 years ago
  5. c62b69c libpayload: improved UHCI TD debugging by Anton Kochkov · 12 years ago
  6. cf7b63f libpayload: improving OHCI TD/ED debugging by Anton Kochkov · 12 years ago
  7. 5056b6e libpayload: Check if serial console h/w is present before using by Dave Frodin · 12 years ago
  8. 6bf11cf libpayload: Use usb_debug() to show USB messages by Dave Frodin · 12 years ago
  9. 8024b65 libpayload: Update configs/defconfig file by Dave Frodin · 12 years ago
  10. 9f04317 libpayload: add kconfig.h by Stefan Reinauer · 12 years ago
  11. 8af0d03 libpayload: Initial ARMv7 port by Stefan Reinauer · 12 years ago
  12. f6935a0 libpayload: rename i386 to x86 by Stefan Reinauer · 12 years ago
  13. 9915b37 coreinfo: Build libpayload from coreinfo makefile by Marc Jones · 12 years ago
  14. 0b97f29 libpayload: increase the default heap size by Dave Frodin · 12 years ago
  15. 15a2c8f coreinfo: changes to get the USB keyboard working by Dave Frodin · 12 years ago
  16. 593f577 libpayload: Fix use of virtual pointers in sysinfo by Nico Huber · 12 years ago
  17. c95f2f5 libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS by Nico Huber · 12 years ago
  18. 5d01b76 coreinfo: Make better calls to libpayload build scripts by Marc Jones · 12 years ago
  19. bb9490a Clean up libpayload lpgcc and lpas scripts. by Marc Jones · 12 years ago
  20. 1b0c352 coreinfo: change the foreground/background colors by Dave Frodin · 12 years ago
  21. 0a90861 libpayload: Don't let USB/PC/serial keyboards overwrite each other by Dave Frodin · 12 years ago
  22. 4b6be98 Change TARGET_I386 to ARCH_X86 by David Hendricks · 12 years ago
  23. 0a92f89 fix #if for target architecture in libpayload by David Hendricks · 12 years ago
  24. 3665ace libpayload: Remove unused FLAG_USED from memory allocator by Nico Huber · 12 years ago
  25. 0227dec libpayload: Fix lookup by label in CMOS layouts by Nico Huber · 12 years ago
  26. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  27. 28b900a libpayload: Add _ and + to USB HID keymap by Patrick Georgi · 12 years ago
  28. 0c2364c libpayload: Fix interrupt-queue cleanup for OHCI by Nico Huber · 12 years ago
  29. b9917c2 libpayload: Rework connection state detection for OHCI by Nico Huber · 12 years ago
  30. be58fee libpayload: Handle errors in UHCI interrupt queues by Nico Huber · 12 years ago
  31. 8c4d2f3 libpayload: Handle underruns in UHCI interrupt queues by Nico Huber · 12 years ago
  32. ce407e4 libpayload: Implement correct interrupt-queue linking for UHCI by Nico Huber · 12 years ago
  33. cd587f1 libpayload: Make USB HID support multiple keyboards by Nico Huber · 12 years ago
  34. af169f4 libpayload: ehci: Prevent some race conditions by Nico Huber · 12 years ago
  35. b2db28b libpayload: Detach devices behind removed USB hubs by Nico Huber · 12 years ago
  36. ef88e10 libpayload: More compliant error recovery in USB MSC by Nico Huber · 12 years ago
  37. 86c686a libpayload: Reduce error output from EHCI by Nico Huber · 12 years ago
  38. e8a71d3 libpayload: Fix random warnings by Nico Huber · 12 years ago
  39. 4f83d1b libpayload: ehci: Fix warnings about discarded volatile by Nico Huber · 12 years ago
  40. ba22e4c libpayload: Fix some missing-prototype warnings by Nico Huber · 12 years ago
  41. 7a32e88 libpayload: Fix memalign() for fragmented alignment regions by Nico Huber · 12 years ago
  42. 4b62ebe Add nvramcui by Patrick Georgi · 12 years ago
  43. 425973c libpayload: Always use virtual pointers in struct sysinfo_t by Nico Huber · 12 years ago
  44. dd5979a libpayload: Use #ifdef for CONFIG_* checks by Nico Huber · 12 years ago
  45. 6e711c6 libpayload: Add init() function to hci_t and rework uhci_reset() by Nico Huber · 12 years ago
  46. aaa212d libpayload: Do not call ohci_reset() from ohci_init() by Nico Huber · 12 years ago
  47. d633dda libpayload: Free usb host controller instance after shutdown by Nico Huber · 12 years ago
  48. a482701 libpayload: Document USB host controller setup functions by Nico Huber · 12 years ago
  49. 45b94bc libpayload: Export device count in storage interface by Patrick Georgi · 12 years ago
  50. cd986c0 libpayload: Use EXTRA_CFLAGS for additional GCC options by Gabe Black · 12 years ago
  51. 4bb0731 libpayload: Add an option to skip console initialization on startup. by Gabe Black · 12 years ago
  52. d94512e libpayload: Add CB_ prefixes to some constants in coreboot_tables.h. by Gabe Black · 12 years ago
  53. 025667f libpayload: Change "GPIOs" into flags. by Gabe Black · 12 years ago
  54. 2fef58e [PATCH] libpayload: Implement EHCI reset function by Anton Kochkov · 12 years ago
  55. 8e7d7fd libpayload: Add a function to retrieve the rows and cols of the video console. by Gabe Black · 12 years ago
  56. dd9e4e5 libpayload: Separate video initialization and the video console. by Gabe Black · 12 years ago
  57. a54b6a6 libpayload: Add support for the CBMEM in memory console. by Gabe Black · 12 years ago
  58. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  59. d3890cc Update libpayloads understanding of the coreboot tables. by Gabe Black · 12 years ago
  60. 93ded59 libpayload: Turn the "debug" #define into the usb_debug static inline function. by Gabe Black · 12 years ago
  61. 8670b9b libpayload: Take usb_poll out of usb_initialize. by Gabe Black · 12 years ago
  62. 1b33c31 libpayload: Make usb_initialize more efficient and fix style problems. by Gabe Black · 12 years ago
  63. 78e15a3 libpayload: Add definitions for more config space registers. by Gabe Black · 12 years ago
  64. e88e1ab libpayload: Add the format attribute to functions in stdio.h. by Gabe Black · 12 years ago
  65. 5c27e82 libpayload: Fix the format string of the assert macro. by Gabe Black · 12 years ago
  66. 3b84086 libpayload: Add faster, architecture specific versions of memset and memcpy. by Gabe Black · 12 years ago
  67. c324794 libpayload: Make the symbols in memory.c weak so they can be overridden. by Gabe Black · 12 years ago
  68. 5ab2005 Update the way serial info is read from the coreboot tables. by Gabe Black · 12 years ago
  69. 54c800a Move the definition of ipchksum into its own header file. by Gabe Black · 12 years ago
  70. b9edbbd Discard .note sections when linking. by Gabe Black · 12 years ago
  71. accc6a5 Include stdint.h in libpayload's rdtsc.h. by Gabe Black · 12 years ago
  72. 1f6bd94 libpayload: New AHCI, ATA and ATAPI drivers by Nico Huber · 12 years ago
  73. 9b48ef2 Update SeaBIOS stable to the release-1.7.1 commit by Peter Stuge · 12 years ago
  74. d357e62 libpayload: CMOS access was implemented in a backward way by Patrick Georgi · 12 years ago
  75. ec2c18e Increment revision of SeaBIOS to remove bashism by Stefan Tauner · 12 years ago
  76. 93a8b27 libpayload: Set 8bits per char for serial port by Anton Kochkov · 12 years ago
  77. d2cb7ea libpayload: UHCI driver contained too much magic by Patrick Georgi · 12 years ago
  78. efcb8de libpayload: fix for UHCI bulk transactions by Anton Kochkov · 12 years ago
  79. f78c700 libpayload: fix fetching integers from CMOS as string by Patrick Georgi · 12 years ago
  80. 82867d3 libpayload: Don't leave temporary files behind by Patrick Georgi · 12 years ago
  81. 08ed5a8 libpayload: Extend CMOS access library by Patrick Georgi · 12 years ago
  82. 1d66897 Fix disconnect handling on UHCI root ports by Anton Kochkov · 12 years ago
  83. f6c8080 UHCI: use proper pointer size by Anton Kochkov · 12 years ago
  84. 1c36ead libpayload: add controller type in usbdev_hc by Anton Kochkov · 12 years ago
  85. 811d661 coreinfo: fix build error (TRIVIAL) by Alexandru Gagniuc · 12 years ago
  86. 19e99f5 libpayload: Fix typo by Patrick Georgi · 12 years ago
  87. db2c400 libpayload: Add reset function for OHCI USB driver by Anton Kochkov · 12 years ago
  88. ac6e317 libpayload: OHCI driver correct PCI BAR reading by Anton Kochkov · 12 years ago
  89. 8fef662 libpayload: use correct types in UHCI driver by Anton Kochkov · 12 years ago
  90. df28d9f libpayload: Adjust timeouts and delays in OHCI driver by Nico Huber · 12 years ago
  91. d8a6680 libpayload: Add check for failure in usb_attach_device() by Nico Huber · 12 years ago
  92. 445a3a0 libpayload: Shutdown reasonably if we can't init usb msc device by Nico Huber · 12 years ago
  93. 274c63e libpayload: Add support for interrupt transfers in OHCI by Nico Huber · 12 years ago
  94. 542fe85 libpayload: Fix initialization of OHCI driver by Nico Huber · 12 years ago
  95. 9951ade libpayload: Implement correct done queue processing for OHCI by Nico Huber · 12 years ago
  96. ac8d550 libpayload: Correct interchanged parameters in OHCI driver by Nico Huber · 12 years ago
  97. 79e1f2f libpayload: Detach unresponsive usb mass storage devices by Nico Huber · 12 years ago
  98. 3ca35ca libpayload: Add dummy queue heads to EHCI interrupt frame list by Nico Huber · 12 years ago
  99. 0d120f8 libpayload: Add interrupt-queue underrun recovery to EHCI by Nico Huber · 12 years ago
  100. cef8692 libpayload: Adjust timeout in EHCI driver by Nico Huber · 12 years ago