1. d87bbde libpayload: i8042: Enable keyboard translation by default on exit by Duncan Laurie · 3 years, 3 months ago
  2. 5f445f9 payloads/depthcharge: Use static_fw_config.h file for depthcharge build by Bora Guvendik · 3 years, 3 months ago
  3. 1f2b5fb libpayload/keyboard: Reset to scancode set #2 on exit by Nico Huber · 3 years, 8 months ago
  4. 4dc9278 libpayload/keyboard: Add a detention state by Nico Huber · 3 years, 7 months ago
  5. e97d320 libpayload/keyboard: Implement hot (un)plugging by Nico Huber · 3 years, 8 months ago
  6. 40df8aa tint: introduce the new tint build system with checksum verification by Mike Banon · 3 years, 5 months ago
  7. 0ce7f4d libpayload: Support herobrine by T Michael Turney · 3 years, 4 months ago
  8. 5c9bacc payloads/external/dc: Update depthcharge branch from master to main by Meera Ravindranath · 3 years, 4 months ago
  9. 544d7e2 payloads/tianocore: Fix compilation for UEFIPAYLOAD option by Matt DeVillier · 3 years, 3 months ago
  10. 605c6da payloads/LinuxBoot: make linux kernel build reproducible by Alexander Couzens · 4 years, 10 months ago
  11. fffc21d libpayload/storage: Add NVMe driver by Thomas Heijligen · 5 years ago
  12. 6e4e6207 payloads/LinuxBoot/u-root: add boot template to u-root by Alexander Couzens · 3 years, 4 months ago
  13. 9de060f libpayload: Use volatile pointers in {read,write}{8,16,32,64} by Patrick Georgi · 3 years, 5 months ago
  14. 5c73413 treewide: Remove trailing whitespace by Martin Roth · 3 years, 5 months ago
  15. f124939 tint: update the patch version numbers according to a new tint version by Mike Banon · 3 years, 5 months ago
  16. f238ead tint: update the archive from 0.04+nmu1 to 0.05 by Mike Banon · 3 years, 7 months ago
  17. b726e09 payloads: Force sub-make runs for in-tree payloads by Nico Huber · 3 years, 8 months ago
  18. a7d3293 payloads: Pass $(CCACHE) on to in-tree payloads by Nico Huber · 3 years, 8 months ago
  19. dd11bf9 nvramcui: Use libpayload's new `Makefile.payload` by Nico Huber · 3 years, 8 months ago
  20. 552163e coreinfo: Use libpayload's new `Makefile.payload` by Nico Huber · 3 years, 8 months ago
  21. 9c8f042 libpayload: Add a Makefile for in-tree payloads by Nico Huber · 3 years, 8 months ago
  22. 30570a7 nvramcui: Unexport COREBOOT_EXPORTS by Nico Huber · 3 years, 7 months ago
  23. 1132600 coreinfo: Unexport COREBOOT_EXPORTS by Nico Huber · 3 years, 7 months ago
  24. 372766f payloads/external/FILO: Pass Libpayloads path on the clean target by Arthur Heymans · 4 years, 9 months ago
  25. 9c55c37 payloads/libpayload/arch/arm64/mmu.c: Fix typo in comment by Elyes HAOUAS · 3 years, 5 months ago
  26. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 5 months ago
  27. 60f5328 libpayload/arm*: Add 64bit memory access primitives by Patrick Georgi · 3 years, 6 months ago
  28. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 6 months ago
  29. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 6 months ago
  30. 92675d6 nvramcui: Make local render_form() function static by Nico Huber · 3 years, 8 months ago
  31. 712ca31 libpayload/lpgcc: Drop redundant linker path by Nico Huber · 3 years, 8 months ago
  32. ec70383 libpayload/lpgcc: Set proper include paths for in-tree builds by Nico Huber · 3 years, 8 months ago
  33. 3e0b3f1 libpayload/lpgcc: Add more variables to support in-tree builds by Nico Huber · 3 years, 8 months ago
  34. c6bdabd payloads/external: Update cbfs-ints with CONFIG_UPDATE_IMAGE by Arthur Heymans · 3 years, 7 months ago
  35. 17c951b */Makefile.inc: Add some INTERMEDIATE targets to .PHONY by Arthur Heymans · 3 years, 7 months ago
  36. 9d233ba libpayload/lpgcc: Check for `libpayload.config` for in-tree builds by Nico Huber · 3 years, 7 months ago
  37. dc5c838 libpayload/lpgcc: Turn references to build dir into a variable by Nico Huber · 3 years, 8 months ago
  38. 1dba2ed libpayload: Keep a copy of .config in the build dir by Nico Huber · 3 years, 8 months ago
  39. 1823d53 libpayload: Move .xcompile into $(obj) by Nico Huber · 3 years, 8 months ago
  40. 4b9b446 payloads/tianocore: Clean up build string by Matt DeVillier · 3 years, 7 months ago
  41. 61a3c8a payloads/tianocore: Add Kconfig to set boot timeout by Matt DeVillier · 3 years, 8 months ago
  42. 4f7b687 libpayload/i8042: Add API to peek on keyboard input queue by Nico Huber · 3 years, 8 months ago
  43. 6e021d31 libpayload/keyboard: Add debug output to all state transitions by Nico Huber · 3 years, 8 months ago
  44. b2569ea libpayload/keyboard: Hide console output by default by Nico Huber · 3 years, 8 months ago
  45. e9c572f libpayload/keyboard: Implement self-test by Nico Huber · 3 years, 9 months ago
  46. 777c599 libpayload/keyboard: Add timestamp to track time spent in a state by Nico Huber · 3 years, 9 months ago
  47. 260dd9e libpayload/keyboard: Turn init sequence into a state machine by Nico Huber · 3 years, 9 months ago
  48. 828f6b4 libpayload/keyboard: Avoid races around input draining by Nico Huber · 3 years, 9 months ago
  49. f7faac1 libpayload/keyboard: Introduce keyboard_drain_input() by Nico Huber · 3 years, 9 months ago
  50. a160d93 libpayload/keyboard: Revise keyboard_cmd() error handling by Nico Huber · 3 years, 9 months ago
  51. a69d682 libpayload/keyboard: Revise scancode set and translation config by Nico Huber · 3 years, 9 months ago
  52. 0e1d19b libpayload/i8042: Add API to get/set kbd translation state by Nico Huber · 3 years, 8 months ago
  53. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 8 months ago
  54. c965546 libpayload: Provide API to expose MMU memery ranges for ARM64 by Meng-Huan Yu · 3 years, 8 months ago
  55. 6de5bf6 libpayload/usb: Add format string checking to usb_debug by Caveh Jalali · 3 years, 11 months ago
  56. 8079a6a libpayload/usb: Fix printf format string mismatches in debug messages by Caveh Jalali · 3 years, 11 months ago
  57. 2687d37a payloads/external: Fix up SPDX license headers by Angel Pons · 3 years, 8 months ago
  58. 6d4de7e payloads/external/Makefile.inc: Fix SeaBIOS option regressions by Angel Pons · 3 years, 8 months ago
  59. 14ca740 Makefile.inc: Move adding SeaBIOS cbfs config files by Arthur Heymans · 3 years, 9 months ago
  60. 0748a87 libpayload/i8042: Increase response timeout to 1.5s by Nico Huber · 3 years, 8 months ago
  61. 9c50462 Delete mainboard/google/cheza by Julius Werner · 3 years, 8 months ago
  62. e569e3e libpayload: storage.c: remove unneeded #if CONFIG() by Thomas Heijligen · 3 years, 8 months ago
  63. 85d93ff libpayload: Make OHCI enums into types by Jacob Garber · 3 years, 8 months ago
  64. c98baa7 libpayload: Add compiler.h to compiler parameters by Jacob Garber · 3 years, 8 months ago
  65. 5e6c30b coreinfo: Add support for link time optimization by Jacob Garber · 4 years, 10 months ago
  66. 04540f1 libpayload: Add support for link time optimization by Jacob Garber · 4 years, 10 months ago
  67. bc2c12c libpayload/x86: Try to discover invariant TSC rate by Nico Huber · 5 years ago
  68. 5c9d82b libpayload/x86: Add enumeration of Intel family 6 models by Nico Huber · 3 years, 9 months ago
  69. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 9 months ago
  70. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 9 months ago
  71. e50f546 payloads/filo: Set stable tag to something that builds by Nico Huber · 3 years, 9 months ago
  72. d9e543a libpayload/keyboard: Use `bool` as return type by Nico Huber · 3 years, 9 months ago
  73. f56d652 libpayload/curses: Use <stdbool.h> by Nico Huber · 3 years, 9 months ago
  74. bfa46e2 libpayload: Add <stdbool.h> by Nico Huber · 3 years, 9 months ago
  75. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 3 months ago
  76. 09917e1 libpayload/storage/ahci: Use pci_dev struct in ahci_initialize() by Felix Singer · 3 years, 9 months ago
  77. b4b73d4 libpayload/storage/ahci: Use pacc pointer to read device class by Felix Singer · 3 years, 9 months ago
  78. 9e5bc74 libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct by Felix Singer · 3 years, 9 months ago
  79. 6034b0f payloads/coreinfo: Rename pci_scan_bus() by Felix Singer · 3 years, 9 months ago
  80. e92c840 libpayload/storage: Enable STORAGE_64BIT_LBA by Felix Singer · 3 years, 9 months ago
  81. 70d73a8 libpayload/storage: Enable all AHCI controllers by default by Felix Singer · 3 years, 9 months ago
  82. 4c9622a libpayload/libpci: Introduce device class attribute in pci_dev by Felix Singer · 3 years, 9 months ago
  83. d2ec82d libpayload/libpci: Clean up pci_alloc() by Felix Singer · 3 years, 9 months ago
  84. d32bb11 libpayload/x86: Add some more CPUID helpers by Nico Huber · 3 years, 9 months ago
  85. e0ce60c lib and libpayload: Add popcnt functions by Angel Pons · 3 years, 9 months ago
  86. 7ded1af lib and libpayload: add 64-bit versions of clz, __ffs and log2 by Tim Wawrzynczak · 3 years, 10 months ago
  87. 612ae2e libpayload: use PRIu64 type to print u64 by Jeremy Compostella · 3 years, 10 months ago
  88. a7a2784 libpayload: Fix file permissions by Kyösti Mälkki · 3 years, 10 months ago
  89. be58923 payloads/external: add support for BOOTBOOT payload by Zoltan Baldaszti · 3 years, 10 months ago
  90. 690b6bc treewide/Kconfig: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 10 months ago
  91. 3ff7bcf payloads: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  92. 8742e2a libpayload: free: Separate NULL check out for clarity by Hsuan Ting Chen · 3 years, 10 months ago
  93. 541f2f7 libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling by Yu-Ping Wu · 3 years, 10 months ago
  94. 07201d7 coreinfo: Use SPDX license identifiers by Jacob Garber · 3 years, 10 months ago
  95. aec3b1f libpayload: malloc: Fix realloc for overlapping buffers by Yu-Ping Wu · 3 years, 10 months ago
  96. b228014 libpayload/xhci: Fix Slot State field width definition by Caveh Jalali · 3 years, 11 months ago
  97. d7468bf xhci: Do not set the CRCR_CS bit by Caveh Jalali · 3 years, 11 months ago
  98. 551216a xhci: Fix Abort command event handling by Caveh Jalali · 3 years, 11 months ago
  99. d04b388 libpayload: cbgfx: Support buffered I/O by Hung-Te Lin · 4 years ago
  100. ae096be libpayload: memmove: Don't make expectations of architecture memcpy by Julius Werner · 3 years, 11 months ago