summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* treewide: Move list.h to commonlibMaximilian Brune2024-02-243-5/+5
* tests/lib/ux_locales-test: Simplify macrosYu-Ping Wu2024-02-221-41/+15
* commonlib: Change GCD function to always use 64 bitsJulius Werner2024-02-081-12/+17
* tests: Add some more ipchksum() test casesJulius Werner2024-02-021-0/+30
* lib: Move IP checksum to commonlibJulius Werner2024-02-023-30/+30
* malloc/memalign: Return NULL if the request is too largePatrick Georgi2024-01-291-10/+4
* tests: Rename Makefiles from .inc to .mkMartin Roth2024-01-269-3/+3
* Makefiles: Rename top-level Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* tests: Fix ending newlines in MakefilesMartin Roth2024-01-192-2/+1
* Revert "tests: Allow specifying vboot source directory"Felix Singer2023-11-161-1/+1
* tests: Allow specifying vboot source directoryroccochen@chromium.com2023-11-161-1/+1
* tests/lib: Enforce ux_locales-test with CONFIG_VBOOTSubrata Banik2023-11-161-0/+1
* tests/acpigen: Patch to allow moving buffersNico Huber2023-11-131-10/+14
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-1/+1
* commonlib: Add GCD functionYidi Lin2023-11-042-0/+31
* tests/lib: Add unit tests for ux_locales_get_text()Hsuan Ting Chen2023-08-302-0/+270
* drivers/efi: Add EFI variable store option supportPatrick Rudolph2023-04-033-3/+218
* 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
* tests/Makefile.inc: Build utilities in separate directoryJakub Czapiga2022-12-171-0/+2
* tests/Makefile.common: Remove unnecessary dependency to kconfig/confJakub Czapiga2022-12-171-1/+1
* tests/Makefile.common: Allow to override tests defconfigJakub Czapiga2022-12-171-1/+1
* tests/Makefile.common: Describe available test attributesJakub Czapiga2022-12-171-0/+7
* tests: Support linking with system libcJakub Czapiga2022-12-172-9/+21
* tests/Makefile.common: Allow to disable test framework with parameterJakub Czapiga2022-12-141-6/+10
* 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
* tests: Add option for debug symbols & no optimizationMartin Roth2022-11-031-1/+8
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-3/+0
* tests: Add support for tests build failures detectionJakub Czapiga2022-09-212-4/+48
* tests/lib/coreboot_table-test.c: Use ALIGN_UP macroElyes Haouas2022-09-121-2/+1
* tests: Disable unnecessary warningsJakub Czapiga2022-09-091-0/+2
* tests/commonlib/rational-test: Use test group runner wrapperJakub Czapiga2022-09-071-1/+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
* commonlib: Add support for rational number approximationVinod Polimera2022-08-032-0/+61
* tests: Adjust the order of header files to includeBill XIE2022-07-141-2/+3
* lib: Check for non-existent DIMMs in check_if_dimm_changedEric Lai2022-04-201-5/+10
* tests: Split Makefile to allow for making host-side test toolsJakub Czapiga2022-04-192-161/+170
* 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