summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* treewide: Move list.h to commonlibMaximilian Brune2024-02-242-153/+0
* tests/lib/ux_locales-test: Simplify macrosYu-Ping Wu2024-02-221-41/+15
* lib: Move IP checksum to commonlibJulius Werner2024-02-022-104/+1
* malloc/memalign: Return NULL if the request is too largePatrick Georgi2024-01-291-10/+4
* tests: Rename Makefiles from .inc to .mkMartin Roth2024-01-261-0/+0
* tests/lib: Enforce ux_locales-test with CONFIG_VBOOTSubrata Banik2023-11-161-0/+1
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-1/+1
* tests/lib: Add unit tests for ux_locales_get_text()Hsuan Ting Chen2023-08-302-0/+270
* tree: Drop repeated wordsAlexander Goncharov2023-02-071-1/+1
* spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas2023-01-041-4/+7
* spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas2023-01-041-4/+7
* coreboot_tables: Make existing alignment conventions more explicitJulius Werner2022-12-221-6/+7
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-182-4/+4
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-041-30/+8
* test/lib: Add non-existent DIMMs test case in spd_cache-testEric Lai2022-11-031-0/+21
* 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