1. edcde0b libpayload/uhci: Re-write UHCI RH driver w/ generic_hub API by Nico Huber · 1 year, 3 months ago
  2. 45194b1 libpayload/drivers/usb/xhci.c: Check for NULL in xhci_init by Fred Reitberger · 1 year, 2 months ago
  3. 2a976f0 libpayload/uhci: Return expected length for control/bulk transfers by Nico Huber · 1 year, 3 months ago
  4. 2332d29 libpayload: Fix compiler warnings by Thomas Heijligen · 1 year, 9 months ago
  5. cb28d64 x86/cache.c: Implement dcache_* by Hsin-Te Yuan · 2 years ago
  6. 5ef258b libpayload: usb: Fix spacing issues by Yidi Lin · 2 years ago
  7. 8610dd5 libpayload: usbmsc: Prevent usbdisk_remove() from being called twice by Yidi Lin · 2 years ago
  8. 857d378 libpayload/pci: Add pci_map_bus function for Qualcomm platform by Prasad Malisetty · 3 years ago
  9. c4e9045 treewide: Unify Google branding by Jon Murphy · 2 years, 2 months ago
  10. 20a87c0 libpayload/pci: Add pci_map_bus function for MediaTek platform by Jianjun Wang · 3 years, 1 month ago
  11. 2ad74de libpayload/pci: Add support for bus mapping by Jianjun Wang · 3 years, 1 month ago
  12. 8ddecd8 libpayload/nvme: Fix controller disablement in (de)init sequence by Nico Huber · 2 years, 4 months ago
  13. 88b0418 libpayload/nvme: Test for NVMe-command-set bit individually by Nico Huber · 2 years, 4 months ago
  14. 2b98670 libpayload/nvme: Fix error paths of nvme_init() by Nico Huber · 2 years, 4 months ago
  15. 9760264 commonlib/bsd/helpers: Remove redundancy with libpayload defines by Jakub Czapiga · 2 years, 5 months ago
  16. 2c42344 libpayload: cbmem_console: Drop loglevel markers from snapshot by Julius Werner · 2 years, 6 months ago
  17. e5824ff libpayload: cbgfx: Clear screen by memcpy by Yu-Ping Wu · 2 years, 11 months ago
  18. 52889c9 libpayload: cbgfx: Clear screen by sequential access by Yu-Ping Wu · 3 years ago
  19. 6cf47f5 libpayload: Mark Intel 300 series AHCI as tested by Nico Huber · 3 years, 1 month ago
  20. 5889f02 payloads/libpayload: add MTK_TIMER_V2 config by Rex-BC Chen · 3 years ago
  21. d87bbde libpayload: i8042: Enable keyboard translation by default on exit by Duncan Laurie · 3 years, 4 months ago
  22. 1f2b5fb libpayload/keyboard: Reset to scancode set #2 on exit by Nico Huber · 3 years, 9 months ago
  23. 4dc9278 libpayload/keyboard: Add a detention state by Nico Huber · 3 years, 8 months ago
  24. e97d320 libpayload/keyboard: Implement hot (un)plugging by Nico Huber · 3 years, 9 months ago
  25. fffc21d libpayload/storage: Add NVMe driver by Thomas Heijligen · 5 years ago
  26. 4f7b687 libpayload/i8042: Add API to peek on keyboard input queue by Nico Huber · 3 years, 9 months ago
  27. 6e021d31 libpayload/keyboard: Add debug output to all state transitions by Nico Huber · 3 years, 9 months ago
  28. b2569ea libpayload/keyboard: Hide console output by default by Nico Huber · 3 years, 9 months ago
  29. e9c572f libpayload/keyboard: Implement self-test by Nico Huber · 3 years, 10 months ago
  30. 777c599 libpayload/keyboard: Add timestamp to track time spent in a state by Nico Huber · 3 years, 10 months ago
  31. 260dd9e libpayload/keyboard: Turn init sequence into a state machine by Nico Huber · 3 years, 10 months ago
  32. 828f6b4 libpayload/keyboard: Avoid races around input draining by Nico Huber · 3 years, 10 months ago
  33. f7faac1 libpayload/keyboard: Introduce keyboard_drain_input() by Nico Huber · 3 years, 10 months ago
  34. a160d93 libpayload/keyboard: Revise keyboard_cmd() error handling by Nico Huber · 3 years, 10 months ago
  35. a69d682 libpayload/keyboard: Revise scancode set and translation config by Nico Huber · 3 years, 10 months ago
  36. 0e1d19b libpayload/i8042: Add API to get/set kbd translation state by Nico Huber · 3 years, 9 months ago
  37. 8079a6a libpayload/usb: Fix printf format string mismatches in debug messages by Caveh Jalali · 4 years ago
  38. 0748a87 libpayload/i8042: Increase response timeout to 1.5s by Nico Huber · 3 years, 9 months ago
  39. e569e3e libpayload: storage.c: remove unneeded #if CONFIG() by Thomas Heijligen · 3 years, 10 months ago
  40. 85d93ff libpayload: Make OHCI enums into types by Jacob Garber · 3 years, 10 months ago
  41. d9e543a libpayload/keyboard: Use `bool` as return type by Nico Huber · 3 years, 10 months ago
  42. 09917e1 libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() by Felix Singer · 3 years, 10 months ago
  43. b4b73d4 libpayload/storage/ahci: Use pacc pointer to read device class by Felix Singer · 3 years, 10 months ago
  44. e92c840 libpayload/storage: Enable STORAGE_64BIT_LBA by Felix Singer · 3 years, 10 months ago
  45. 70d73a8 libpayload/storage: Enable all AHCI controllers by default by Felix Singer · 3 years, 10 months ago
  46. 612ae2e libpayload: use PRIu64 type to print u64 by Jeremy Compostella · 3 years, 11 months ago
  47. a7a2784 libpayload: Fix file permissions by Kyösti Mälkki · 3 years, 11 months ago
  48. 3ff7bcf payloads: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  49. 541f2f7 libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling by Yu-Ping Wu · 4 years ago
  50. b228014 libpayload/xhci: Fix Slot State field width definition by Caveh Jalali · 4 years ago
  51. d7468bf xhci: Do not set the CRCR_CS bit by Caveh Jalali · 4 years ago
  52. 551216a xhci: Fix Abort command event handling by Caveh Jalali · 4 years ago
  53. d04b388 libpayload: cbgfx: Support buffered I/O by Hung-Te Lin · 4 years ago
  54. 5e0db58 libpayload: Cache copy of `cb_framebuffer` struct by Nico Huber · 4 years, 1 month ago
  55. be842cb libpayload: Cache physical location of serial-console struct by Nico Huber · 4 years, 1 month ago
  56. b2eafa6 libpayload: Cache physical CMOS option table location by Nico Huber · 4 years, 1 month ago
  57. 14adb7e libpayload: Cache physical cbmem console address by Nico Huber · 4 years, 1 month ago
  58. 7b54c15 libpayload: cbgfx: Add color mapping functionality by Yu-Ping Wu · 4 years ago
  59. c354599 payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab by Elyes HAOUAS · 4 years, 1 month ago
  60. b086728 libpayload: cbgfx: Add draw_line() by Yu-Ping Wu · 4 years, 1 month ago
  61. 3c7888b libpayload/xhci: Try harder to read 32-bit caps at once by Nico Huber · 4 years, 1 month ago
  62. 31a3788 cbgfx: Add blend functions to calculate transparency by Shelley Chen · 4 years, 1 month ago
  63. 7f87812 libpayload: cbgfx: Replace bilinear resampling with Lanczos by Julius Werner · 4 years, 2 months ago
  64. 63358ea libpayload: cbgfx: Fix add_fractions() overflow reduction by Julius Werner · 4 years, 2 months ago
  65. 373ae2e libpayload/cbgfx: Fix overflow in transform_vector() by Yu-Ping Wu · 4 years, 2 months ago
  66. 96f231a usb/xhci: Fix timeout logic by Caveh Jalali · 4 years, 3 months ago
  67. eaa219b libpayload: drivers/usb: add a USB pre-poll hook by Caveh Jalali · 4 years, 2 months ago
  68. 1c3faab libpayload/cbgfx: Remove gap between adjacent boxes by Yu-Ping Wu · 4 years, 3 months ago
  69. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  70. 8480c0b payloads: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  71. 4eadcb0 libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload by Dossym Nurmukhanov · 4 years, 4 months ago
  72. 50c1f27 libpayload: xhci: Fix CAPREG address calculation by Julius Werner · 4 years, 4 months ago
  73. 52e56e8 libpayload: Fix 16-bit read/write to PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  74. 7724f11 lp/drivers/usb: Add quirk for QEMU XHCI root hub by Duncan Laurie · 4 years, 5 months ago
  75. 6c1a669 libpayload: xhci: Do not memcpy registers by Julius Werner · 4 years, 4 months ago
  76. e6b0a32 libpayload: Make 8250 UART driver relocation safe by Nico Huber · 4 years, 9 months ago
  77. 287cf6c lp/drivers/usb: Work around QEMU XHCI register issue by Duncan Laurie · 4 years, 5 months ago
  78. 0fd179a libpayload/drivers/nvram: Fix coding style by Patrick Georgi · 4 years, 5 months ago
  79. 77e0baa libpayload/drivers/nvram: Add function to write RTC by Patrick Rudolph · 7 years ago
  80. f6f54dd libpayload/corebootfb: Replace obsolete macros FI and CHARS by Nico Huber · 4 years, 5 months ago
  81. 45473dd libpayload: Add uart/serial driver support for trogdor by T Michael Turney · 4 years, 10 months ago
  82. 9f3e734 libpayload: Improve rtc functions by Patrick Rudolph · 7 years ago
  83. de74842 libpayload/corebootfb: Add option to center a 80x25 console by Nico Huber · 4 years, 7 months ago
  84. e612418 libpayload/corebootfb: Keep local copy of framebuffer info by Nico Huber · 4 years, 7 months ago
  85. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  86. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  87. 255aeaa libpayload: cbgfx: Fix potential overflowing expression by Yu-Ping Wu · 4 years, 6 months ago
  88. 824b4b8 payloads: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  89. 16043d6 libpayload/corebootfb: Fix character buffer relocation by Nico Huber · 4 years, 7 months ago
  90. a3d7929 libpayload/xhci: Fix MPS handling in set_address by Kangheui Won · 4 years, 7 months ago
  91. a26986e libpayload: cbgfx: Support drawing a box with rounded corners by Yu-Ping Wu · 4 years, 8 months ago
  92. b2f3698 libpayload/drivers/i8042: add error messages to i8042_probe by Eric Lai · 4 years, 8 months ago
  93. 41956b5 libpayload: Implement reading from CBMEM console by Yu-Ping Wu · 4 years, 9 months ago
  94. d1613f5 libpayload/drivers/i8042: Add error handling by Eric Lai · 4 years, 8 months ago
  95. b643d3d libpayload/drivers/i8042: Add AT translated Keyboard support by Eric Lai · 4 years, 8 months ago
  96. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  97. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  98. 63c444a Remove imgtec/pistachio SoC by Julius Werner · 4 years, 10 months ago
  99. 3557f12 libpayload: keyboard: Ignore special keys by Thejaswani Putta · 4 years, 10 months ago
  100. bc2f9a3 libpayload: usbmsc: update return value of CSW transfer by Changqi Hu · 4 years, 9 months ago