1. ae010c6 libpayload: Replace include/compiler.h with commonlib/bsd's version by Patrick Georgi · 4 years, 1 month ago
  2. c354599 payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab by Elyes HAOUAS · 4 years, 1 month ago
  3. 81bebc8 payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespaces by Elyes HAOUAS · 4 years, 1 month ago
  4. beaf944 payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tab by Elyes HAOUAS · 4 years, 1 month ago
  5. b086728 libpayload: cbgfx: Add draw_line() by Yu-Ping Wu · 4 years, 1 month ago
  6. 3c7888b libpayload/xhci: Try harder to read 32-bit caps at once by Nico Huber · 4 years, 1 month ago
  7. a92a07d libpayload: allow nonblocking delay and more than one delay by Ronald G Minnich · 4 years, 1 month ago
  8. 31a3788 cbgfx: Add blend functions to calculate transparency by Shelley Chen · 4 years, 1 month ago
  9. 7f87812 libpayload: cbgfx: Replace bilinear resampling with Lanczos by Julius Werner · 4 years, 2 months ago
  10. 96b00a5 libpayload: Add simple 32.32 fixed-point math API by Julius Werner · 4 years, 2 months ago
  11. 32b1313 libpayload: arm64: silence libpayload main entry by Michael Walle · 4 years, 1 month ago
  12. 492d55f libpayload: arm64: fix OUTPUT_ARCH() by Michael Walle · 4 years, 1 month ago
  13. 63358ea libpayload: cbgfx: Fix add_fractions() overflow reduction by Julius Werner · 4 years, 2 months ago
  14. 373ae2e libpayload/cbgfx: Fix overflow in transform_vector() by Yu-Ping Wu · 4 years, 2 months ago
  15. 5949554 libpayload: gdb: Condition video console init on LP_VIDEO_CONSOLE by Yu-Ping Wu · 4 years, 2 months ago
  16. 96f231a usb/xhci: Fix timeout logic by Caveh Jalali · 4 years, 3 months ago
  17. eaa219b libpayload: drivers/usb: add a USB pre-poll hook by Caveh Jalali · 4 years, 2 months ago
  18. 0d51217 payloads/libpayload/libc: Avoid NULL pointer dereference by Harshit Sharma · 4 years, 3 months ago
  19. 8f27374 payloads/libpayload/libc: Do cosmetic fixes by Harshit Sharma · 4 years, 3 months ago
  20. 1c3faab libpayload/cbgfx: Remove gap between adjacent boxes by Yu-Ping Wu · 4 years, 3 months ago
  21. cabcfe2 libpayload: Fix definitions of minimum integer values by Yu-Ping Wu · 4 years, 3 months ago
  22. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  23. 8480c0b payloads: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  24. 4eadcb0 libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload by Dossym Nurmukhanov · 4 years, 3 months ago
  25. 50c1f27 libpayload: xhci: Fix CAPREG address calculation by Julius Werner · 4 years, 4 months ago
  26. 52e56e8 libpayload: Fix 16-bit read/write to PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  27. 7724f11 lp/drivers/usb: Add quirk for QEMU XHCI root hub by Duncan Laurie · 4 years, 5 months ago
  28. 6c1a669 libpayload: xhci: Do not memcpy registers by Julius Werner · 4 years, 4 months ago
  29. e6b0a32 libpayload: Make 8250 UART driver relocation safe by Nico Huber · 4 years, 9 months ago
  30. 1492925 trogdor: add support for Bubs variant by T Michael Turney · 4 years, 9 months ago
  31. 287cf6c lp/drivers/usb: Work around QEMU XHCI register issue by Duncan Laurie · 4 years, 5 months ago
  32. d61350c libpayload: malloc: Change memcpy() to memmove() in realloc by Julius Werner · 4 years, 5 months ago
  33. 0fd179a libpayload/drivers/nvram: Fix coding style by Patrick Georgi · 4 years, 5 months ago
  34. 77e0baa libpayload/drivers/nvram: Add function to write RTC by Patrick Rudolph · 7 years ago
  35. f6f54dd libpayload/corebootfb: Replace obsolete macros FI and CHARS by Nico Huber · 4 years, 5 months ago
  36. 45473dd libpayload: Add uart/serial driver support for trogdor by T Michael Turney · 4 years, 10 months ago
  37. 9f3e734 libpayload: Improve rtc functions by Patrick Rudolph · 7 years ago
  38. de74842 libpayload/corebootfb: Add option to center a 80x25 console by Nico Huber · 4 years, 7 months ago
  39. e612418 libpayload/corebootfb: Keep local copy of framebuffer info by Nico Huber · 4 years, 7 months ago
  40. e5b2453 libpayload: add read64() and write64() by Thomas Heijligen · 5 years ago
  41. 70282ae lz4: Fix out-of-bounds reads by Alex Rebert · 4 years, 6 months ago
  42. e5e2410 libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr} by Alex Rebert · 4 years, 6 months ago
  43. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  44. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  45. 255aeaa libpayload: cbgfx: Fix potential overflowing expression by Yu-Ping Wu · 4 years, 6 months ago
  46. 183ad06 libpayload: Fix out-of-bounds read by Alex Rebert · 4 years, 6 months ago
  47. 824b4b8 payloads: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  48. 16043d6 libpayload/corebootfb: Fix character buffer relocation by Nico Huber · 4 years, 7 months ago
  49. bf33b03 libpayload: arm64: Keep instruction cache enabled at all times by Julius Werner · 4 years, 6 months ago
  50. c34ebab libpayload: Make pci and endian handling -Wconversion safe by Patrick Georgi · 4 years, 9 months ago
  51. a3d7929 libpayload/xhci: Fix MPS handling in set_address by Kangheui Won · 4 years, 7 months ago
  52. a26986e libpayload: cbgfx: Support drawing a box with rounded corners by Yu-Ping Wu · 4 years, 8 months ago
  53. c209256 Makefile: Remove romcc by Elyes HAOUAS · 4 years, 8 months ago
  54. b2f3698 libpayload/drivers/i8042: add error messages to i8042_probe by Eric Lai · 4 years, 8 months ago
  55. 41956b5 libpayload: Implement reading from CBMEM console by Yu-Ping Wu · 4 years, 9 months ago
  56. d1613f5 libpayload/drivers/i8042: Add error handling by Eric Lai · 4 years, 8 months ago
  57. 24f0455 libpayload/drivers/i8042: Remove obsolete flag by Eric Lai · 4 years, 8 months ago
  58. b643d3d libpayload/drivers/i8042: Add AT translated Keyboard support by Eric Lai · 4 years, 8 months ago
  59. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  60. 879ea7f endian: Replace explicit byte swapping with compiler builtin by Julius Werner · 4 years, 9 months ago
  61. 2e0bca0 arm64: Bump exception stack size to 2KB by Julius Werner · 4 years, 9 months ago
  62. 31a5ff5 trogdor: libpayload USB support by T Michael Turney · 4 years, 10 months ago
  63. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  64. 1c37157 mmio: Add clrsetbitsXX() API in place of updateX() by Julius Werner · 4 years, 9 months ago
  65. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 9 months ago
  66. 5c44c4a libpayload: Add BIT(x) macro definition by satya priya · 4 years, 9 months ago
  67. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  68. 63c444a Remove imgtec/pistachio SoC by Julius Werner · 4 years, 10 months ago
  69. 9f19dd9 mmio: Fix buffer_to_fifo32() order of arguments by Julius Werner · 4 years, 9 months ago
  70. 3557f12 libpayload: keyboard: Ignore special keys by Thejaswani Putta · 4 years, 10 months ago
  71. bc2f9a3 libpayload: usbmsc: update return value of CSW transfer by Changqi Hu · 4 years, 9 months ago
  72. 6c2324a libpayload: handle special-class-handlers before sources by Arthur Heymans · 4 years, 10 months ago
  73. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  74. 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 11 months ago
  75. 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 5 years ago
  76. e79595d libpayload: Use interrupt transfers for USB hubs by Nico Huber · 11 years ago
  77. da10b92 libpayload/usb: add USB 3.1 GEN2 support by Eric Lai · 5 years ago
  78. 277498c libpayload: usbmsc: Factor out usb_msc_force_init() function by Julius Werner · 5 years ago
  79. 182fea7 libpayload: usbmsc: Skip zero-length packets at end of data by Julius Werner · 5 years ago
  80. db7f6fb Add buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 5 years ago
  81. 9cd53c5 Makefile.inc, payloads: Enable -Wvla by Jacob Garber · 5 years ago
  82. 564720f libpayload: cbgfx: Allow rotation of the display by Nicolas Boichat · 5 years ago
  83. ccab651 libpayload/serial/qcs405: Mark uart console as such by Patrick Georgi · 5 years ago
  84. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  85. 5f914dc libpayload/libc: Use size_t for lengths and indices by Jacob Garber · 5 years ago
  86. c3feebb libpayload/libc: Tidy utf16le_to_ascii by Jacob Garber · 5 years ago
  87. 768db4f libpayload/libc: Correct strlcat return value by Jacob Garber · 5 years ago
  88. 5f7b116 libpayload: Enable -Wimplicit-fallthrough by Jacob Garber · 5 years ago
  89. 31af70d util/testing: Ensure coreboot-gerrit fails if libpayload build fails by Keith Short · 5 years ago
  90. c6b152a libpayload/usb: fix DWC2 driver by Patrick Georgi · 5 years ago
  91. bf2c693 libpayload/usb: Increase USB request timeout to 5 s by Keith Short · 5 years ago
  92. ce4d39d libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box() by Julius Werner · 5 years ago
  93. 5399f80 libpayload: Re-initialize UART RX by Prudhvi Yarlagadda · 5 years ago
  94. d97591c payloads/libpayload: Update a Makefile for sample libpayload by Asami Doi · 5 years ago
  95. d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  96. 5326ad7 libpayload: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  97. 7c369c1 libpayload/i8042/keyboard: Log errors during initialization by Furquan Shaikh · 5 years ago
  98. 8a70918 libpayload: Add USB support to mistral config by Patrick Georgi · 5 years ago
  99. 21bfc9f Revert "libpayload: Reset PS/2 keyboard" by Nico Huber · 5 years ago
  100. 1b05479 libpayload: Add UART for qcs405 by Prudhvi Yarlagadda · 5 years ago