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: 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
*
device: Use __pci_0_00_0_config in config_of_soc()
Furquan Shaikh
2021-01-12
1
-0
/
+7
*
tests: Add lib/fmap-test test case
Jakub Czapiga
2021-01-08
4
-0
/
+567
*
edist-test: Fix _Static_assert missing message string
Daniel Gröber
2020-12-02
1
-1
/
+2
*
tests: Add lib/list-test test case
Jakub Czapiga
2020-11-25
2
-1
/
+135
*
tests: Add lib/cbmem_console-test test case
Jakub Czapiga
2020-11-22
2
-0
/
+145
*
tests: Add lib/edid-test test case
Jakub Czapiga
2020-11-10
4
-0
/
+1481
*
tests: Add lib/timestamp-test test case
Jakub Czapiga
2020-11-09
4
-1
/
+180
*
tests: Add lib/imd-test test case
Jakub Czapiga
2020-10-26
2
-0
/
+768
*
tests: Add test region and symbol macros to <tests/test.h>
Jakub Czapiga
2020-10-26
1
-0
/
+14
*
device/dram: Add method for converting MHz to MT/s
Rob Barnes
2020-09-16
2
-0
/
+46
*
tests: Improve test_skip_atoi() in /lib/string-test test case
Anna Karas
2020-07-12
1
-5
/
+8
*
tests: Move the console stubs to a dedicated directory
Anna Karas
2020-07-12
3
-6
/
+14
*
tests: Add lib/hexstrtobin-test test case
Anna Karas
2020-07-07
2
-0
/
+52
[prev]
[next]