index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2021-04-21
tests: Add lib/rtc-test test case
Jakub Czapiga
2021-04-21
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-18
tests: Add lib/coreboot_table-test test case
Jakub Czapiga
2021-04-15
Makefile: Add unit-tests help and targets list
Jakub Czapiga
2021-04-15
tests: Add lib/dimm_info_util-test test case
Jakub Czapiga
2021-04-14
Rename do_printk() to printk()
Nico Huber
2021-04-13
tests/lib/bootmem-test: Add initialization of lb_mem fields
Jakub Czapiga
2021-04-11
tests/lib/malloc-test: Fix possible memory overrun
Jakub Czapiga
2021-04-09
tests: Add lib/bootmem-test test case
Jan Dabros
2021-04-09
include/assert.h: Use mock_assert() for ENV_TEST targets
Jakub Czapiga
2021-04-06
include/rules.h: Add ENV_TEST definition
Jakub Czapiga
2021-04-06
tests: Add lib/uuid-test test case
Jakub Czapiga
2021-04-06
lib: Add obvious definition for `calloc`
Tim Wawrzynczak
2021-03-28
tests/include/tests/test.h: Add TEST_REGION_UNALLOCATED
Jakub Czapiga
2021-03-18
tests: memset-test: Parenthesize zero size argument for clang
Julius Werner
2021-03-15
tests: Add lib/memrange-test test case
Jan Dabros
2021-03-10
tests/Makefile.inc: Enable support for multiple test groups
Jakub Czapiga
2021-03-02
tests: Add lib/compute_ip_checksum-test test case
Jakub Czapiga
2021-03-02
tests: Add lib/crc_byte-test test case
Jakub Czapiga
2021-03-01
tests: Add lib/memmove-test test case
Jakub Czapiga
2021-02-26
tests/lib/memchr-test: Fix possible memory overrun, add non-null checks
Jakub Czapiga
2021-02-26
tests: Add lib/malloc-test test case
Jakub Czapiga
2021-02-23
tests: Add lib/memcpy-test test case
Jakub Czapiga
2021-02-23
tests: Add acpi/acpigen-test test case
Jakub Czapiga
2021-02-22
tests: Add lib/memchr-test test case
Jakub Czapiga
2021-02-19
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-18
tests: Add lib/memcmp-test test case
Jakub Czapiga
2021-02-18
tests: Add lib/memset-test test case
Jakub Czapiga
2021-02-18
rmodtool: Make memlayout symbols absolute and do not relocate them
Julius Werner
2021-02-17
tests: Build tests with -Wno-inline-asm
Julius Werner
2021-02-12
tests: Add lib/stack-test test case
Jakub Czapiga
2021-02-02
tests: Add lib/region_file-test test case
Jakub Czapiga
2021-01-18
tests: Add lib/imd_cbmem-test test case
Jakub Czapiga
2021-01-12
device: Use __pci_0_00_0_config in config_of_soc()
Furquan Shaikh
2021-01-08
tests: Add lib/fmap-test test case
Jakub Czapiga
2020-12-02
edist-test: Fix _Static_assert missing message string
Daniel Gröber
2020-11-25
tests: Add lib/list-test test case
Jakub Czapiga
2020-11-22
tests: Add lib/cbmem_console-test test case
Jakub Czapiga
2020-11-10
tests: Add lib/edid-test test case
Jakub Czapiga
2020-11-09
tests: Add lib/timestamp-test test case
Jakub Czapiga
2020-10-26
tests: Add lib/imd-test test case
Jakub Czapiga
2020-10-26
tests: Add test region and symbol macros to <tests/test.h>
Jakub Czapiga
2020-09-16
device/dram: Add method for converting MHz to MT/s
Rob Barnes
2020-07-12
tests: Improve test_skip_atoi() in /lib/string-test test case
Anna Karas
2020-07-12
tests: Move the console stubs to a dedicated directory
Anna Karas
2020-07-07
tests: Add lib/hexstrtobin-test test case
Anna Karas
2020-07-06
tests: Add lib/b64_decode-test test case
Anna Karas
2020-07-06
tests: Complete lib/string-test test case
Anna Karas
2020-07-01
tests/lib/Makefile.inc: remove a comment
Anna Karas
2020-06-12
tests: Add some basic warnings and fix resulting issues
Julius Werner
2020-05-28
tests: Always run all unit tests
Patrick Georgi
2020-05-28
tests: Allow emitting junit output for unit tests
Patrick Georgi
2020-05-28
tests: Move cmocka binary into $(obj)
Patrick Georgi
2020-05-28
Remove new additions of "this file is part of" lines
Elyes HAOUAS
2020-05-26
tests: Build Cmocka from source
Jan Dabros
2020-05-19
tests: Add region-test for rdev API
Julius Werner
2020-05-19
tests: Add <tests/test.h> wrapper header and fix --gc-sections
Julius Werner
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-08
tests: Add proper license headers
Jan Dabros
2020-05-01
tests: Add device/i2c-test test case
Jan Dabros
2020-05-01
tests: Add lib/string-test test case
Jan Dabros
2020-05-01
tests: Add build subsystem for unit testing coreboot
Jan Dabros