1. 599b340 tests/lib/ux_locales-test: Simplify macros by Yu-Ping Wu · 5 months ago
  2. b506020 commonlib: Change GCD function to always use 64 bits by Julius Werner · 5 months ago
  3. d385113 tests: Add some more ipchksum() test cases by Julius Werner · 5 months ago
  4. de37109 lib: Move IP checksum to commonlib by Julius Werner · 5 months ago
  5. c59426f malloc/memalign: Return NULL if the request is too large by Patrick Georgi · 5 months ago
  6. ba3a719 tests: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  7. e3df184 Makefiles: Rename top-level Makefiles from .inc to .mk by Martin Roth · 6 months ago
  8. 2a4e18a tests: Fix ending newlines in Makefiles by Martin Roth · 6 months ago
  9. 26e7c1e Revert "tests: Allow specifying vboot source directory" by Felix Singer · 8 months ago
  10. 7713a2f tests: Allow specifying vboot source directory by roccochen@chromium.com · 8 months ago
  11. 2495f24 tests/lib: Enforce ux_locales-test with CONFIG_VBOOT by Subrata Banik · 8 months ago
  12. 043f339 tests/acpigen: Patch to allow moving buffers by Nico Huber · 8 months ago
  13. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 1 month ago
  14. 909c317 commonlib: Add GCD function by Yidi Lin · 8 months ago
  15. abaa4b5 tests/lib: Add unit tests for ux_locales_get_text() by Hsuan Ting Chen · 1 year ago
  16. 1ab8ad6 drivers/efi: Add EFI variable store option support by Patrick Rudolph · 3 years, 3 months ago
  17. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 5 months ago
  18. f82e68c spd.h: Move enum ddr3_module_type to ddr3.h by Elyes Haouas · 1 year, 6 months ago
  19. 5a04746 spd.h: Move enum ddr2_module_type to ddr2.h by Elyes Haouas · 1 year, 6 months ago
  20. 9a9b277 coreboot_tables: Make existing alignment conventions more explicit by Julius Werner · 1 year, 7 months ago
  21. e8bef61 tests/Makefile.inc: Build utilities in separate directory by Jakub Czapiga · 1 year, 7 months ago
  22. d190e0f tests/Makefile.common: Remove unnecessary dependency to kconfig/conf by Jakub Czapiga · 1 year, 7 months ago
  23. ab06861 tests/Makefile.common: Allow to override tests defconfig by Jakub Czapiga · 1 year, 7 months ago
  24. 3088e43 tests/Makefile.common: Describe available test attributes by Jakub Czapiga · 1 year, 7 months ago
  25. e744ba6 tests: Support linking with system libc by Jakub Czapiga · 1 year, 8 months ago
  26. 3c8a3d1 tests/Makefile.common: Allow to disable test framework with parameter by Jakub Czapiga · 1 year, 8 months ago
  27. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  28. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  29. 0159022 test/lib: Add non-existent DIMMs test case in spd_cache-test by Eric Lai · 2 years, 3 months ago
  30. 96edc10 tests: Add option for debug symbols & no optimization by Martin Roth · 1 year, 9 months ago
  31. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  32. a0e36d8 tests: Add support for tests build failures detection by Jakub Czapiga · 1 year, 10 months ago
  33. f25c112 tests/lib/coreboot_table-test.c: Use ALIGN_UP macro by Elyes Haouas · 1 year, 10 months ago
  34. 9007290 tests: Disable unnecessary warnings by Jakub Czapiga · 1 year, 10 months ago
  35. ff96823 tests/commonlib/rational-test: Use test group runner wrapper by Jakub Czapiga · 1 year, 10 months ago
  36. 526c642 allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN by Nico Huber · 4 years, 1 month ago
  37. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 1 year, 11 months ago
  38. c0e3004 tests/memrange-test: Correct final end test in test_memrange_steal() by Nico Huber · 1 year, 11 months ago
  39. 875f731 tests/memrange-test: Correct commentary on test_memrange_steal() by Nico Huber · 1 year, 11 months ago
  40. d914292 tests/lib: Do not pick up unassigned resources by Shuo Liu · 1 year, 11 months ago
  41. 85894aa5 tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-test by Shuo Liu · 1 year, 11 months ago
  42. 7528311 commonlib: Add support for rational number approximation by Vinod Polimera · 2 years ago
  43. 348909a tests: Adjust the order of header files to include by Bill XIE · 2 years ago
  44. 3067701 lib: Check for non-existent DIMMs in check_if_dimm_changed by Eric Lai · 2 years, 3 months ago
  45. 9ebc6c1 tests: Split Makefile to allow for making host-side test tools by Jakub Czapiga · 2 years, 3 months ago
  46. c91b55a tests: update CMocka to stable-1.1 by Jakub Czapiga · 2 years, 3 months ago
  47. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  48. 77b1ff0 tests/lib: Add space before single line comment termination by Paul Menzel · 2 years, 4 months ago
  49. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  50. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 4 months ago
  51. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  52. 20b9245 tests/include: Move EMPTY_WRAP() macro to tests/include/test.h by Jakub Czapiga · 2 years, 6 months ago
  53. c08b6a7 tests: Fix tests code and comments style by Jakub Czapiga · 2 years, 6 months ago
  54. 727a84b tests: Move EDID test header to include/tests/lib by Jakub Czapiga · 2 years, 6 months ago
  55. 19ad39b tests/lib/lzma-test: Fix uninitialized array error by Jakub Czapiga · 2 years, 7 months ago
  56. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 7 months ago
  57. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 7 months ago
  58. c90d406 tests: Disable -Wmain-return-type for clang by Julius Werner · 2 years, 7 months ago
  59. 3332c2d tests: Disable -Wsource-mgr for clang by Julius Werner · 2 years, 7 months ago
  60. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 2 years, 11 months ago
  61. b88d845 tests: Fix objcopy --add-symbol arguments creation by Jakub Czapiga · 2 years, 7 months ago
  62. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 8 months ago
  63. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 8 months ago
  64. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 8 months ago
  65. 940953e tests/Makefile: Remove ./ prefix when running tests by Raul E Rangel · 3 years ago
  66. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 9 months ago
  67. c1e4c5a tests: Add lib/lzma-test test case by Jakub Czapiga · 3 years ago
  68. 4d9694e tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr by Jakub Czapiga · 2 years, 9 months ago
  69. b20aa09 tests: Add lib/cbfs-lookup-test test case by Jakub Czapiga · 3 years ago
  70. 29faa8a tests/stubs/console: Allow enabling printk to print to stdout by Jakub Czapiga · 2 years, 10 months ago
  71. 6f3fd63 tests: Add lib/cbfs-verification-test test case by Jakub Czapiga · 3 years ago
  72. 7c6081e tests: Improve test output readability by Jakub Czapiga · 2 years, 11 months ago
  73. ab91407 tests: Fix function mocking for clang by Julius Werner · 2 years, 11 months ago
  74. d0bd012 tests/Makefile.inc: Add missing include paths to TEST_CFLAGS by Jakub Czapiga · 2 years, 11 months ago
  75. 9bf716e tests/Makefile.inc: Add copy-test macro by Jakub Czapiga · 2 years, 11 months ago
  76. eaf5ff3 tests/Makefile.inc: Change assignments to immediate and fix style by Jakub Czapiga · 2 years, 11 months ago
  77. a7a49e6 tests/Makefile.inc: Add function wrapping mechanism by Jakub Czapiga · 3 years ago
  78. 941db0e helpers: Add GENMASK macro by Yu-Ping Wu · 3 years ago
  79. ca3aa52 tests: Add lib/libgcc-test test case by Jakub Czapiga · 3 years ago
  80. 0f88f6f tests/Makefile.inc: Correct dependency file suffix by Yu-Ping Wu · 3 years ago
  81. 21863e3 tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash by Jakub Czapiga · 3 years ago
  82. 53ea1d4 util/kconfig: Uprev to Linux 5.13's kconfig by Patrick Georgi · 4 years, 8 months ago
  83. fc3576a helpers: Introduce retry macro by Yu-Ping Wu · 3 years, 1 month ago
  84. ab0bcaf src/console/init.c: Make get_log_level static inline again by Jakub Czapiga · 3 years, 1 month ago
  85. ae41dd3 tests/console: Add tests for log message routing behavior by Patrick Georgi · 3 years, 1 month ago
  86. ce55ca2 tests: Rework mocking facility by Patrick Georgi · 3 years, 1 month ago
  87. db4b21a tests: Add lib/cbmem_stage_cache-test test case by Jakub Czapiga · 3 years, 1 month ago
  88. 203698a tests/Makefile.inc: Move generated headers to corresponding build dir by Jakub Czapiga · 3 years, 1 month ago
  89. 5ab67f9 tests/lib/memset-test: Add missing malloc check and free on error by Jakub Czapiga · 3 years, 1 month ago
  90. de6cbac tests: improve code coverage support by Paul Fagerburg · 3 years, 2 months ago
  91. d5433af tests/lib/spd_cache-test: Initialize spd_block.addr_map by Jakub Czapiga · 3 years, 2 months ago
  92. 2b8d721 tests: Add lib/spd_cache-test test case by Jakub Czapiga · 3 years, 3 months ago
  93. 5c3b05e tests: Enable config override for tests by Jakub Czapiga · 3 years, 2 months ago
  94. ce38084 tests/lib/crc_byte-test: Fix incorrect variable types by Jakub Czapiga · 3 years, 2 months ago
  95. 045fbf1 tests: enable code coverage for unit tests by Paul Fagerburg · 3 years, 3 months ago
  96. 66e35fb Makefile,tests: Move cmocka checkout into top level Makefile by Raul E Rangel · 3 years, 3 months ago
  97. a37c802 tests: Add lib/rtc-test test case by Jakub Czapiga · 3 years, 3 months ago
  98. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  99. 5d88483 tests: Add lib/coreboot_table-test test case by Jakub Czapiga · 3 years, 3 months ago
  100. a4819b3 Makefile: Add unit-tests help and targets list by Jakub Czapiga · 3 years, 3 months ago