1. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 10 months ago
  2. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  3. cb28d64 x86/cache.c: Implement dcache_* by Hsin-Te Yuan · 2 years ago
  4. 30d8e72 libpayload: Add const for dma_coherent argument by Yu-Ping Wu · 2 years ago
  5. c4e9045 treewide: Unify Google branding by Jon Murphy · 2 years, 2 months ago
  6. 607b39c libpayload: Add commonlib/bsd/elog and its dependency by Hsuan Ting Chen · 2 years, 5 months ago
  7. 23d2465 commonlib: Clean up compiler.h by Julius Werner · 2 years, 3 months ago
  8. 2ad74de libpayload/pci: Add support for bus mapping by Jianjun Wang · 3 years, 1 month ago
  9. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 5 months ago
  10. 7d0e5fa libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.h by David Hendricks · 2 years, 3 months ago
  11. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 4 months ago
  12. 9760264 commonlib/bsd/helpers: Remove redundancy with libpayload defines by Jakub Czapiga · 2 years, 5 months ago
  13. cddba45 libpayload: Parse the ACPI RSDP table entry by Arthur Heymans · 2 years, 6 months ago
  14. 42fcb2a libpayload: Parse DDR Information using coreboot tables by Ravi Kumar Bokka · 2 years, 9 months ago
  15. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 6 months ago
  16. db29b37 libpayload: Fix legacy CBFS code after recent refactoring by Julius Werner · 2 years, 7 months ago
  17. ad45f68 libpayload/libcbfs: Add unverified_area APIs by Jakub Czapiga · 2 years, 8 months ago
  18. 63e5427 libpayload: Implement new CBFS access API by Jakub Czapiga · 2 years, 9 months ago
  19. 8fac662 libpayload/libc/fmap: Implement new FlashMap API by Jakub Czapiga · 2 years, 9 months ago
  20. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 9 months ago
  21. f7d6eb2f libpayload: Add boot_device_read() function by Jakub Czapiga · 2 years, 9 months ago
  22. 2f236c2 libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser by Jakub Czapiga · 2 years, 9 months ago
  23. c69ea32 libpayload: Add mock assert support for unit testing purposes by Jakub Czapiga · 2 years, 9 months ago
  24. 111de55 tests: Move x86 I/O functions to include/mock/arch/io.h by Jakub Czapiga · 2 years, 10 months ago
  25. 3d91b47 libpayload: Add mock architecture by Jakub Czapiga · 3 years ago
  26. 15066ba driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.h by Nick Vaccaro · 2 years, 11 months ago
  27. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 11 months ago
  28. ea03d00 device/mmio: Make buffer_to_fifo32() take a const buffer by Julius Werner · 3 years ago
  29. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 2 months ago
  30. 358c84a includes: Move *abs() declarations into `stdlib.h` by Nico Huber · 3 years, 2 months ago
  31. c538ce1 includes: Remove dangling doxygen @} by Nico Huber · 3 years, 2 months ago
  32. c1536ad includes: Define `CHAR_BIT` in `limits.h` by Nico Huber · 3 years, 2 months ago
  33. 2eae410 includes: Provide `wchar.h` with `wchar_t` and `wint_t` by Nico Huber · 3 years, 2 months ago
  34. 0a31d5e includes: Add include guards to `stddef.h` by Nico Huber · 3 years, 2 months ago
  35. fffc21d libpayload/storage: Add NVMe driver by Thomas Heijligen · 5 years ago
  36. 9de060f libpayload: Use volatile pointers in {read,write}{8,16,32,64} by Patrick Georgi · 3 years, 6 months ago
  37. 60f5328 libpayload/arm*: Add 64bit memory access primitives by Patrick Georgi · 3 years, 7 months ago
  38. 4f7b687 libpayload/i8042: Add API to peek on keyboard input queue by Nico Huber · 3 years, 9 months ago
  39. 0e1d19b libpayload/i8042: Add API to get/set kbd translation state by Nico Huber · 3 years, 9 months ago
  40. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  41. c965546 libpayload: Provide API to expose MMU memery ranges for ARM64 by Meng-Huan Yu · 3 years, 9 months ago
  42. 6de5bf6 libpayload/usb: Add format string checking to usb_debug by Caveh Jalali · 4 years ago
  43. c98baa7 libpayload: Add compiler.h to compiler parameters by Jacob Garber · 3 years, 10 months ago
  44. 5c9d82b libpayload/x86: Add enumeration of Intel family 6 models by Nico Huber · 3 years, 10 months ago
  45. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  46. d9e543a libpayload/keyboard: Use `bool` as return type by Nico Huber · 3 years, 10 months ago
  47. bfa46e2 libpayload: Add <stdbool.h> by Nico Huber · 3 years, 10 months ago
  48. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  49. 09917e1 libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() by Felix Singer · 3 years, 10 months ago
  50. b4b73d4 libpayload/storage/ahci: Use pacc pointer to read device class by Felix Singer · 3 years, 10 months ago
  51. 9e5bc74 libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct by Felix Singer · 3 years, 10 months ago
  52. 4c9622a libpayload/libpci: Introduce device class attribute in pci_dev by Felix Singer · 3 years, 10 months ago
  53. d32bb11 libpayload/x86: Add some more CPUID helpers by Nico Huber · 3 years, 10 months ago
  54. e0ce60c lib and libpayload: Add popcnt functions by Angel Pons · 3 years, 10 months ago
  55. 7ded1af lib and libpayload: add 64-bit versions of clz, __ffs and log2 by Tim Wawrzynczak · 3 years, 11 months ago
  56. 3ff7bcf payloads: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  57. d04b388 libpayload: cbgfx: Support buffered I/O by Hung-Te Lin · 4 years ago
  58. 4a73252 libpayload: Cache physical location of strings by Nico Huber · 4 years, 1 month ago
  59. bea01e3 libpayload: Cache physical location of CBMEM entries by Nico Huber · 4 years, 1 month ago
  60. 12faea3 libpayload: Cache physical location of cb_table entries by Nico Huber · 4 years, 1 month ago
  61. 5e0db58 libpayload: Cache copy of `cb_framebuffer` struct by Nico Huber · 4 years, 1 month ago
  62. be842cb libpayload: Cache physical location of serial-console struct by Nico Huber · 4 years, 1 month ago
  63. b2eafa6 libpayload: Cache physical CMOS option table location by Nico Huber · 4 years, 1 month ago
  64. 14adb7e libpayload: Cache physical cbmem console address by Nico Huber · 4 years, 1 month ago
  65. 7b54c15 libpayload: cbgfx: Add color mapping functionality by Yu-Ping Wu · 4 years, 1 month ago
  66. ae010c6 libpayload: Replace include/compiler.h with commonlib/bsd's version by Patrick Georgi · 4 years, 1 month ago
  67. b086728 libpayload: cbgfx: Add draw_line() by Yu-Ping Wu · 4 years, 1 month ago
  68. a92a07d libpayload: allow nonblocking delay and more than one delay by Ronald G Minnich · 4 years, 1 month ago
  69. 31a3788 cbgfx: Add blend functions to calculate transparency by Shelley Chen · 4 years, 1 month ago
  70. 96b00a5 libpayload: Add simple 32.32 fixed-point math API by Julius Werner · 4 years, 2 months ago
  71. eaa219b libpayload: drivers/usb: add a USB pre-poll hook by Caveh Jalali · 4 years, 2 months ago
  72. cabcfe2 libpayload: Fix definitions of minimum integer values by Yu-Ping Wu · 4 years, 3 months ago
  73. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  74. 7724f11 lp/drivers/usb: Add quirk for QEMU XHCI root hub by Duncan Laurie · 4 years, 5 months ago
  75. 77e0baa libpayload/drivers/nvram: Add function to write RTC by Patrick Rudolph · 7 years ago
  76. 9f3e734 libpayload: Improve rtc functions by Patrick Rudolph · 7 years ago
  77. e5b2453 libpayload: add read64() and write64() by Thomas Heijligen · 5 years ago
  78. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  79. bf33b03 libpayload: arm64: Keep instruction cache enabled at all times by Julius Werner · 4 years, 6 months ago
  80. c34ebab libpayload: Make pci and endian handling -Wconversion safe by Patrick Georgi · 4 years, 9 months ago
  81. a26986e libpayload: cbgfx: Support drawing a box with rounded corners by Yu-Ping Wu · 4 years, 8 months ago
  82. 41956b5 libpayload: Implement reading from CBMEM console by Yu-Ping Wu · 4 years, 9 months ago
  83. 879ea7f endian: Replace explicit byte swapping with compiler builtin by Julius Werner · 4 years, 9 months ago
  84. 1c37157 mmio: Add clrsetbitsXX() API in place of updateX() by Julius Werner · 4 years, 9 months ago
  85. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 9 months ago
  86. 5c44c4a libpayload: Add BIT(x) macro definition by satya priya · 4 years, 9 months ago
  87. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  88. 9f19dd9 mmio: Fix buffer_to_fifo32() order of arguments by Julius Werner · 4 years, 9 months ago
  89. 3557f12 libpayload: keyboard: Ignore special keys by Thejaswani Putta · 4 years, 10 months ago
  90. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  91. 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 11 months ago
  92. 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 5 years ago
  93. da10b92 libpayload/usb: add USB 3.1 GEN2 support by Eric Lai · 5 years ago
  94. 277498c libpayload: usbmsc: Factor out usb_msc_force_init() function by Julius Werner · 5 years ago
  95. db7f6fb Add buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 5 years ago
  96. 564720f libpayload: cbgfx: Allow rotation of the display by Nicolas Boichat · 5 years ago
  97. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  98. c3feebb libpayload/libc: Tidy utf16le_to_ascii by Jacob Garber · 5 years ago
  99. bf2c693 libpayload/usb: Increase USB request timeout to 5 s by Keith Short · 5 years ago
  100. d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago