1. ab0bcaf src/console/init.c: Make get_log_level static inline again by Jakub Czapiga · 3 years, 1 month ago
  2. ae41dd3 tests/console: Add tests for log message routing behavior by Patrick Georgi · 3 years, 1 month ago
  3. ce55ca2 tests: Rework mocking facility by Patrick Georgi · 3 years, 1 month ago
  4. db4b21a tests: Add lib/cbmem_stage_cache-test test case by Jakub Czapiga · 3 years, 2 months ago
  5. 203698a tests/Makefile.inc: Move generated headers to corresponding build dir by Jakub Czapiga · 3 years, 2 months ago
  6. 5ab67f9 tests/lib/memset-test: Add missing malloc check and free on error by Jakub Czapiga · 3 years, 2 months ago
  7. de6cbac tests: improve code coverage support by Paul Fagerburg · 3 years, 2 months ago
  8. d5433af tests/lib/spd_cache-test: Initialize spd_block.addr_map by Jakub Czapiga · 3 years, 2 months ago
  9. 2b8d721 tests: Add lib/spd_cache-test test case by Jakub Czapiga · 3 years, 3 months ago
  10. 5c3b05e tests: Enable config override for tests by Jakub Czapiga · 3 years, 3 months ago
  11. ce38084 tests/lib/crc_byte-test: Fix incorrect variable types by Jakub Czapiga · 3 years, 3 months ago
  12. 045fbf1 tests: enable code coverage for unit tests by Paul Fagerburg · 3 years, 3 months ago
  13. 66e35fb Makefile,tests: Move cmocka checkout into top level Makefile by Raul E Rangel · 3 years, 3 months ago
  14. a37c802 tests: Add lib/rtc-test test case by Jakub Czapiga · 3 years, 3 months ago
  15. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  16. 5d88483 tests: Add lib/coreboot_table-test test case by Jakub Czapiga · 3 years, 3 months ago
  17. a4819b3 Makefile: Add unit-tests help and targets list by Jakub Czapiga · 3 years, 3 months ago
  18. dadcae6 tests: Add lib/dimm_info_util-test test case by Jakub Czapiga · 3 years, 3 months ago
  19. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 4 months ago
  20. ec8eef0 tests/lib/bootmem-test: Add initialization of lb_mem fields by Jakub Czapiga · 3 years, 3 months ago
  21. 13145e5 tests/lib/malloc-test: Fix possible memory overrun by Jakub Czapiga · 3 years, 3 months ago
  22. 9357693 tests: Add lib/bootmem-test test case by Jan Dabros · 4 years ago
  23. 45d37d5 include/assert.h: Use mock_assert() for ENV_TEST targets by Jakub Czapiga · 3 years, 4 months ago
  24. 084ad93 include/rules.h: Add ENV_TEST definition by Jakub Czapiga · 3 years, 4 months ago
  25. f5c0021 tests: Add lib/uuid-test test case by Jakub Czapiga · 3 years, 4 months ago
  26. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 4 months ago
  27. caebcb7 tests/include/tests/test.h: Add TEST_REGION_UNALLOCATED by Jakub Czapiga · 3 years, 4 months ago
  28. d4863a5 tests: memset-test: Parenthesize zero size argument for clang by Julius Werner · 3 years, 4 months ago
  29. 9e16ca9 tests: Add lib/memrange-test test case by Jan Dabros · 4 years ago
  30. 1add483 tests/Makefile.inc: Enable support for multiple test groups by Jakub Czapiga · 3 years, 4 months ago
  31. 9f13cb7 tests: Add lib/compute_ip_checksum-test test case by Jakub Czapiga · 3 years, 5 months ago
  32. 0b6b968 tests: Add lib/crc_byte-test test case by Jakub Czapiga · 3 years, 5 months ago
  33. f5e636c tests: Add lib/memmove-test test case by Jakub Czapiga · 3 years, 5 months ago
  34. 68220b5 tests/lib/memchr-test: Fix possible memory overrun, add non-null checks by Jakub Czapiga · 3 years, 5 months ago
  35. 7a18721 tests: Add lib/malloc-test test case by Jakub Czapiga · 3 years, 5 months ago
  36. eb4bb6f tests: Add lib/memcpy-test test case by Jakub Czapiga · 3 years, 5 months ago
  37. 168b38b tests: Add acpi/acpigen-test test case by Jakub Czapiga · 3 years, 5 months ago
  38. cc7acb8 tests: Add lib/memchr-test test case by Jakub Czapiga · 3 years, 5 months ago
  39. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 7 months ago
  40. c4ca8c3 tests: Add lib/memcmp-test test case by Jakub Czapiga · 3 years, 5 months ago
  41. 7a940df tests: Add lib/memset-test test case by Jakub Czapiga · 3 years, 5 months ago
  42. 84446e6 rmodtool: Make memlayout symbols absolute and do not relocate them by Julius Werner · 3 years, 5 months ago
  43. e54d784 tests: Build tests with -Wno-inline-asm by Julius Werner · 3 years, 5 months ago
  44. b3a7c84 tests: Add lib/stack-test test case by Jakub Czapiga · 3 years, 5 months ago
  45. eb6f80d tests: Add lib/region_file-test test case by Jakub Czapiga · 3 years, 6 months ago
  46. a2b21c2 tests: Add lib/imd_cbmem-test test case by Jakub Czapiga · 3 years, 9 months ago
  47. 28e61f1 device: Use __pci_0_00_0_config in config_of_soc() by Furquan Shaikh · 3 years, 6 months ago
  48. dd85c82 tests: Add lib/fmap-test test case by Jakub Czapiga · 3 years, 7 months ago
  49. 2aa1587 edist-test: Fix _Static_assert missing message string by Daniel Gröber · 3 years, 8 months ago
  50. ea378cc tests: Add lib/list-test test case by Jakub Czapiga · 3 years, 8 months ago
  51. f9961ff tests: Add lib/cbmem_console-test test case by Jakub Czapiga · 3 years, 8 months ago
  52. e0af9fc tests: Add lib/edid-test test case by Jakub Czapiga · 3 years, 9 months ago
  53. e0c60f3 tests: Add lib/timestamp-test test case by Jakub Czapiga · 3 years, 9 months ago
  54. 466a378 tests: Add lib/imd-test test case by Jakub Czapiga · 3 years, 9 months ago
  55. 05fa5b2 tests: Add test region and symbol macros to <tests/test.h> by Jakub Czapiga · 3 years, 9 months ago
  56. a01ee36 device/dram: Add method for converting MHz to MT/s by Rob Barnes · 3 years, 10 months ago
  57. 86acc04 tests: Improve test_skip_atoi() in /lib/string-test test case by Anna Karas · 4 years ago
  58. f7cd0d5 tests: Move the console stubs to a dedicated directory by Anna Karas · 4 years ago
  59. 5664bc8 tests: Add lib/hexstrtobin-test test case by Anna Karas · 4 years ago
  60. 072a9b9 tests: Add lib/b64_decode-test test case by Anna Karas · 4 years, 1 month ago
  61. 907ddc3 tests: Complete lib/string-test test case by Anna Karas · 4 years, 2 months ago
  62. a65afdb tests/lib/Makefile.inc: remove a comment by Anna Karas · 4 years, 1 month ago
  63. 1e14de8 tests: Add some basic warnings and fix resulting issues by Julius Werner · 4 years, 1 month ago
  64. 1b35ec9 tests: Always run all unit tests by Patrick Georgi · 4 years, 2 months ago
  65. a0a198f tests: Allow emitting junit output for unit tests by Patrick Georgi · 4 years, 2 months ago
  66. a340297 tests: Move cmocka binary into $(obj) by Patrick Georgi · 4 years, 2 months ago
  67. be7507d Remove new additions of "this file is part of" lines by Elyes HAOUAS · 4 years, 2 months ago
  68. 7f00dba tests: Build Cmocka from source by Jan Dabros · 4 years, 2 months ago
  69. 2540037 tests: Add region-test for rdev API by Julius Werner · 4 years, 2 months ago
  70. 2174481 tests: Add <tests/test.h> wrapper header and fix --gc-sections by Julius Werner · 4 years, 2 months ago
  71. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  72. b0800d3 tests: Add proper license headers by Jan Dabros · 4 years, 2 months ago
  73. a67cc5f tests: Add device/i2c-test test case by Jan Dabros · 4 years, 3 months ago
  74. 2d0ee36 tests: Add lib/string-test test case by Jan Dabros · 4 years, 3 months ago
  75. ef1c968 tests: Add build subsystem for unit testing coreboot by Jan Dabros · 4 years, 4 months ago