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
2022-08-26
tests/memrange-test: Correct final end test in test_memrange_steal()
Nico Huber
2022-08-26
tests/memrange-test: Correct commentary on test_memrange_steal()
Nico Huber
2022-08-13
tests/lib: Do not pick up unassigned resources
Shuo Liu
2022-08-13
tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-test
Shuo Liu
2022-08-03
commonlib: Add support for rational number approximation
Vinod Polimera
2022-07-14
tests: Adjust the order of header files to include
Bill XIE
2022-04-20
lib: Check for non-existent DIMMs in check_if_dimm_changed
Eric Lai
2022-04-19
tests: Split Makefile to allow for making host-side test tools
Jakub Czapiga
2022-04-19
tests: update CMocka to stable-1.1
Jakub Czapiga
2022-04-14
coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t
Jianjun Wang
2022-03-27
tests/lib: Add space before single line comment termination
Paul Menzel
2022-03-09
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
2022-03-09
commonlib/bsd: Remove cb_err_t
Julius Werner
2022-03-08
timestamps: Rename timestamps to make names more consistent
Jakub Czapiga
2022-02-10
tests/include: Move EMPTY_WRAP() macro to tests/include/test.h
Jakub Czapiga
2022-01-14
tests: Fix tests code and comments style
Jakub Czapiga
2022-01-12
tests: Move EDID test header to include/tests/lib
Jakub Czapiga
2021-12-15
tests/lib/lzma-test: Fix uninitialized array error
Jakub Czapiga
2021-12-13
lib: Add __fls() (Find Last Set)
Jianjun Wang
2021-12-08
lib: Fix log2_ceil() for 0xffffffff
Yu-Ping Wu
2021-12-07
tests: Disable -Wmain-return-type for clang
Julius Werner
2021-12-07
tests: Disable -Wsource-mgr for clang
Julius Werner
2021-12-06
cbfs: Remove deprecated APIs
Julius Werner
2021-12-06
tests: Fix objcopy --add-symbol arguments creation
Jakub Czapiga
2021-11-30
commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/
Jakub Czapiga
2021-11-11
arch/x86: Refactor the SMBIOS type 17 write function
Subrata Banik
2021-11-03
lib/list: Add list_append
Raul E Rangel
2021-11-03
tests/Makefile: Remove ./ prefix when running tests
Raul E Rangel
2021-11-02
lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()
Subrata Banik
2021-10-14
tests: Add lib/lzma-test test case
Jakub Czapiga
2021-10-11
tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr
Jakub Czapiga
2021-09-14
tests: Add lib/cbfs-lookup-test test case
Jakub Czapiga
2021-09-13
tests/stubs/console: Allow enabling printk to print to stdout
Jakub Czapiga
2021-09-02
tests: Add lib/cbfs-verification-test test case
Jakub Czapiga
2021-09-01
tests: Improve test output readability
Jakub Czapiga
2021-08-25
tests: Fix function mocking for clang
Julius Werner
2021-08-13
tests/Makefile.inc: Add missing include paths to TEST_CFLAGS
Jakub Czapiga
2021-08-13
tests/Makefile.inc: Add copy-test macro
Jakub Czapiga
2021-08-13
tests/Makefile.inc: Change assignments to immediate and fix style
Jakub Czapiga
2021-08-09
tests/Makefile.inc: Add function wrapping mechanism
Jakub Czapiga
2021-08-02
helpers: Add GENMASK macro
Yu-Ping Wu
2021-07-26
tests: Add lib/libgcc-test test case
Jakub Czapiga
2021-07-21
tests/Makefile.inc: Correct dependency file suffix
Yu-Ping Wu
2021-07-20
tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash
Jakub Czapiga
2021-07-13
util/kconfig: Uprev to Linux 5.13's kconfig
Patrick Georgi
2021-06-26
helpers: Introduce retry macro
Yu-Ping Wu
2021-06-15
src/console/init.c: Make get_log_level static inline again
Jakub Czapiga
2021-06-10
tests/console: Add tests for log message routing behavior
Patrick Georgi
2021-06-10
tests: Rework mocking facility
Patrick Georgi
2021-06-01
tests: Add lib/cbmem_stage_cache-test test case
Jakub Czapiga
2021-05-30
tests/Makefile.inc: Move generated headers to corresponding build dir
Jakub Czapiga
2021-05-26
tests/lib/memset-test: Add missing malloc check and free on error
Jakub Czapiga
2021-05-19
tests: improve code coverage support
Paul Fagerburg
2021-05-18
tests/lib/spd_cache-test: Initialize spd_block.addr_map
Jakub Czapiga
2021-05-14
tests: Add lib/spd_cache-test test case
Jakub Czapiga
2021-05-13
tests: Enable config override for tests
Jakub Czapiga
2021-05-05
tests/lib/crc_byte-test: Fix incorrect variable types
Jakub Czapiga
2021-05-05
tests: enable code coverage for unit tests
Paul Fagerburg
2021-04-30
Makefile,tests: Move cmocka checkout into top level Makefile
Raul E Rangel
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
[next]