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/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
*
Rename do_printk() to printk()
Nico Huber
2021-04-14
1
-2
/
+2
*
tests/lib/bootmem-test: Add initialization of lb_mem fields
Jakub Czapiga
2021-04-13
1
-1
/
+6
*
tests/lib/malloc-test: Fix possible memory overrun
Jakub Czapiga
2021-04-11
1
-1
/
+1
*
tests: Add lib/bootmem-test test case
Jan Dabros
2021-04-09
2
-0
/
+418
*
include/assert.h: Use mock_assert() for ENV_TEST targets
Jakub Czapiga
2021-04-09
2
-5
/
+6
*
include/rules.h: Add ENV_TEST definition
Jakub Czapiga
2021-04-06
1
-0
/
+2
*
tests: Add lib/uuid-test test case
Jakub Czapiga
2021-04-06
2
-0
/
+99
*
lib: Add obvious definition for `calloc`
Tim Wawrzynczak
2021-04-06
1
-0
/
+22
*
tests/include/tests/test.h: Add TEST_REGION_UNALLOCATED
Jakub Czapiga
2021-03-28
1
-1
/
+8
*
tests: memset-test: Parenthesize zero size argument for clang
Julius Werner
2021-03-18
1
-1
/
+1
*
tests: Add lib/memrange-test test case
Jan Dabros
2021-03-15
2
-0
/
+644
*
tests/Makefile.inc: Enable support for multiple test groups
Jakub Czapiga
2021-03-10
1
-1
/
+1
*
tests: Add lib/compute_ip_checksum-test test case
Jakub Czapiga
2021-03-02
2
-0
/
+106
*
tests: Add lib/crc_byte-test test case
Jakub Czapiga
2021-03-02
2
-0
/
+301
*
tests: Add lib/memmove-test test case
Jakub Czapiga
2021-03-01
2
-0
/
+253
*
tests/lib/memchr-test: Fix possible memory overrun, add non-null checks
Jakub Czapiga
2021-02-26
1
-3
/
+7
*
tests: Add lib/malloc-test test case
Jakub Czapiga
2021-02-26
2
-0
/
+150
*
tests: Add lib/memcpy-test test case
Jakub Czapiga
2021-02-23
2
-0
/
+199
*
tests: Add acpi/acpigen-test test case
Jakub Czapiga
2021-02-23
3
-2
/
+226
*
tests: Add lib/memchr-test test case
Jakub Czapiga
2021-02-22
2
-0
/
+105
*
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-19
1
-1
/
+2
*
tests: Add lib/memcmp-test test case
Jakub Czapiga
2021-02-18
2
-0
/
+77
*
tests: Add lib/memset-test test case
Jakub Czapiga
2021-02-18
2
-0
/
+124
*
rmodtool: Make memlayout symbols absolute and do not relocate them
Julius Werner
2021-02-18
1
-0
/
+4
*
tests: Build tests with -Wno-inline-asm
Julius Werner
2021-02-17
1
-1
/
+1
*
tests: Add lib/stack-test test case
Jakub Czapiga
2021-02-12
2
-0
/
+138
*
tests: Add lib/region_file-test test case
Jakub Czapiga
2021-02-02
3
-0
/
+1424
*
tests: Add lib/imd_cbmem-test test case
Jakub Czapiga
2021-01-18
3
-0
/
+4764
[next]