1. fffc21d libpayload/storage: Add NVMe driver by Thomas Heijligen · 5 years ago
  2. 9de060f libpayload: Use volatile pointers in {read,write}{8,16,32,64} by Patrick Georgi · 3 years, 6 months ago
  3. 60f5328 libpayload/arm*: Add 64bit memory access primitives by Patrick Georgi · 3 years, 7 months ago
  4. 4f7b687 libpayload/i8042: Add API to peek on keyboard input queue by Nico Huber · 3 years, 9 months ago
  5. 0e1d19b libpayload/i8042: Add API to get/set kbd translation state by Nico Huber · 3 years, 9 months ago
  6. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  7. c965546 libpayload: Provide API to expose MMU memery ranges for ARM64 by Meng-Huan Yu · 3 years, 9 months ago
  8. 6de5bf6 libpayload/usb: Add format string checking to usb_debug by Caveh Jalali · 4 years ago
  9. c98baa7 libpayload: Add compiler.h to compiler parameters by Jacob Garber · 3 years, 10 months ago
  10. 5c9d82b libpayload/x86: Add enumeration of Intel family 6 models by Nico Huber · 3 years, 10 months ago
  11. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  12. d9e543a libpayload/keyboard: Use `bool` as return type by Nico Huber · 3 years, 10 months ago
  13. bfa46e2 libpayload: Add <stdbool.h> by Nico Huber · 3 years, 10 months ago
  14. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  15. 09917e1 libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() by Felix Singer · 3 years, 10 months ago
  16. b4b73d4 libpayload/storage/ahci: Use pacc pointer to read device class by Felix Singer · 3 years, 10 months ago
  17. 9e5bc74 libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct by Felix Singer · 3 years, 10 months ago
  18. 4c9622a libpayload/libpci: Introduce device class attribute in pci_dev by Felix Singer · 3 years, 10 months ago
  19. d32bb11 libpayload/x86: Add some more CPUID helpers by Nico Huber · 3 years, 10 months ago
  20. e0ce60c lib and libpayload: Add popcnt functions by Angel Pons · 3 years, 10 months ago
  21. 7ded1af lib and libpayload: add 64-bit versions of clz, __ffs and log2 by Tim Wawrzynczak · 3 years, 11 months ago
  22. 3ff7bcf payloads: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  23. d04b388 libpayload: cbgfx: Support buffered I/O by Hung-Te Lin · 4 years ago
  24. 4a73252 libpayload: Cache physical location of strings by Nico Huber · 4 years, 1 month ago
  25. bea01e3 libpayload: Cache physical location of CBMEM entries by Nico Huber · 4 years, 1 month ago
  26. 12faea3 libpayload: Cache physical location of cb_table entries by Nico Huber · 4 years, 1 month ago
  27. 5e0db58 libpayload: Cache copy of `cb_framebuffer` struct by Nico Huber · 4 years, 1 month ago
  28. be842cb libpayload: Cache physical location of serial-console struct by Nico Huber · 4 years, 1 month ago
  29. b2eafa6 libpayload: Cache physical CMOS option table location by Nico Huber · 4 years, 1 month ago
  30. 14adb7e libpayload: Cache physical cbmem console address by Nico Huber · 4 years, 1 month ago
  31. 7b54c15 libpayload: cbgfx: Add color mapping functionality by Yu-Ping Wu · 4 years, 1 month ago
  32. ae010c6 libpayload: Replace include/compiler.h with commonlib/bsd's version by Patrick Georgi · 4 years, 1 month ago
  33. b086728 libpayload: cbgfx: Add draw_line() by Yu-Ping Wu · 4 years, 1 month ago
  34. a92a07d libpayload: allow nonblocking delay and more than one delay by Ronald G Minnich · 4 years, 1 month ago
  35. 31a3788 cbgfx: Add blend functions to calculate transparency by Shelley Chen · 4 years, 1 month ago
  36. 96b00a5 libpayload: Add simple 32.32 fixed-point math API by Julius Werner · 4 years, 2 months ago
  37. eaa219b libpayload: drivers/usb: add a USB pre-poll hook by Caveh Jalali · 4 years, 3 months ago
  38. cabcfe2 libpayload: Fix definitions of minimum integer values by Yu-Ping Wu · 4 years, 3 months ago
  39. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  40. 7724f11 lp/drivers/usb: Add quirk for QEMU XHCI root hub by Duncan Laurie · 4 years, 5 months ago
  41. 77e0baa libpayload/drivers/nvram: Add function to write RTC by Patrick Rudolph · 7 years ago
  42. 9f3e734 libpayload: Improve rtc functions by Patrick Rudolph · 7 years ago
  43. e5b2453 libpayload: add read64() and write64() by Thomas Heijligen · 5 years ago
  44. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  45. bf33b03 libpayload: arm64: Keep instruction cache enabled at all times by Julius Werner · 4 years, 6 months ago
  46. c34ebab libpayload: Make pci and endian handling -Wconversion safe by Patrick Georgi · 4 years, 9 months ago
  47. a26986e libpayload: cbgfx: Support drawing a box with rounded corners by Yu-Ping Wu · 4 years, 8 months ago
  48. 41956b5 libpayload: Implement reading from CBMEM console by Yu-Ping Wu · 4 years, 9 months ago
  49. 879ea7f endian: Replace explicit byte swapping with compiler builtin by Julius Werner · 4 years, 9 months ago
  50. 1c37157 mmio: Add clrsetbitsXX() API in place of updateX() by Julius Werner · 4 years, 9 months ago
  51. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 9 months ago
  52. 5c44c4a libpayload: Add BIT(x) macro definition by satya priya · 4 years, 9 months ago
  53. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  54. 9f19dd9 mmio: Fix buffer_to_fifo32() order of arguments by Julius Werner · 4 years, 9 months ago
  55. 3557f12 libpayload: keyboard: Ignore special keys by Thejaswani Putta · 4 years, 10 months ago
  56. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  57. 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 11 months ago
  58. 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 5 years ago
  59. da10b92 libpayload/usb: add USB 3.1 GEN2 support by Eric Lai · 5 years ago
  60. 277498c libpayload: usbmsc: Factor out usb_msc_force_init() function by Julius Werner · 5 years ago
  61. db7f6fb Add buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 5 years ago
  62. 564720f libpayload: cbgfx: Allow rotation of the display by Nicolas Boichat · 5 years ago
  63. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  64. c3feebb libpayload/libc: Tidy utf16le_to_ascii by Jacob Garber · 5 years ago
  65. bf2c693 libpayload/usb: Increase USB request timeout to 5 s by Keith Short · 5 years ago
  66. d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  67. 5326ad7 libpayload: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  68. 2803346 Renumber cbtable tag MMC_INFO by Patrick Georgi · 5 years ago
  69. ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
  70. d8cd2e9 libpayload: make log2 and clz work on signed values internally by Patrick Georgi · 5 years ago
  71. a20e59d libpayload: classify all keyboards by Matt Delco · 5 years ago
  72. 0de2fa0 libpayload: Deduplicate strtol and strtoull by Julius Werner · 5 years ago
  73. 18c1b6b libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MIN by Julius Werner · 5 years ago
  74. f5b76fe libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs by Julius Werner · 8 years ago
  75. d371cf3 Make common macros double-evaluation safe by Julius Werner · 9 years ago
  76. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  77. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  78. 496ef1a Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX) by Julius Werner · 5 years ago
  79. 4708612 fmap: Add FMAP_AREA_PRESERVE by Hung-Te Lin · 5 years ago
  80. 5ec1d24 libpayload: cbfs: Require input size and output size for cbfs_decompress by You-Cheng Syu · 5 years ago
  81. 1653cc7 libpayload/sys/types.h: Add definition for off_t by Nico Huber · 6 years ago
  82. b2566f2 libpayload: add memchr to libc by Philipp Hug · 6 years ago
  83. 1bfda72 libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32 by Julius Werner · 6 years ago
  84. 5c0e72f libpayload: arm64: Make exception handling closer to arm32 by Julius Werner · 6 years ago
  85. ca52a25 libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 by Julius Werner · 6 years ago
  86. b025de0 libpayload/apic: Only ACK interrupts triggered by the APIC by Raul E Rangel · 6 years ago
  87. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  88. d63627f libpayload/libc/time: Add an arch_ndelay() by Raul E Rangel · 6 years ago
  89. 24ae85c libpayload/x86/apic: Add an apic_delay method and calibrate the timer by Raul E Rangel · 6 years ago
  90. ac8ebd0 libpayload/arch/x86: Add support for initializing the APIC by Raul E Rangel · 6 years ago
  91. 80d5c19 libpayload/x86/exception: Add ability to handle user defined interrupts by Raul E Rangel · 6 years ago
  92. 8728273 payloads: Remove/fix trailing whitespace by Martin Roth · 6 years ago
  93. cf79c83 libpayload/x86/exception: Add methods to enable/disable interrupts by Raul E Rangel · 6 years ago
  94. 052b531 libpayload/x86/cpuid: Add a cpuid macro by Raul E Rangel · 6 years ago
  95. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  96. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  97. c534a06 libpayload: Add UNKNOWN_SPEED to usb_speed enum by Raul E Rangel · 6 years ago
  98. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  99. ae2cb2d libpayload-x86: Export keyboard modifiers by Patrick Rudolph · 7 years ago
  100. 1f5ebf7 libpayload: Export usbhid_getmodifiers by Patrick Rudolph · 7 years ago