summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-3/+0
* tests/lib/coreboot_table-test.c: Use ALIGN_UP macroElyes Haouas2022-09-121-2/+1
* allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber2022-09-041-15/+33
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-021-2/+5
* tests/memrange-test: Correct final end test in test_memrange_steal()Nico Huber2022-08-261-1/+1
* tests/memrange-test: Correct commentary on test_memrange_steal()Nico Huber2022-08-261-4/+4
* tests/lib: Do not pick up unassigned resourcesShuo Liu2022-08-131-4/+21
* tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-testShuo Liu2022-08-132-12/+21
* lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai2022-04-201-5/+10
* tests: update CMocka to stable-1.1Jakub Czapiga2022-04-191-1/+1
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-142-12/+12
* tests/lib: Add space before single line comment terminationPaul Menzel2022-03-272-2/+2
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+12
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-092-20/+20
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* tests: Fix tests code and comments styleJakub Czapiga2022-01-1424-1055/+1068
* tests: Move EDID test header to include/tests/libJakub Czapiga2022-01-121-1/+1
* tests/lib/lzma-test: Fix uninitialized array errorJakub Czapiga2021-12-151-1/+1
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-0/+10
* lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu2021-12-082-0/+63
* cbfs: Remove deprecated APIsJulius Werner2021-12-062-0/+2
* commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga2021-11-301-1/+1
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-112-16/+87
* lib/list: Add list_appendRaul E Rangel2021-11-031-0/+20
* lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()Subrata Banik2021-11-021-16/+39
* tests: Add lib/lzma-test test caseJakub Czapiga2021-10-142-0/+196
* tests: Add lib/cbfs-lookup-test test caseJakub Czapiga2021-09-142-0/+1085
* tests: Add lib/cbfs-verification-test test caseJakub Czapiga2021-09-022-0/+228
* tests: Improve test output readabilityJakub Czapiga2021-09-0129-39/+32
* tests/Makefile.inc: Add missing include paths to TEST_CFLAGSJakub Czapiga2021-08-131-4/+0
* tests: Add lib/libgcc-test test caseJakub Czapiga2021-07-262-0/+135
* tests: Rework mocking facilityPatrick Georgi2021-06-103-5/+5
* tests: Add lib/cbmem_stage_cache-test test caseJakub Czapiga2021-06-012-0/+204
* tests/lib/memset-test: Add missing malloc check and free on errorJakub Czapiga2021-05-261-2/+2
* tests/lib/spd_cache-test: Initialize spd_block.addr_mapJakub Czapiga2021-05-181-5/+5
* tests: Add lib/spd_cache-test test caseJakub Czapiga2021-05-142-0/+280
* tests/lib/crc_byte-test: Fix incorrect variable typesJakub Czapiga2021-05-051-20/+23
* tests: Add lib/rtc-test test caseJakub Czapiga2021-04-212-0/+317
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-212-83/+55
* tests: Add lib/coreboot_table-test test caseJakub Czapiga2021-04-182-0/+507
* tests: Add lib/dimm_info_util-test test caseJakub Czapiga2021-04-152-0/+117
* tests/lib/bootmem-test: Add initialization of lb_mem fieldsJakub Czapiga2021-04-131-1/+6
* tests/lib/malloc-test: Fix possible memory overrunJakub Czapiga2021-04-111-1/+1
* tests: Add lib/bootmem-test test caseJan Dabros2021-04-092-0/+418
* include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga2021-04-092-5/+6
* tests: Add lib/uuid-test test caseJakub Czapiga2021-04-062-0/+99
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-0/+22
* tests: memset-test: Parenthesize zero size argument for clangJulius Werner2021-03-181-1/+1
* tests: Add lib/memrange-test test caseJan Dabros2021-03-152-0/+644
* tests: Add lib/compute_ip_checksum-test test caseJakub Czapiga2021-03-022-0/+106