aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-06-22treewide: Move device_tree to commonlibMaximilian Brune
2024-06-11treewide: Move skip_atoi function to commonlibKapil Porwal
2024-05-29tree: Use <stdio.h> for snprintfElyes Haouas
2024-05-21lib/device_tree: Add some FDT helper functionsMaximilian Brune
2024-05-21tests/lib: Factor out file related functionsMaximilian Brune
2024-05-07dram/ddr5: Use the same naming convention as DDR{2,3,4}Elyes Haouas
2024-05-07spd.h: Move enum ddr4_module_type to ddr4.hElyes Haouas
2024-05-07spd.h: Move enum ddr5_module_type to ddr5.hElyes Haouas
2024-04-12tree: Drop duplicated <stdarg.h> and <stdio.h>Elyes Haouas
2024-04-12tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas
2024-03-15treewide: Move stdlib.h to commonlibMaximilian Brune
2024-03-09tests: Add `DEBUG` make commandline option to generate debug symbolsJulius Werner
2024-02-24treewide: Move list.h to commonlibMaximilian Brune
2024-02-22tests/lib/ux_locales-test: Simplify macrosYu-Ping Wu
2024-02-08commonlib: Change GCD function to always use 64 bitsJulius Werner
2024-02-02tests: Add some more ipchksum() test casesJulius Werner
2024-02-02lib: Move IP checksum to commonlibJulius Werner
2024-01-29malloc/memalign: Return NULL if the request is too largePatrick Georgi
2024-01-26tests: Rename Makefiles from .inc to .mkMartin Roth
2024-01-24Makefiles: Rename top-level Makefiles from .inc to .mkMartin Roth
2024-01-19tests: Fix ending newlines in MakefilesMartin Roth
2023-11-16Revert "tests: Allow specifying vboot source directory"Felix Singer
2023-11-16tests: Allow specifying vboot source directoryroccochen@chromium.com
2023-11-16tests/lib: Enforce ux_locales-test with CONFIG_VBOOTSubrata Banik
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