1. da336cd treewide: Move device_tree to commonlib by Maximilian Brune · 10 months ago
  2. 829b94d treewide: Move skip_atoi function to commonlib by Kapil Porwal · 6 weeks ago
  3. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  4. 33079b8 lib/device_tree: Add some FDT helper functions by Maximilian Brune · 4 months ago
  5. 25c737d tests/lib: Factor out file related functions by Maximilian Brune · 10 weeks ago
  6. 0f45e17 dram/ddr5: Use the same naming convention as DDR{2,3,4} by Elyes Haouas · 10 weeks ago
  7. 239347a spd.h: Move enum ddr4_module_type to ddr4.h by Elyes Haouas · 10 weeks ago
  8. 305ee06 spd.h: Move enum ddr5_module_type to ddr5.h by Elyes Haouas · 2 months ago
  9. 4bbec0c tree: Drop duplicated <stdarg.h> and <stdio.h> by Elyes Haouas · 3 months ago
  10. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 3 months ago
  11. a99b580 treewide: Move list.h to commonlib by Maximilian Brune · 10 months ago
  12. 599b340 tests/lib/ux_locales-test: Simplify macros by Yu-Ping Wu · 5 months ago
  13. de37109 lib: Move IP checksum to commonlib by Julius Werner · 6 months ago
  14. c59426f malloc/memalign: Return NULL if the request is too large by Patrick Georgi · 6 months ago
  15. ba3a719 tests: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  16. 2495f24 tests/lib: Enforce ux_locales-test with CONFIG_VBOOT by Subrata Banik · 8 months ago
  17. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 2 months ago
  18. abaa4b5 tests/lib: Add unit tests for ux_locales_get_text() by Hsuan Ting Chen · 1 year ago
  19. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 5 months ago
  20. f82e68c spd.h: Move enum ddr3_module_type to ddr3.h by Elyes Haouas · 1 year, 7 months ago
  21. 5a04746 spd.h: Move enum ddr2_module_type to ddr2.h by Elyes Haouas · 1 year, 7 months ago
  22. 9a9b277 coreboot_tables: Make existing alignment conventions more explicit by Julius Werner · 1 year, 8 months ago
  23. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  24. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  25. 0159022 test/lib: Add non-existent DIMMs test case in spd_cache-test by Eric Lai · 2 years, 3 months ago
  26. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  27. f25c112 tests/lib/coreboot_table-test.c: Use ALIGN_UP macro by Elyes Haouas · 1 year, 10 months ago
  28. 526c642 allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN by Nico Huber · 4 years, 2 months ago
  29. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  30. c0e3004 tests/memrange-test: Correct final end test in test_memrange_steal() by Nico Huber · 1 year, 11 months ago
  31. 875f731 tests/memrange-test: Correct commentary on test_memrange_steal() by Nico Huber · 1 year, 11 months ago
  32. d914292 tests/lib: Do not pick up unassigned resources by Shuo Liu · 2 years ago
  33. 85894aa5 tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-test by Shuo Liu · 2 years ago
  34. 3067701 lib: Check for non-existent DIMMs in check_if_dimm_changed by Eric Lai · 2 years, 3 months ago
  35. c91b55a tests: update CMocka to stable-1.1 by Jakub Czapiga · 2 years, 3 months ago
  36. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  37. 77b1ff0 tests/lib: Add space before single line comment termination by Paul Menzel · 2 years, 4 months ago
  38. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  39. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 4 months ago
  40. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  41. c08b6a7 tests: Fix tests code and comments style by Jakub Czapiga · 2 years, 6 months ago
  42. 727a84b tests: Move EDID test header to include/tests/lib by Jakub Czapiga · 2 years, 6 months ago
  43. 19ad39b tests/lib/lzma-test: Fix uninitialized array error by Jakub Czapiga · 2 years, 7 months ago
  44. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 8 months ago
  45. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 8 months ago
  46. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  47. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 8 months ago
  48. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 9 months ago
  49. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 9 months ago
  50. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 9 months ago
  51. c1e4c5a tests: Add lib/lzma-test test case by Jakub Czapiga · 3 years ago
  52. b20aa09 tests: Add lib/cbfs-lookup-test test case by Jakub Czapiga · 3 years ago
  53. 6f3fd63 tests: Add lib/cbfs-verification-test test case by Jakub Czapiga · 3 years ago
  54. 7c6081e tests: Improve test output readability by Jakub Czapiga · 2 years, 11 months ago
  55. d0bd012 tests/Makefile.inc: Add missing include paths to TEST_CFLAGS by Jakub Czapiga · 3 years ago
  56. ca3aa52 tests: Add lib/libgcc-test test case by Jakub Czapiga · 3 years ago
  57. ce55ca2 tests: Rework mocking facility by Patrick Georgi · 3 years, 1 month ago
  58. db4b21a tests: Add lib/cbmem_stage_cache-test test case by Jakub Czapiga · 3 years, 2 months ago
  59. 5ab67f9 tests/lib/memset-test: Add missing malloc check and free on error by Jakub Czapiga · 3 years, 2 months ago
  60. d5433af tests/lib/spd_cache-test: Initialize spd_block.addr_map by Jakub Czapiga · 3 years, 2 months ago
  61. 2b8d721 tests: Add lib/spd_cache-test test case by Jakub Czapiga · 3 years, 3 months ago
  62. ce38084 tests/lib/crc_byte-test: Fix incorrect variable types by Jakub Czapiga · 3 years, 3 months ago
  63. a37c802 tests: Add lib/rtc-test test case by Jakub Czapiga · 3 years, 3 months ago
  64. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  65. 5d88483 tests: Add lib/coreboot_table-test test case by Jakub Czapiga · 3 years, 3 months ago
  66. dadcae6 tests: Add lib/dimm_info_util-test test case by Jakub Czapiga · 3 years, 3 months ago
  67. ec8eef0 tests/lib/bootmem-test: Add initialization of lb_mem fields by Jakub Czapiga · 3 years, 3 months ago
  68. 13145e5 tests/lib/malloc-test: Fix possible memory overrun by Jakub Czapiga · 3 years, 3 months ago
  69. 9357693 tests: Add lib/bootmem-test test case by Jan Dabros · 4 years ago
  70. 45d37d5 include/assert.h: Use mock_assert() for ENV_TEST targets by Jakub Czapiga · 3 years, 4 months ago
  71. f5c0021 tests: Add lib/uuid-test test case by Jakub Czapiga · 3 years, 4 months ago
  72. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 4 months ago
  73. d4863a5 tests: memset-test: Parenthesize zero size argument for clang by Julius Werner · 3 years, 4 months ago
  74. 9e16ca9 tests: Add lib/memrange-test test case by Jan Dabros · 4 years ago
  75. 9f13cb7 tests: Add lib/compute_ip_checksum-test test case by Jakub Czapiga · 3 years, 5 months ago
  76. 0b6b968 tests: Add lib/crc_byte-test test case by Jakub Czapiga · 3 years, 5 months ago
  77. f5e636c tests: Add lib/memmove-test test case by Jakub Czapiga · 3 years, 5 months ago
  78. 68220b5 tests/lib/memchr-test: Fix possible memory overrun, add non-null checks by Jakub Czapiga · 3 years, 5 months ago
  79. 7a18721 tests: Add lib/malloc-test test case by Jakub Czapiga · 3 years, 5 months ago
  80. eb4bb6f tests: Add lib/memcpy-test test case by Jakub Czapiga · 3 years, 5 months ago
  81. cc7acb8 tests: Add lib/memchr-test test case by Jakub Czapiga · 3 years, 5 months ago
  82. c4ca8c3 tests: Add lib/memcmp-test test case by Jakub Czapiga · 3 years, 5 months ago
  83. 7a940df tests: Add lib/memset-test test case by Jakub Czapiga · 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. dd85c82 tests: Add lib/fmap-test test case by Jakub Czapiga · 3 years, 7 months ago
  88. ea378cc tests: Add lib/list-test test case by Jakub Czapiga · 3 years, 8 months ago
  89. f9961ff tests: Add lib/cbmem_console-test test case by Jakub Czapiga · 3 years, 8 months ago
  90. e0af9fc tests: Add lib/edid-test test case by Jakub Czapiga · 3 years, 9 months ago
  91. e0c60f3 tests: Add lib/timestamp-test test case by Jakub Czapiga · 3 years, 9 months ago
  92. 466a378 tests: Add lib/imd-test test case by Jakub Czapiga · 3 years, 9 months ago
  93. 86acc04 tests: Improve test_skip_atoi() in /lib/string-test test case by Anna Karas · 4 years ago
  94. f7cd0d5 tests: Move the console stubs to a dedicated directory by Anna Karas · 4 years ago
  95. 5664bc8 tests: Add lib/hexstrtobin-test test case by Anna Karas · 4 years ago
  96. 072a9b9 tests: Add lib/b64_decode-test test case by Anna Karas · 4 years, 1 month ago
  97. 907ddc3 tests: Complete lib/string-test test case by Anna Karas · 4 years, 2 months ago
  98. a65afdb tests/lib/Makefile.inc: remove a comment by Anna Karas · 4 years, 1 month ago
  99. 2174481 tests: Add <tests/test.h> wrapper header and fix --gc-sections by Julius Werner · 4 years, 2 months ago
  100. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago