index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/include: Move EMPTY_WRAP() macro to tests/include/test.h
Jakub Czapiga
2022-02-10
2
-3
/
+3
*
tests: Fix tests code and comments style
Jakub Czapiga
2022-01-14
31
-1266
/
+1263
*
tests: Move EDID test header to include/tests/lib
Jakub Czapiga
2022-01-12
2
-1
/
+6
*
tests/lib/lzma-test: Fix uninitialized array error
Jakub Czapiga
2021-12-15
1
-1
/
+1
*
lib: Add __fls() (Find Last Set)
Jianjun Wang
2021-12-13
1
-0
/
+10
*
lib: Fix log2_ceil() for 0xffffffff
Yu-Ping Wu
2021-12-08
2
-0
/
+63
*
tests: Disable -Wmain-return-type for clang
Julius Werner
2021-12-07
1
-1
/
+1
*
tests: Disable -Wsource-mgr for clang
Julius Werner
2021-12-07
1
-0
/
+1
*
cbfs: Remove deprecated APIs
Julius Werner
2021-12-06
2
-0
/
+2
*
tests: Fix objcopy --add-symbol arguments creation
Jakub Czapiga
2021-12-06
1
-3
/
+4
*
commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/
Jakub Czapiga
2021-11-30
1
-1
/
+1
*
arch/x86: Refactor the SMBIOS type 17 write function
Subrata Banik
2021-11-11
2
-16
/
+87
*
lib/list: Add list_append
Raul E Rangel
2021-11-03
1
-0
/
+20
*
tests/Makefile: Remove ./ prefix when running tests
Raul E Rangel
2021-11-03
1
-1
/
+1
*
lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()
Subrata Banik
2021-11-02
1
-16
/
+39
*
tests: Add lib/lzma-test test case
Jakub Czapiga
2021-10-14
11
-1
/
+1066
*
tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr
Jakub Czapiga
2021-10-11
1
-3
/
+7
*
tests: Add lib/cbfs-lookup-test test case
Jakub Czapiga
2021-09-14
4
-3
/
+1152
*
tests/stubs/console: Allow enabling printk to print to stdout
Jakub Czapiga
2021-09-13
2
-0
/
+18
*
tests: Add lib/cbfs-verification-test test case
Jakub Czapiga
2021-09-02
5
-0
/
+392
*
tests: Improve test output readability
Jakub Czapiga
2021-09-01
37
-46
/
+47
*
tests: Fix function mocking for clang
Julius Werner
2021-08-25
1
-6
/
+19
*
tests/Makefile.inc: Add missing include paths to TEST_CFLAGS
Jakub Czapiga
2021-08-13
2
-6
/
+3
*
tests/Makefile.inc: Add copy-test macro
Jakub Czapiga
2021-08-13
1
-0
/
+6
*
tests/Makefile.inc: Change assignments to immediate and fix style
Jakub Czapiga
2021-08-13
1
-29
/
+29
*
tests/Makefile.inc: Add function wrapping mechanism
Jakub Czapiga
2021-08-09
1
-1
/
+18
*
helpers: Add GENMASK macro
Yu-Ping Wu
2021-08-02
1
-0
/
+14
*
tests: Add lib/libgcc-test test case
Jakub Czapiga
2021-07-26
2
-0
/
+135
*
tests/Makefile.inc: Correct dependency file suffix
Yu-Ping Wu
2021-07-21
1
-2
/
+2
*
tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash
Jakub Czapiga
2021-07-20
1
-1
/
+1
*
util/kconfig: Uprev to Linux 5.13's kconfig
Patrick Georgi
2021-07-13
1
-2
/
+2
*
helpers: Introduce retry macro
Yu-Ping Wu
2021-06-26
3
-0
/
+48
*
src/console/init.c: Make get_log_level static inline again
Jakub Czapiga
2021-06-15
2
-13
/
+18
*
tests/console: Add tests for log message routing behavior
Patrick Georgi
2021-06-10
2
-0
/
+75
*
tests: Rework mocking facility
Patrick Georgi
2021-06-10
5
-11
/
+15
*
tests: Add lib/cbmem_stage_cache-test test case
Jakub Czapiga
2021-06-01
2
-0
/
+204
*
tests/Makefile.inc: Move generated headers to corresponding build dir
Jakub Czapiga
2021-05-30
1
-1
/
+1
*
tests/lib/memset-test: Add missing malloc check and free on error
Jakub Czapiga
2021-05-26
1
-2
/
+2
*
tests: improve code coverage support
Paul Fagerburg
2021-05-19
1
-12
/
+44
*
tests/lib/spd_cache-test: Initialize spd_block.addr_map
Jakub Czapiga
2021-05-18
1
-5
/
+5
*
tests: Add lib/spd_cache-test test case
Jakub Czapiga
2021-05-14
3
-0
/
+387
*
tests: Enable config override for tests
Jakub Czapiga
2021-05-13
1
-4
/
+18
*
tests/lib/crc_byte-test: Fix incorrect variable types
Jakub Czapiga
2021-05-05
1
-20
/
+23
*
tests: enable code coverage for unit tests
Paul Fagerburg
2021-05-05
1
-5
/
+16
*
Makefile,tests: Move cmocka checkout into top level Makefile
Raul E Rangel
2021-04-30
1
-3
/
+0
*
tests: Add lib/rtc-test test case
Jakub Czapiga
2021-04-21
2
-0
/
+317
*
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-21
3
-94
/
+67
*
tests: Add lib/coreboot_table-test test case
Jakub Czapiga
2021-04-18
2
-0
/
+507
*
Makefile: Add unit-tests help and targets list
Jakub Czapiga
2021-04-15
1
-0
/
+15
*
tests: Add lib/dimm_info_util-test test case
Jakub Czapiga
2021-04-15
2
-0
/
+117
[next]