1. 3067701 lib: Check for non-existent DIMMs in check_if_dimm_changed by Eric Lai · 2 years, 3 months ago
  2. 9ebc6c1 tests: Split Makefile to allow for making host-side test tools by Jakub Czapiga · 2 years, 3 months ago
  3. c91b55a tests: update CMocka to stable-1.1 by Jakub Czapiga · 2 years, 3 months ago
  4. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  5. 77b1ff0 tests/lib: Add space before single line comment termination by Paul Menzel · 2 years, 4 months ago
  6. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  7. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 4 months ago
  8. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  9. 20b9245 tests/include: Move EMPTY_WRAP() macro to tests/include/test.h by Jakub Czapiga · 2 years, 6 months ago
  10. c08b6a7 tests: Fix tests code and comments style by Jakub Czapiga · 2 years, 6 months ago
  11. 727a84b tests: Move EDID test header to include/tests/lib by Jakub Czapiga · 2 years, 6 months ago
  12. 19ad39b tests/lib/lzma-test: Fix uninitialized array error by Jakub Czapiga · 2 years, 7 months ago
  13. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 7 months ago
  14. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 7 months ago
  15. c90d406 tests: Disable -Wmain-return-type for clang by Julius Werner · 2 years, 7 months ago
  16. 3332c2d tests: Disable -Wsource-mgr for clang by Julius Werner · 2 years, 7 months ago
  17. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 2 years, 11 months ago
  18. b88d845 tests: Fix objcopy --add-symbol arguments creation by Jakub Czapiga · 2 years, 7 months ago
  19. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 8 months ago
  20. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 8 months ago
  21. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 8 months ago
  22. 940953e tests/Makefile: Remove ./ prefix when running tests by Raul E Rangel · 3 years ago
  23. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 9 months ago
  24. c1e4c5a tests: Add lib/lzma-test test case by Jakub Czapiga · 3 years ago
  25. 4d9694e tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr by Jakub Czapiga · 2 years, 9 months ago
  26. b20aa09 tests: Add lib/cbfs-lookup-test test case by Jakub Czapiga · 3 years ago
  27. 29faa8a tests/stubs/console: Allow enabling printk to print to stdout by Jakub Czapiga · 2 years, 10 months ago
  28. 6f3fd63 tests: Add lib/cbfs-verification-test test case by Jakub Czapiga · 3 years ago
  29. 7c6081e tests: Improve test output readability by Jakub Czapiga · 2 years, 11 months ago
  30. ab91407 tests: Fix function mocking for clang by Julius Werner · 2 years, 11 months ago
  31. d0bd012 tests/Makefile.inc: Add missing include paths to TEST_CFLAGS by Jakub Czapiga · 2 years, 11 months ago
  32. 9bf716e tests/Makefile.inc: Add copy-test macro by Jakub Czapiga · 2 years, 11 months ago
  33. eaf5ff3 tests/Makefile.inc: Change assignments to immediate and fix style by Jakub Czapiga · 2 years, 11 months ago
  34. a7a49e6 tests/Makefile.inc: Add function wrapping mechanism by Jakub Czapiga · 3 years ago
  35. 941db0e helpers: Add GENMASK macro by Yu-Ping Wu · 3 years ago
  36. ca3aa52 tests: Add lib/libgcc-test test case by Jakub Czapiga · 3 years ago
  37. 0f88f6f tests/Makefile.inc: Correct dependency file suffix by Yu-Ping Wu · 3 years ago
  38. 21863e3 tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash by Jakub Czapiga · 3 years ago
  39. 53ea1d4 util/kconfig: Uprev to Linux 5.13's kconfig by Patrick Georgi · 4 years, 8 months ago
  40. fc3576a helpers: Introduce retry macro by Yu-Ping Wu · 3 years, 1 month ago
  41. ab0bcaf src/console/init.c: Make get_log_level static inline again by Jakub Czapiga · 3 years, 1 month ago
  42. ae41dd3 tests/console: Add tests for log message routing behavior by Patrick Georgi · 3 years, 1 month ago
  43. ce55ca2 tests: Rework mocking facility by Patrick Georgi · 3 years, 1 month ago
  44. db4b21a tests: Add lib/cbmem_stage_cache-test test case by Jakub Czapiga · 3 years, 1 month ago
  45. 203698a tests/Makefile.inc: Move generated headers to corresponding build dir by Jakub Czapiga · 3 years, 1 month ago
  46. 5ab67f9 tests/lib/memset-test: Add missing malloc check and free on error by Jakub Czapiga · 3 years, 1 month ago
  47. de6cbac tests: improve code coverage support by Paul Fagerburg · 3 years, 2 months ago
  48. d5433af tests/lib/spd_cache-test: Initialize spd_block.addr_map by Jakub Czapiga · 3 years, 2 months ago
  49. 2b8d721 tests: Add lib/spd_cache-test test case by Jakub Czapiga · 3 years, 3 months ago
  50. 5c3b05e tests: Enable config override for tests by Jakub Czapiga · 3 years, 2 months ago
  51. ce38084 tests/lib/crc_byte-test: Fix incorrect variable types by Jakub Czapiga · 3 years, 2 months ago
  52. 045fbf1 tests: enable code coverage for unit tests by Paul Fagerburg · 3 years, 3 months ago
  53. 66e35fb Makefile,tests: Move cmocka checkout into top level Makefile by Raul E Rangel · 3 years, 3 months ago
  54. a37c802 tests: Add lib/rtc-test test case by Jakub Czapiga · 3 years, 3 months ago
  55. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  56. 5d88483 tests: Add lib/coreboot_table-test test case by Jakub Czapiga · 3 years, 3 months ago
  57. a4819b3 Makefile: Add unit-tests help and targets list by Jakub Czapiga · 3 years, 3 months ago
  58. dadcae6 tests: Add lib/dimm_info_util-test test case by Jakub Czapiga · 3 years, 3 months ago
  59. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 3 months ago
  60. ec8eef0 tests/lib/bootmem-test: Add initialization of lb_mem fields by Jakub Czapiga · 3 years, 3 months ago
  61. 13145e5 tests/lib/malloc-test: Fix possible memory overrun by Jakub Czapiga · 3 years, 3 months ago
  62. 9357693 tests: Add lib/bootmem-test test case by Jan Dabros · 4 years ago
  63. 45d37d5 include/assert.h: Use mock_assert() for ENV_TEST targets by Jakub Czapiga · 3 years, 3 months ago
  64. 084ad93 include/rules.h: Add ENV_TEST definition by Jakub Czapiga · 3 years, 3 months ago
  65. f5c0021 tests: Add lib/uuid-test test case by Jakub Czapiga · 3 years, 3 months ago
  66. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 3 months ago
  67. caebcb7 tests/include/tests/test.h: Add TEST_REGION_UNALLOCATED by Jakub Czapiga · 3 years, 4 months ago
  68. d4863a5 tests: memset-test: Parenthesize zero size argument for clang by Julius Werner · 3 years, 4 months ago
  69. 9e16ca9 tests: Add lib/memrange-test test case by Jan Dabros · 4 years ago
  70. 1add483 tests/Makefile.inc: Enable support for multiple test groups by Jakub Czapiga · 3 years, 4 months ago
  71. 9f13cb7 tests: Add lib/compute_ip_checksum-test test case by Jakub Czapiga · 3 years, 4 months ago
  72. 0b6b968 tests: Add lib/crc_byte-test test case by Jakub Czapiga · 3 years, 4 months ago
  73. f5e636c tests: Add lib/memmove-test test case by Jakub Czapiga · 3 years, 5 months ago
  74. 68220b5 tests/lib/memchr-test: Fix possible memory overrun, add non-null checks by Jakub Czapiga · 3 years, 4 months ago
  75. 7a18721 tests: Add lib/malloc-test test case by Jakub Czapiga · 3 years, 5 months ago
  76. eb4bb6f tests: Add lib/memcpy-test test case by Jakub Czapiga · 3 years, 5 months ago
  77. 168b38b tests: Add acpi/acpigen-test test case by Jakub Czapiga · 3 years, 5 months ago
  78. cc7acb8 tests: Add lib/memchr-test test case by Jakub Czapiga · 3 years, 5 months ago
  79. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 6 months ago
  80. c4ca8c3 tests: Add lib/memcmp-test test case by Jakub Czapiga · 3 years, 5 months ago
  81. 7a940df tests: Add lib/memset-test test case by Jakub Czapiga · 3 years, 5 months ago
  82. 84446e6 rmodtool: Make memlayout symbols absolute and do not relocate them by Julius Werner · 3 years, 5 months ago
  83. e54d784 tests: Build tests with -Wno-inline-asm by Julius Werner · 3 years, 5 months ago
  84. b3a7c84 tests: Add lib/stack-test test case by Jakub Czapiga · 3 years, 5 months ago
  85. eb6f80d tests: Add lib/region_file-test test case by Jakub Czapiga · 3 years, 6 months ago
  86. a2b21c2 tests: Add lib/imd_cbmem-test test case by Jakub Czapiga · 3 years, 9 months ago
  87. 28e61f1 device: Use __pci_0_00_0_config in config_of_soc() by Furquan Shaikh · 3 years, 6 months ago
  88. dd85c82 tests: Add lib/fmap-test test case by Jakub Czapiga · 3 years, 7 months ago
  89. 2aa1587 edist-test: Fix _Static_assert missing message string by Daniel Gröber · 3 years, 7 months ago
  90. ea378cc tests: Add lib/list-test test case by Jakub Czapiga · 3 years, 8 months ago
  91. f9961ff tests: Add lib/cbmem_console-test test case by Jakub Czapiga · 3 years, 8 months ago
  92. e0af9fc tests: Add lib/edid-test test case by Jakub Czapiga · 3 years, 9 months ago
  93. e0c60f3 tests: Add lib/timestamp-test test case by Jakub Czapiga · 3 years, 9 months ago
  94. 466a378 tests: Add lib/imd-test test case by Jakub Czapiga · 3 years, 9 months ago
  95. 05fa5b2 tests: Add test region and symbol macros to <tests/test.h> by Jakub Czapiga · 3 years, 9 months ago
  96. a01ee36 device/dram: Add method for converting MHz to MT/s by Rob Barnes · 3 years, 10 months ago
  97. 86acc04 tests: Improve test_skip_atoi() in /lib/string-test test case by Anna Karas · 4 years ago
  98. f7cd0d5 tests: Move the console stubs to a dedicated directory by Anna Karas · 4 years ago
  99. 5664bc8 tests: Add lib/hexstrtobin-test test case by Anna Karas · 4 years ago
  100. 072a9b9 tests: Add lib/b64_decode-test test case by Anna Karas · 4 years, 1 month ago