1. 7124788 libpayload: usbmsc: Set correct allocation length for REQUEST SENSE by Julius Werner · 10 years ago
  2. 6af4380 libpayload: usb: Try to avoid reusing device addresses by Julius Werner · 10 years ago
  3. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  4. cc47d9d libpayload: hexdump: Use `p` as conversion specifier for pointers by Paul Menzel · 10 years ago
  5. ccf53af libpayload/libc/hexdump.c: Take `const void *memory` as argument by Paul Menzel · 10 years ago
  6. 7faff54 libpayload: usb: Detach unused USB devices by Shawn Nematbakhsh · 10 years ago
  7. 638015b arm: Fix minor mistake in cache maintenance assembly by Julius Werner · 10 years ago
  8. 0341169 ARM: API to Map Physical Address to Wipe Memory above 4GB by Daisuke Nojiri · 10 years ago
  9. 97345db libpayload: ARM: Keep track of the CPSR when exceptions happen. by Gabe Black · 11 years ago
  10. 20cdb24 libpayload: Make it possible to install callbacks for particular exceptions. by Gabe Black · 11 years ago
  11. c09cf0b libpayload: arm: Pass the coreboot table location to the payload. by Gabe Black · 10 years ago
  12. 10b3994 Drop tianocoreboot ("Project PIANO") by Patrick Georgi · 10 years ago
  13. fffd772 tianocoreboot: Update config to make it compile by Marcel Meißner · 10 years ago
  14. 7c6e489 arm: Put assembly functions into separate sections by Julius Werner · 10 years ago
  15. 558e9b5 libpayload: Add minimal support for PL011 UART by Marcelo Povoa · 10 years ago
  16. d4d29a1 libpayload: timer: Move the timer drivers from depthcharge to libpayload. by Gabe Black · 10 years ago
  17. ab41b9d libpayload: usb: Remove automatic clear_stall() calls from transfers by Julius Werner · 10 years ago
  18. 7234d60 libpayload: usb: Fix up usb_shutdown() code paths by Julius Werner · 10 years ago
  19. badf0f9 libpayload: Remove config.panther by Marc Jones · 10 years ago
  20. e311869 libpayload: Update defconfigs by Marc Jones · 10 years ago
  21. fd9defc arm: Redesign, clarify and clean up cache related code by Julius Werner · 10 years ago
  22. a6aecc4 libpayload: serial: Move the depthcharge serial drivers into libpayload. by Gabe Black · 10 years ago
  23. 25a282d arm: Thumb ALL the things! by Julius Werner · 10 years ago
  24. e69c613 SeaBIOS Makefile.inc: Remove build dir for uppermem option by Martin Roth · 10 years ago
  25. 1c6d919 libpayload: usb: ehci: Honor 10ms reset recovery period by Julius Werner · 10 years ago
  26. 3b9795b libpayload: usb: Make OHCI work with ARM systems by Julius Werner · 10 years ago
  27. c666e55 libpayload: usb: xhci: Fix STALL endpoint handling by Shawn Nematbakhsh · 10 years ago
  28. 08c7018 libpayload: Don't use default path for kconfig by Nico Huber · 10 years ago
  29. cbe3c70 libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutions by Nico Huber · 10 years ago
  30. 96afb6f libpayload: also support armv7-a toolchain by Patrick Georgi · 10 years ago
  31. a296f9e Kconfig: Allow native vga init to be selectable for SeaBIOS payload by Edward O'Callaghan · 10 years ago
  32. e1dad0c libpayload: usb: xhci: Treat port reset as a port status change by Shawn Nematbakhsh · 10 years ago
  33. a16029a libpayload: usb: Remove generic roothub reset port function by Shawn Nematbakhsh · 10 years ago
  34. 61d07d6 libpayload: Build libpayload with debugging info turned up all the way. by Gabe Black · 11 years ago
  35. 1f8d246 arm: Fix up new cache flush algorithm and replace dcache_*_all() with it by Julius Werner · 10 years ago
  36. e9e3189 libpayload: Add missing cache API stub to x86 by Julius Werner · 10 years ago
  37. d65e214 arm: Update mem* functions to newer versions by Julius Werner · 11 years ago
  38. 64b9ca9 arm: Move libgcc assembly macros to arch/asm.h by Julius Werner · 11 years ago
  39. 406bad1 libpayload: Add vboot handoff parsing on ARM by Stefan Reinauer · 11 years ago
  40. a799151 libpayload: x86: Add support for catching processor exceptions. by Gabe Black · 11 years ago
  41. 125a6a2 libpayload: Add a timer_us() function. by Gabe Black · 11 years ago
  42. fa73875 libpayload: Add wrappers for malloc which check its return value. by Gabe Black · 11 years ago
  43. 7c7b5ff libpayload: Add a new "die" function to fatally signal programming errors. by Gabe Black · 11 years ago
  44. aca67ed payloads/external/SeaBIOS: Bump version to 1.7.5 by Edward O'Callaghan · 10 years ago
  45. 813f305 arm: Put exception_stack into BSS by Julius Werner · 11 years ago
  46. 4d7d25f payloads/external/SeaBIOS: Allow setting buffers below 0xC0000 by Martin Roth · 10 years ago
  47. b3997ba arm: Remove some pointless CFLAGS by Julius Werner · 11 years ago
  48. d40be11 tegra124/nyan: rougly stable code base by Gabe Black · 11 years ago
  49. 5c85e66 libpayload: usbhid: Fix typo on descriptor parsing by Julius Werner · 11 years ago
  50. 8e7a9e1 libpayload: ehci: Fix byte count in dump_td() by Julius Werner · 11 years ago
  51. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  52. 062e408 build: add what-jenkins-does target by Patrick Georgi · 10 years ago
  53. d13e2c4 libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices by Julius Werner · 11 years ago
  54. e00ba21 libpayload: usb: Unify USB speed between XHCI stack and USB core by Julius Werner · 11 years ago
  55. 49ba283 libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints by Julius Werner · 11 years ago
  56. f09f224 arm: libpayload: Make cache invalidation take pointers instead of integers by Julius Werner · 11 years ago
  57. 9135cb4 libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE by Gabe Black · 11 years ago
  58. d7c25b3 libpayload: usb: Allow direct instantiation of MMIO host controllers by Julius Werner · 11 years ago
  59. fbcc8ce libpayload: Add ARM defconfig by Patrick Georgi · 11 years ago
  60. d609e89 libpayload: usb: Fix several minor USB stack bugs by Julius Werner · 11 years ago
  61. b59e850 libpayload: usbmsc: Remove DETACHED state from MSC device structure by Julius Werner · 11 years ago
  62. 0ed7940c libpayload: add march flag for armv7 by Isaac Christensen · 10 years ago
  63. 3efc52f libpayload: change cb_range to lb_range by Isaac Christensen · 10 years ago
  64. 9665d38 libpayload: dma_malloc: Prevent warm reboot problems and add debugging by Julius Werner · 11 years ago
  65. 1f86434 libpayload: xhci: Make XHCI stack usable on ARM by Julius Werner · 11 years ago
  66. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  67. e8eb86f libpayload: Add in a missing "static". by Gabe Black · 11 years ago
  68. ab11a6a9 payloads/external/SeaBIOS: move build directory by Idwer Vollering · 10 years ago
  69. df6d09d libpayload: Reduce media init timeout to 5 seconds. by Shawn Nematbakhsh · 11 years ago
  70. 7ecc912 libpayload: Increase accuracy of timeout period for media init. by Shawn Nematbakhsh · 11 years ago
  71. 3a65d85 libpayload: usbmsc: Split transfers into 64KB chunks by Duncan Laurie · 11 years ago
  72. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  73. 4498f6a libpayload: usbhub: Don't clear PSC unless it was set by Julius Werner · 11 years ago
  74. 4610f0e libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers. by Julius Werner · 11 years ago
  75. e9738db libpayload: Make USB transfer functions return amount of bytes by Julius Werner · 11 years ago
  76. 83da501 libpayload: xhci: Use Event Data TRBs for transfer event generation by Julius Werner · 11 years ago
  77. c1a20f0 LZMA: Add a version of ulzma which takes the input and output buffer sizes. by Gabe Black · 11 years ago
  78. e17843c cbfs: Fix overwalk on file scan by Steven Sherk · 11 years ago
  79. 1f5487a coreboot_tables: reduce redundant data structures by Julius Werner · 11 years ago
  80. 985ff36 armv7: Support stack dump after exceptions by Julius Werner · 11 years ago
  81. 0f027e4 libpayload: hexdump.c: Change type of length argument to size_t by Paul Menzel · 10 years ago
  82. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  83. 2f6b0a9 Set check-lxdialog.sh mode properly by Vadim Bendebury · 11 years ago
  84. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  85. b98ab4a armv7: add wrapper for DCCSW (data cache clean by set/way) by David Hendricks · 11 years ago
  86. 0d7f133 payloads/external/SeaBIOS: Use coreboot’s serial console settings by Martin Roth · 10 years ago
  87. 9780452 payloads/external/SeaBIOS: Update makefile for olddefconfig by Martin Roth · 10 years ago
  88. 82683ab libpayload: provide missing cbfs symbol by Aaron Durbin · 11 years ago
  89. 562db3b libpayload: find source of input characters by Luigi Semenzato · 10 years ago
  90. 05497d0 mainboard: Add new board Google Panther by Mohammed Habibulla · 11 years ago
  91. 5b9e6f1 libpayload: Drop obsolete setting of reg_base in [oex]hci by Nico Huber · 10 years ago
  92. f4316f8 libpayload: Catch null-pointer dereference in xHCI by Nico Huber · 10 years ago
  93. 8b8e963 libpayload: xHCI: Always initialize controller->pcidev by Nico Huber · 10 years ago
  94. 6e23066 libpayload: Use unsigned long for BARs in *hci_init() by Nico Huber · 10 years ago
  95. 3227942 libpayload: Keep physical addresses in console drivers by Nico Huber · 10 years ago
  96. 6a05890 libpayload: Remove redundant phys_to_virt() from xHCI driver by Nico Huber · 10 years ago
  97. 18600aa payloads/external/SeaBIOS: Upgrade stable from 1.7.2.1 to 1.7.4 by Paul Menzel · 10 years ago
  98. 26c74fb payloads/coreinfo/multiboot_module.c: Trivial fix indents by Edward O'Callaghan · 10 years ago
  99. 48e9eb8 libpayload: Fix to properly disable serial console by Kyösti Mälkki · 10 years ago
  100. 3ee4317 payloads: make build system integration work again by Patrick Georgi · 10 years ago