Age | Commit message (Expand) | Author |
2024-10-29 | tree: Fix cast an object of type 'nullptr_t' to 'uintptr_t' error | Elyes Haouas |
2024-10-15 | tests/Makefile.common: Remove Wno-packed-not-aligned flag | Elyes Haouas |
2024-08-29 | cbmem.h: Change return type of cbmem_get_region | Arthur Heymans |
2024-08-26 | b64_decode-test: Properly terminate strings before comparison | Nico Huber |
2024-08-23 | region: Turn region_end() into an inclusive region_last() | Nico Huber |
2024-08-15 | commonlib/bsd/string: Fix pointer overflow for strnlen() | Yu-Ping Wu |
2024-08-14 | commonlib/bsd: Add strcat() and strncat() functions | Yu-Ping Wu |
2024-08-14 | commonlib/bsd: Add strlen() and strnlen() functions | Yu-Ping Wu |
2024-07-03 | tests/drivers/efivars: Remove duplicated <limits.h> | Elyes Haouas |
2024-06-22 | treewide: Move device_tree to commonlib | Maximilian Brune |
2024-06-11 | treewide: Move skip_atoi function to commonlib | Kapil Porwal |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-21 | lib/device_tree: Add some FDT helper functions | Maximilian Brune |
2024-05-21 | tests/lib: Factor out file related functions | Maximilian Brune |
2024-05-07 | dram/ddr5: Use the same naming convention as DDR{2,3,4} | Elyes Haouas |
2024-05-07 | spd.h: Move enum ddr4_module_type to ddr4.h | Elyes Haouas |
2024-05-07 | spd.h: Move enum ddr5_module_type to ddr5.h | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <stdarg.h> and <stdio.h> | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-03-09 | tests: Add `DEBUG` make commandline option to generate debug symbols | Julius Werner |
2024-02-24 | treewide: Move list.h to commonlib | Maximilian Brune |
2024-02-22 | tests/lib/ux_locales-test: Simplify macros | Yu-Ping Wu |
2024-02-08 | commonlib: Change GCD function to always use 64 bits | Julius Werner |
2024-02-02 | tests: Add some more ipchksum() test cases | Julius Werner |
2024-02-02 | lib: Move IP checksum to commonlib | Julius Werner |
2024-01-29 | malloc/memalign: Return NULL if the request is too large | Patrick Georgi |
2024-01-26 | tests: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-24 | Makefiles: Rename top-level Makefiles from .inc to .mk | Martin Roth |
2024-01-19 | tests: Fix ending newlines in Makefiles | Martin Roth |
2023-11-16 | Revert "tests: Allow specifying vboot source directory" | Felix Singer |
2023-11-16 | tests: Allow specifying vboot source directory | roccochen@chromium.com |
2023-11-16 | tests/lib: Enforce ux_locales-test with CONFIG_VBOOT | Subrata Banik |
2023-11-13 | tests/acpigen: Patch to allow moving buffers | Nico Huber |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-11-04 | commonlib: Add GCD function | Yidi Lin |
2023-08-30 | tests/lib: Add unit tests for ux_locales_get_text() | Hsuan Ting Chen |
2023-04-03 | drivers/efi: Add EFI variable store option support | Patrick Rudolph |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2023-01-04 | spd.h: Move enum ddr3_module_type to ddr3.h | Elyes Haouas |
2023-01-04 | spd.h: Move enum ddr2_module_type to ddr2.h | Elyes Haouas |
2022-12-22 | coreboot_tables: Make existing alignment conventions more explicit | Julius Werner |
2022-12-17 | tests/Makefile.inc: Build utilities in separate directory | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Remove unnecessary dependency to kconfig/conf | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Allow to override tests defconfig | Jakub Czapiga |
2022-12-17 | tests/Makefile.common: Describe available test attributes | Jakub Czapiga |
2022-12-17 | tests: Support linking with system libc | Jakub Czapiga |
2022-12-14 | tests/Makefile.common: Allow to disable test framework with parameter | Jakub Czapiga |
2022-11-18 | cbmem_top_chipset: Change the return value to uintptr_t | Elyes Haouas |
2022-11-04 | lib/coreboot_table: Simplify API to set up lb_serial | Arthur Heymans |
2022-11-03 | test/lib: Add non-existent DIMMs test case in spd_cache-test | Eric Lai |
2022-11-03 | tests: Add option for debug symbols & no optimization | Martin Roth |
2022-10-26 | coreboot_tables: Drop uart PCI addr | Arthur Heymans |
2022-09-21 | tests: Add support for tests build failures detection | Jakub Czapiga |
2022-09-12 | tests/lib/coreboot_table-test.c: Use ALIGN_UP macro | Elyes Haouas |
2022-09-09 | tests: Disable unnecessary warnings | Jakub Czapiga |
2022-09-07 | tests/commonlib/rational-test: Use test group runner wrapper | Jakub Czapiga |
2022-09-04 | allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN | Nico Huber |
2022-09-02 | cbfs/vboot: Adapt to new vb2_digest API | Julius Werner |
2022-08-26 | tests/memrange-test: Correct final end test in test_memrange_steal() | Nico Huber |
2022-08-26 | tests/memrange-test: Correct commentary on test_memrange_steal() | Nico Huber |
2022-08-13 | tests/lib: Do not pick up unassigned resources | Shuo Liu |
2022-08-13 | tests/lib: Set IORESOURCE_ASSIGNED for bootmem-test and memrange-test | Shuo Liu |
2022-08-03 | commonlib: Add support for rational number approximation | Vinod Polimera |
2022-07-14 | tests: Adjust the order of header files to include | Bill XIE |
2022-04-20 | lib: Check for non-existent DIMMs in check_if_dimm_changed | Eric Lai |
2022-04-19 | tests: Split Makefile to allow for making host-side test tools | Jakub Czapiga |
2022-04-19 | tests: update CMocka to stable-1.1 | Jakub Czapiga |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-27 | tests/lib: Add space before single line comment termination | Paul Menzel |
2022-03-09 | coreboot_tables.c: Expose the ACPI RSDP | Arthur Heymans |
2022-03-09 | commonlib/bsd: Remove cb_err_t | Julius Werner |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-02-10 | tests/include: Move EMPTY_WRAP() macro to tests/include/test.h | Jakub Czapiga |
2022-01-14 | tests: Fix tests code and comments style | Jakub Czapiga |
2022-01-12 | tests: Move EDID test header to include/tests/lib | Jakub Czapiga |
2021-12-15 | tests/lib/lzma-test: Fix uninitialized array error | Jakub Czapiga |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2021-12-08 | lib: Fix log2_ceil() for 0xffffffff | Yu-Ping Wu |
2021-12-07 | tests: Disable -Wmain-return-type for clang | Julius Werner |
2021-12-07 | tests: Disable -Wsource-mgr for clang | Julius Werner |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-06 | tests: Fix objcopy --add-symbol arguments creation | Jakub Czapiga |
2021-11-30 | commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ | Jakub Czapiga |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-03 | lib/list: Add list_append | Raul E Rangel |
2021-11-03 | tests/Makefile: Remove ./ prefix when running tests | Raul E Rangel |
2021-11-02 | lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() | Subrata Banik |
2021-10-14 | tests: Add lib/lzma-test test case | Jakub Czapiga |
2021-10-11 | tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr | Jakub Czapiga |
2021-09-14 | tests: Add lib/cbfs-lookup-test test case | Jakub Czapiga |
2021-09-13 | tests/stubs/console: Allow enabling printk to print to stdout | Jakub Czapiga |
2021-09-02 | tests: Add lib/cbfs-verification-test test case | Jakub Czapiga |
2021-09-01 | tests: Improve test output readability | Jakub Czapiga |
2021-08-25 | tests: Fix function mocking for clang | Julius Werner |
2021-08-13 | tests/Makefile.inc: Add missing include paths to TEST_CFLAGS | Jakub Czapiga |
2021-08-13 | tests/Makefile.inc: Add copy-test macro | Jakub Czapiga |
2021-08-13 | tests/Makefile.inc: Change assignments to immediate and fix style | Jakub Czapiga |
2021-08-09 | tests/Makefile.inc: Add function wrapping mechanism | Jakub Czapiga |
2021-08-02 | helpers: Add GENMASK macro | Yu-Ping Wu |