summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/kconfig: Uprev to Linux 5.13's kconfigPatrick Georgi2021-07-131-2/+2
* helpers: Introduce retry macroYu-Ping Wu2021-06-263-0/+48
* src/console/init.c: Make get_log_level static inline againJakub Czapiga2021-06-152-13/+18
* tests/console: Add tests for log message routing behaviorPatrick Georgi2021-06-102-0/+75
* tests: Rework mocking facilityPatrick Georgi2021-06-105-11/+15
* tests: Add lib/cbmem_stage_cache-test test caseJakub Czapiga2021-06-012-0/+204
* tests/Makefile.inc: Move generated headers to corresponding build dirJakub Czapiga2021-05-301-1/+1
* tests/lib/memset-test: Add missing malloc check and free on errorJakub Czapiga2021-05-261-2/+2
* tests: improve code coverage supportPaul Fagerburg2021-05-191-12/+44
* tests/lib/spd_cache-test: Initialize spd_block.addr_mapJakub Czapiga2021-05-181-5/+5