Age | Commit message (Expand) | Author |
2023-08-30 | tests/lib: Add unit tests for ux_locales_get_text() | Hsuan Ting Chen |
2023-04-03 | drivers/efi: Add EFI variable store option support | Patrick Rudolph |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2023-01-04 | spd.h: Move enum ddr3_module_type to ddr3.h | Elyes Haouas |
2023-01-04 | spd.h: Move enum ddr2_module_type to ddr2.h | Elyes Haouas |
2022-12-22 | coreboot_tables: Make existing alignment conventions more explicit | Julius Werner |
2022-12-17 | tests/Makefile.inc: Build utilities in separate directory | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Remove unnecessary dependency to kconfig/conf | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Allow to override tests defconfig | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Describe available test attributes | Jakub Czapiga |
2022-12-17 | tests: Support linking with system libc | Jakub Czapiga |
2022-12-14 | tests/Makefile.common: Allow to disable test framework with parameter | Jakub Czapiga |
2022-11-18 | cbmem_top_chipset: Change the return value to uintptr_t | Elyes Haouas |
2022-11-04 | lib/coreboot_table: Simplify API to set up lb_serial | Arthur Heymans |
2022-11-03 | test/lib: Add non-existent DIMMs test case in spd_cache-test | Eric Lai |
2022-11-03 | tests: Add option for debug symbols & no optimization | Martin Roth |
2022-10-26 | coreboot_tables: Drop uart PCI addr | Arthur Heymans |
2022-09-21 | tests: Add support for tests build failures detection | Jakub Czapiga |
2022-09-12 | tests/lib/coreboot_table-test.c: Use ALIGN_UP macro | Elyes Haouas |
2022-09-09 | tests: Disable unnecessary warnings | Jakub Czapiga |
2022-09-07 | tests/commonlib/rational-test: Use test group runner wrapper | Jakub Czapiga |
2022-09-04 | allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN | Nico Huber |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-26 | tests/memrange-test: Correct final end test in test_memrange_steal() | Nico Huber |
2022-08-26 | tests/memrange-test: Correct commentary on test_memrange_steal() | Nico Huber |
2022-08-13 | tests/lib: Do not pick up unassigned resources | Shuo Liu |
2022-08-13 | tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-test | Shuo Liu |
2022-08-03 | commonlib: Add support for rational number approximation | Vinod Polimera |
2022-07-14 | tests: Adjust the order of header files to include | Bill XIE |
2022-04-20 | lib: Check for non-existent DIMMs in check_if_dimm_changed | Eric Lai |
2022-04-19 | tests: Split Makefile to allow for making host-side test tools | Jakub Czapiga |
2022-04-19 | tests: update CMocka to stable-1.1 | Jakub Czapiga |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-27 | tests/lib: Add space before single line comment termination | Paul Menzel |
2022-03-09 | coreboot_tables.c: Expose the ACPI RSDP | Arthur Heymans |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-02-10 | tests/include: Move EMPTY_WRAP() macro to tests/include/test.h | Jakub Czapiga |
2022-01-14 | tests: Fix tests code and comments style | Jakub Czapiga |
2022-01-12 | tests: Move EDID test header to include/tests/lib | Jakub Czapiga |
2021-12-15 | tests/lib/lzma-test: Fix uninitialized array error | Jakub Czapiga |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2021-12-08 | lib: Fix log2_ceil() for 0xffffffff | Yu-Ping Wu |
2021-12-07 | tests: Disable -Wmain-return-type for clang | Julius Werner |
2021-12-07 | tests: Disable -Wsource-mgr for clang | Julius Werner |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-06 | tests: Fix objcopy --add-symbol arguments creation | Jakub Czapiga |
2021-11-30 | commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ | Jakub Czapiga |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-03 | lib/list: Add list_append | Raul E Rangel |
2021-11-03 | tests/Makefile: Remove ./ prefix when running tests | Raul E Rangel |
2021-11-02 | lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() | Subrata Banik |
2021-10-14 | tests: Add lib/lzma-test test case | Jakub Czapiga |
2021-10-11 | tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr | Jakub Czapiga |
2021-09-14 | tests: Add lib/cbfs-lookup-test test case | Jakub Czapiga |
2021-09-13 | tests/stubs/console: Allow enabling printk to print to stdout | Jakub Czapiga |
2021-09-02 | tests: Add lib/cbfs-verification-test test case | Jakub Czapiga |
2021-09-01 | tests: Improve test output readability | Jakub Czapiga |
2021-08-25 | tests: Fix function mocking for clang | Julius Werner |
2021-08-13 | tests/Makefile.inc: Add missing include paths to TEST_CFLAGS | Jakub Czapiga |
2021-08-13 | tests/Makefile.inc: Add copy-test macro | Jakub Czapiga |
2021-08-13 | tests/Makefile.inc: Change assignments to immediate and fix style | Jakub Czapiga |
2021-08-09 | tests/Makefile.inc: Add function wrapping mechanism | Jakub Czapiga |
2021-08-02 | helpers: Add GENMASK macro | Yu-Ping Wu |
2021-07-26 | tests: Add lib/libgcc-test test case | Jakub Czapiga |
2021-07-21 | tests/Makefile.inc: Correct dependency file suffix | Yu-Ping Wu |
2021-07-20 | tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash | Jakub Czapiga |
2021-07-13 | util/kconfig: Uprev to Linux 5.13's kconfig | Patrick Georgi |
2021-06-26 | helpers: Introduce retry macro | Yu-Ping Wu |
2021-06-15 | src/console/init.c: Make get_log_level static inline again | Jakub Czapiga |
2021-06-10 | tests/console: Add tests for log message routing behavior | Patrick Georgi |
2021-06-10 | tests: Rework mocking facility | Patrick Georgi |
2021-06-01 | tests: Add lib/cbmem_stage_cache-test test case | Jakub Czapiga |
2021-05-30 | tests/Makefile.inc: Move generated headers to corresponding build dir | Jakub Czapiga |
2021-05-26 | tests/lib/memset-test: Add missing malloc check and free on error | Jakub Czapiga |
2021-05-19 | tests: improve code coverage support | Paul Fagerburg |
2021-05-18 | tests/lib/spd_cache-test: Initialize spd_block.addr_map | Jakub Czapiga |
2021-05-14 | tests: Add lib/spd_cache-test test case | Jakub Czapiga |
2021-05-13 | tests: Enable config override for tests | Jakub Czapiga |
2021-05-05 | tests/lib/crc_byte-test: Fix incorrect variable types | Jakub Czapiga |
2021-05-05 | tests: enable code coverage for unit tests | Paul Fagerburg |
2021-04-30 | Makefile,tests: Move cmocka checkout into top level Makefile | Raul E Rangel |
2021-04-21 | tests: Add lib/rtc-test test case | Jakub Czapiga |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-04-18 | tests: Add lib/coreboot_table-test test case | Jakub Czapiga |
2021-04-15 | Makefile: Add unit-tests help and targets list | Jakub Czapiga |
2021-04-15 | tests: Add lib/dimm_info_util-test test case | Jakub Czapiga |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2021-04-13 | tests/lib/bootmem-test: Add initialization of lb_mem fields | Jakub Czapiga |
2021-04-11 | tests/lib/malloc-test: Fix possible memory overrun | Jakub Czapiga |
2021-04-09 | tests: Add lib/bootmem-test test case | Jan Dabros |
2021-04-09 | include/assert.h: Use mock_assert() for ENV_TEST targets | Jakub Czapiga |
2021-04-06 | include/rules.h: Add ENV_TEST definition | Jakub Czapiga |
2021-04-06 | tests: Add lib/uuid-test test case | Jakub Czapiga |
2021-04-06 | lib: Add obvious definition for `calloc` | Tim Wawrzynczak |
2021-03-28 | tests/include/tests/test.h: Add TEST_REGION_UNALLOCATED | Jakub Czapiga |
2021-03-18 | tests: memset-test: Parenthesize zero size argument for clang | Julius Werner |
2021-03-15 | tests: Add lib/memrange-test test case | Jan Dabros |
2021-03-10 | tests/Makefile.inc: Enable support for multiple test groups | Jakub Czapiga |
2021-03-02 | tests: Add lib/compute_ip_checksum-test test case | Jakub Czapiga |