aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-11-13tests/acpigen: Patch to allow moving buffersNico Huber
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-11-04commonlib: Add GCD functionYidi Lin
2023-08-30tests/lib: Add unit tests for ux_locales_get_text()Hsuan Ting Chen
2023-04-03drivers/efi: Add EFI variable store option supportPatrick Rudolph
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas
2022-12-22coreboot_tables: Make existing alignment conventions more explicitJulius Werner
2022-12-17tests/Makefile.inc: Build utilities in separate directoryJakub Czapiga
2022-12-17tests/Makefile.common: Remove unnecessary dependency to kconfig/confJakub Czapiga
2022-12-17tests/Makefile.common: Allow to override tests defconfigJakub Czapiga
2022-12-17tests/Makefile.common: Describe available test attributesJakub Czapiga
2022-12-17tests: Support linking with system libcJakub Czapiga
2022-12-14tests/Makefile.common: Allow to disable test framework with parameterJakub Czapiga
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-04lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans
2022-11-03test/lib: Add non-existent DIMMs test case in spd_cache-testEric Lai
2022-11-03tests: Add option for debug symbols & no optimizationMartin Roth
2022-10-26coreboot_tables: Drop uart PCI addrArthur Heymans
2022-09-21tests: Add support for tests build failures detectionJakub Czapiga
2022-09-12tests/lib/coreboot_table-test.c: Use ALIGN_UP macroElyes Haouas
2022-09-09tests: Disable unnecessary warningsJakub Czapiga
2022-09-07tests/commonlib/rational-test: Use test group runner wrapperJakub Czapiga
2022-09-04allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber
2022-09-02cbfs/vboot: Adapt to new vb2_digest APIJulius Werner
2022-08-26tests/memrange-test: Correct final end test in test_memrange_steal()Nico Huber
2022-08-26tests/memrange-test: Correct commentary on test_memrange_steal()Nico Huber
2022-08-13tests/lib: Do not pick up unassigned resourcesShuo Liu
2022-08-13tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-testShuo Liu
2022-08-03commonlib: Add support for rational number approximationVinod Polimera
2022-07-14tests: Adjust the order of header files to includeBill XIE
2022-04-20lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai
2022-04-19tests: Split Makefile to allow for making host-side test toolsJakub Czapiga
2022-04-19tests: update CMocka to stable-1.1Jakub Czapiga
2022-04-14coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang
2022-03-27tests/lib: Add space before single line comment terminationPaul Menzel
2022-03-09coreboot_tables.c: Expose the ACPI RSDPArthur Heymans
2022-03-09commonlib/bsd: Remove cb_err_tJulius Werner
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-02-10tests/include: Move EMPTY_WRAP() macro to tests/include/test.hJakub Czapiga
2022-01-14tests: Fix tests code and comments styleJakub Czapiga
2022-01-12tests: Move EDID test header to include/tests/libJakub Czapiga
2021-12-15tests/lib/lzma-test: Fix uninitialized array errorJakub Czapiga
2021-12-13lib: Add __fls() (Find Last Set)Jianjun Wang
2021-12-08lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu
2021-12-07tests: Disable -Wmain-return-type for clangJulius Werner
2021-12-07tests: Disable -Wsource-mgr for clangJulius Werner
2021-12-06cbfs: Remove deprecated APIsJulius Werner
2021-12-06tests: Fix objcopy --add-symbol arguments creationJakub Czapiga
2021-11-30commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-11-03lib/list: Add list_appendRaul E Rangel
2021-11-03tests/Makefile: Remove ./ prefix when running testsRaul E Rangel
2021-11-02lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()Subrata Banik
2021-10-14tests: Add lib/lzma-test test caseJakub Czapiga
2021-10-11tests: Fix JUNIT_OUTPUT=y to write to files instead of stderrJakub Czapiga
2021-09-14tests: Add lib/cbfs-lookup-test test caseJakub Czapiga
2021-09-13tests/stubs/console: Allow enabling printk to print to stdoutJakub Czapiga
2021-09-02tests: Add lib/cbfs-verification-test test caseJakub Czapiga
2021-09-01tests: Improve test output readabilityJakub Czapiga
2021-08-25tests: Fix function mocking for clangJulius Werner
2021-08-13tests/Makefile.inc: Add missing include paths to TEST_CFLAGSJakub Czapiga
2021-08-13tests/Makefile.inc: Add copy-test macroJakub Czapiga
2021-08-13tests/Makefile.inc: Change assignments to immediate and fix styleJakub Czapiga
2021-08-09tests/Makefile.inc: Add function wrapping mechanismJakub Czapiga
2021-08-02helpers: Add GENMASK macroYu-Ping Wu
2021-07-26tests: Add lib/libgcc-test test caseJakub Czapiga
2021-07-21tests/Makefile.inc: Correct dependency file suffixYu-Ping Wu
2021-07-20tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slashJakub Czapiga
2021-07-13util/kconfig: Uprev to Linux 5.13's kconfigPatrick Georgi
2021-06-26helpers: Introduce retry macroYu-Ping Wu
2021-06-15src/console/init.c: Make get_log_level static inline againJakub Czapiga
2021-06-10tests/console: Add tests for log message routing behaviorPatrick Georgi
2021-06-10tests: Rework mocking facilityPatrick Georgi
2021-06-01tests: Add lib/cbmem_stage_cache-test test caseJakub Czapiga
2021-05-30tests/Makefile.inc: Move generated headers to corresponding build dirJakub Czapiga
2021-05-26tests/lib/memset-test: Add missing malloc check and free on errorJakub Czapiga
2021-05-19tests: improve code coverage supportPaul Fagerburg
2021-05-18tests/lib/spd_cache-test: Initialize spd_block.addr_mapJakub Czapiga
2021-05-14tests: Add lib/spd_cache-test test caseJakub Czapiga
2021-05-13tests: Enable config override for testsJakub Czapiga
2021-05-05tests/lib/crc_byte-test: Fix incorrect variable typesJakub Czapiga
2021-05-05tests: enable code coverage for unit testsPaul Fagerburg
2021-04-30Makefile,tests: Move cmocka checkout into top level MakefileRaul E Rangel
2021-04-21tests: Add lib/rtc-test test caseJakub Czapiga
2021-04-21commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner
2021-04-18tests: Add lib/coreboot_table-test test caseJakub Czapiga
2021-04-15Makefile: Add unit-tests help and targets listJakub Czapiga
2021-04-15tests: Add lib/dimm_info_util-test test caseJakub Czapiga
2021-04-14Rename do_printk() to printk()Nico Huber
2021-04-13tests/lib/bootmem-test: Add initialization of lb_mem fieldsJakub Czapiga
2021-04-11tests/lib/malloc-test: Fix possible memory overrunJakub Czapiga
2021-04-09tests: Add lib/bootmem-test test caseJan Dabros
2021-04-09include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga
2021-04-06include/rules.h: Add ENV_TEST definitionJakub Czapiga
2021-04-06tests: Add lib/uuid-test test caseJakub Czapiga
2021-04-06lib: Add obvious definition for `calloc`Tim Wawrzynczak
2021-03-28tests/include/tests/test.h: Add TEST_REGION_UNALLOCATEDJakub Czapiga
2021-03-18tests: memset-test: Parenthesize zero size argument for clangJulius Werner