1. 49f0f9a libpayload: Refer to vboot source consistently by Patrick Georgi · 2 years, 7 months ago
  2. 28a97a2 libpayload/Makefile.inc: Fix ar calls to support llvm-ar by Jakub Czapiga · 2 years, 7 months ago
  3. 395f5b3 libpayload: Install vboot headers and add include paths to lpgcc by Jakub Czapiga · 2 years, 7 months ago
  4. db29b37 libpayload: Fix legacy CBFS code after recent refactoring by Julius Werner · 2 years, 7 months ago
  5. a2f51f2 libpayload/libcbfs/Kconfig: Make CBFS_VERIFICATION depend on VBOOT_LIB by Jakub Czapiga · 2 years, 7 months ago
  6. ad45f68 libpayload/libcbfs: Add unverified_area APIs by Jakub Czapiga · 2 years, 8 months ago
  7. 63e5427 libpayload: Implement new CBFS access API by Jakub Czapiga · 2 years, 9 months ago
  8. 1fa3da4 libpayload: Enable vboot integration by Jakub Czapiga · 2 years, 8 months ago
  9. 8fac662 libpayload/libc/fmap: Implement new FlashMap API by Jakub Czapiga · 2 years, 9 months ago
  10. e7006fb libpayload: Add commonlib/bsd include path to lpgcc by Jakub Czapiga · 2 years, 8 months ago
  11. f490d48 libpayload: Add -Wno-address-of-packed-member for ARCH_MOCK by Jakub Czapiga · 2 years, 8 months ago
  12. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 9 months ago
  13. f7d6eb2f libpayload: Add boot_device_read() function by Jakub Czapiga · 2 years, 9 months ago
  14. 289e2f6 libpayload/Makefile: Improve object files list creation by Jakub Czapiga · 2 years, 9 months ago
  15. 0b25e00 libpayload: Add include/commonlib/bsd to installed headers by Jakub Czapiga · 2 years, 8 months ago
  16. c90d406 tests: Disable -Wmain-return-type for clang by Julius Werner · 2 years, 9 months ago
  17. 3332c2d tests: Disable -Wsource-mgr for clang by Julius Werner · 2 years, 9 months ago
  18. b88d845 tests: Fix objcopy --add-symbol arguments creation by Jakub Czapiga · 2 years, 9 months ago
  19. 2f236c2 libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser by Jakub Czapiga · 2 years, 9 months ago
  20. 39b2e7a libpayload: Add coreboot commonlib/bsd include path by Jakub Czapiga · 2 years, 9 months ago
  21. 7f61d41 libpayload/tests: Fix mocks __real_<func> symbol creation by Jakub Czapiga · 2 years, 9 months ago
  22. c69ea32 libpayload: Add mock assert support for unit testing purposes by Jakub Czapiga · 2 years, 9 months ago
  23. 1620830 libpayload/tests: remove tests/include/mocks include path 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. 12ae850 libpayload: Add unit-tests framework and first test case by Jakub Czapiga · 2 years, 10 months ago
  26. 3d91b47 libpayload: Add mock architecture by Jakub Czapiga · 3 years ago
  27. e5824ff libpayload: cbgfx: Clear screen by memcpy by Yu-Ping Wu · 2 years, 11 months ago
  28. acd2218 libpayload: Enable UART driver for sc7280 by Roja Rani Yarubandi · 3 years, 9 months ago
  29. 15066ba driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.h by Nick Vaccaro · 2 years, 11 months ago
  30. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 11 months ago
  31. ea03d00 device/mmio: Make buffer_to_fifo32() take a const buffer by Julius Werner · 2 years, 11 months ago
  32. c35659d libpayload: Move EXTRA_CFLAGS to enable option override by Jakub Czapiga · 3 years ago
  33. 52889c9 libpayload: cbgfx: Clear screen by sequential access by Yu-Ping Wu · 3 years ago
  34. 6cf47f5 libpayload: Mark Intel 300 series AHCI as tested by Nico Huber · 3 years, 1 month ago
  35. 5889f02 payloads/libpayload: add MTK_TIMER_V2 config by Rex-BC Chen · 3 years ago
  36. 1ff6017 libpayload: curses: Only call `serial_set_color()` with initialized values by Paul Menzel · 3 years, 5 months ago
  37. 53ea1d4 util/kconfig: Uprev to Linux 5.13's kconfig by Patrick Georgi · 4 years, 9 months ago
  38. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 2 months ago
  39. 358c84a includes: Move *abs() declarations into `stdlib.h` by Nico Huber · 3 years, 2 months ago
  40. c538ce1 includes: Remove dangling doxygen @} by Nico Huber · 3 years, 2 months ago
  41. c1536ad includes: Define `CHAR_BIT` in `limits.h` by Nico Huber · 3 years, 2 months ago
  42. 2eae410 includes: Provide `wchar.h` with `wchar_t` and `wint_t` by Nico Huber · 3 years, 2 months ago
  43. 0a31d5e includes: Add include guards to `stddef.h` by Nico Huber · 3 years, 2 months ago
  44. d87bbde libpayload: i8042: Enable keyboard translation by default on exit by Duncan Laurie · 3 years, 4 months ago
  45. 1f2b5fb libpayload/keyboard: Reset to scancode set #2 on exit by Nico Huber · 3 years, 9 months ago
  46. 4dc9278 libpayload/keyboard: Add a detention state by Nico Huber · 3 years, 8 months ago
  47. e97d320 libpayload/keyboard: Implement hot (un)plugging by Nico Huber · 3 years, 9 months ago
  48. 0ce7f4d libpayload: Support herobrine by T Michael Turney · 3 years, 5 months ago
  49. fffc21d libpayload/storage: Add NVMe driver by Thomas Heijligen · 5 years ago
  50. 9de060f libpayload: Use volatile pointers in {read,write}{8,16,32,64} by Patrick Georgi · 3 years, 6 months ago
  51. 9c8f042 libpayload: Add a Makefile for in-tree payloads by Nico Huber · 3 years, 9 months ago
  52. 9c55c37 payloads/libpayload/arch/arm64/mmu.c: Fix typo in comment by Elyes HAOUAS · 3 years, 6 months ago
  53. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 7 months ago
  54. 60f5328 libpayload/arm*: Add 64bit memory access primitives by Patrick Georgi · 3 years, 7 months ago
  55. 712ca31 libpayload/lpgcc: Drop redundant linker path by Nico Huber · 3 years, 9 months ago
  56. ec70383 libpayload/lpgcc: Set proper include paths for in-tree builds by Nico Huber · 3 years, 9 months ago
  57. 3e0b3f1 libpayload/lpgcc: Add more variables to support in-tree builds by Nico Huber · 3 years, 9 months ago
  58. 9d233ba libpayload/lpgcc: Check for `libpayload.config` for in-tree builds by Nico Huber · 3 years, 8 months ago
  59. dc5c838 libpayload/lpgcc: Turn references to build dir into a variable by Nico Huber · 3 years, 9 months ago
  60. 1dba2ed libpayload: Keep a copy of .config in the build dir by Nico Huber · 3 years, 9 months ago
  61. 1823d53 libpayload: Move .xcompile into $(obj) by Nico Huber · 3 years, 9 months ago
  62. 4f7b687 libpayload/i8042: Add API to peek on keyboard input queue by Nico Huber · 3 years, 9 months ago
  63. 6e021d31 libpayload/keyboard: Add debug output to all state transitions by Nico Huber · 3 years, 9 months ago
  64. b2569ea libpayload/keyboard: Hide console output by default by Nico Huber · 3 years, 9 months ago
  65. e9c572f libpayload/keyboard: Implement self-test by Nico Huber · 3 years, 10 months ago
  66. 777c599 libpayload/keyboard: Add timestamp to track time spent in a state by Nico Huber · 3 years, 10 months ago
  67. 260dd9e libpayload/keyboard: Turn init sequence into a state machine by Nico Huber · 3 years, 10 months ago
  68. 828f6b4 libpayload/keyboard: Avoid races around input draining by Nico Huber · 3 years, 10 months ago
  69. f7faac1 libpayload/keyboard: Introduce keyboard_drain_input() by Nico Huber · 3 years, 10 months ago
  70. a160d93 libpayload/keyboard: Revise keyboard_cmd() error handling by Nico Huber · 3 years, 10 months ago
  71. a69d682 libpayload/keyboard: Revise scancode set and translation config by Nico Huber · 3 years, 10 months ago
  72. 0e1d19b libpayload/i8042: Add API to get/set kbd translation state by Nico Huber · 3 years, 9 months ago
  73. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  74. c965546 libpayload: Provide API to expose MMU memery ranges for ARM64 by Meng-Huan Yu · 3 years, 9 months ago
  75. 6de5bf6 libpayload/usb: Add format string checking to usb_debug by Caveh Jalali · 4 years ago
  76. 8079a6a libpayload/usb: Fix printf format string mismatches in debug messages by Caveh Jalali · 4 years ago
  77. 0748a87 libpayload/i8042: Increase response timeout to 1.5s by Nico Huber · 3 years, 9 months ago
  78. 9c50462 Delete mainboard/google/cheza by Julius Werner · 3 years, 9 months ago
  79. e569e3e libpayload: storage.c: remove unneeded #if CONFIG() by Thomas Heijligen · 3 years, 9 months ago
  80. 85d93ff libpayload: Make OHCI enums into types by Jacob Garber · 3 years, 10 months ago
  81. c98baa7 libpayload: Add compiler.h to compiler parameters by Jacob Garber · 3 years, 9 months ago
  82. 04540f1 libpayload: Add support for link time optimization by Jacob Garber · 4 years, 11 months ago
  83. bc2c12c libpayload/x86: Try to discover invariant TSC rate by Nico Huber · 5 years ago
  84. 5c9d82b libpayload/x86: Add enumeration of Intel family 6 models by Nico Huber · 3 years, 10 months ago
  85. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  86. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 10 months ago
  87. d9e543a libpayload/keyboard: Use `bool` as return type by Nico Huber · 3 years, 10 months ago
  88. f56d652 libpayload/curses: Use <stdbool.h> by Nico Huber · 3 years, 10 months ago
  89. bfa46e2 libpayload: Add <stdbool.h> by Nico Huber · 3 years, 10 months ago
  90. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  91. 09917e1 libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() by Felix Singer · 3 years, 10 months ago
  92. b4b73d4 libpayload/storage/ahci: Use pacc pointer to read device class by Felix Singer · 3 years, 10 months ago
  93. 9e5bc74 libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct by Felix Singer · 3 years, 10 months ago
  94. e92c840 libpayload/storage: Enable STORAGE_64BIT_LBA by Felix Singer · 3 years, 10 months ago
  95. 70d73a8 libpayload/storage: Enable all AHCI controllers by default by Felix Singer · 3 years, 10 months ago
  96. 4c9622a libpayload/libpci: Introduce device class attribute in pci_dev by Felix Singer · 3 years, 10 months ago
  97. d2ec82d libpayload/libpci: Clean up pci_alloc() by Felix Singer · 3 years, 10 months ago
  98. d32bb11 libpayload/x86: Add some more CPUID helpers by Nico Huber · 3 years, 10 months ago
  99. e0ce60c lib and libpayload: Add popcnt functions by Angel Pons · 3 years, 10 months ago
  100. 7ded1af lib and libpayload: add 64-bit versions of clz, __ffs and log2 by Tim Wawrzynczak · 3 years, 11 months ago