summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add support for tests build failures detectionJakub Czapiga2022-09-212-4/+48
* tests/lib/coreboot_table-test.c: Use ALIGN_UP macroElyes Haouas2022-09-121-2/+1
* tests: Disable unnecessary warningsJakub Czapiga2022-09-091-0/+2
* tests/commonlib/rational-test: Use test group runner wrapperJakub Czapiga2022-09-071-1/+1
* allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber2022-09-041-15/+33
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-021-2/+5
* tests/memrange-test: Correct final end test in test_memrange_steal()Nico Huber2022-08-261-1/+1
* tests/memrange-test: Correct commentary on test_memrange_steal()Nico Huber2022-08-261-4/+4
* tests/lib: Do not pick up unassigned resourcesShuo Liu2022-08-131-4/+21
* tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-testShuo Liu2022-08-132-12/+21
* commonlib: Add support for rational number approximationVinod Polimera2022-08-032-0/+61
* tests: Adjust the order of header files to includeBill XIE2022-07-141-2/+3
* lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai2022-04-201-5/+10
* tests: Split Makefile to allow for making host-side test toolsJakub Czapiga2022-04-192-161/+170
* tests: update CMocka to stable-1.1Jakub Czapiga2022-04-191-1/+1
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-142-12/+12
* tests/lib: Add space before single line comment terminationPaul Menzel2022-03-272-2/+2
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+12
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-092-20/+20
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* tests/include: Move EMPTY_WRAP() macro to tests/include/test.hJakub Czapiga2022-02-102-3/+3
* tests: Fix tests code and comments styleJakub Czapiga2022-01-1431-1266/+1263
* tests: Move EDID test header to include/tests/libJakub Czapiga2022-01-122-1/+6
* tests/lib/lzma-test: Fix uninitialized array errorJakub Czapiga2021-12-151-1/+1
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-0/+10
* lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu2021-12-082-0/+63
* tests: Disable -Wmain-return-type for clangJulius Werner2021-12-071-1/+1
* tests: Disable -Wsource-mgr for clangJulius Werner2021-12-071-0/+1
* cbfs: Remove deprecated APIsJulius Werner2021-12-062-0/+2
* tests: Fix objcopy --add-symbol arguments creationJakub Czapiga2021-12-061-3/+4
* commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga2021-11-301-1/+1
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-112-16/+87
* lib/list: Add list_appendRaul E Rangel2021-11-031-0/+20
* tests/Makefile: Remove ./ prefix when running testsRaul E Rangel2021-11-031-1/+1
* lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()Subrata Banik2021-11-021-16/+39
* tests: Add lib/lzma-test test caseJakub Czapiga2021-10-1411-1/+1066
* tests: Fix JUNIT_OUTPUT=y to write to files instead of stderrJakub Czapiga2021-10-111-3/+7
* tests: Add lib/cbfs-lookup-test test caseJakub Czapiga2021-09-144-3/+1152
* tests/stubs/console: Allow enabling printk to print to stdoutJakub Czapiga2021-09-132-0/+18
* tests: Add lib/cbfs-verification-test test caseJakub Czapiga2021-09-025-0/+392
* tests: Improve test output readabilityJakub Czapiga2021-09-0137-46/+47
* tests: Fix function mocking for clangJulius Werner2021-08-251-6/+19
* tests/Makefile.inc: Add missing include paths to TEST_CFLAGSJakub Czapiga2021-08-132-6/+3
* tests/Makefile.inc: Add copy-test macroJakub Czapiga2021-08-131-0/+6
* tests/Makefile.inc: Change assignments to immediate and fix styleJakub Czapiga2021-08-131-29/+29
* tests/Makefile.inc: Add function wrapping mechanismJakub Czapiga2021-08-091-1/+18
* helpers: Add GENMASK macroYu-Ping Wu2021-08-021-0/+14
* tests: Add lib/libgcc-test test caseJakub Czapiga2021-07-262-0/+135
* tests/Makefile.inc: Correct dependency file suffixYu-Ping Wu2021-07-211-2/+2
* tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slashJakub Czapiga2021-07-201-1/+1