summaryrefslogtreecommitdiff
path: root/test/compression.c
AgeCommit message (Expand)Author
2023-01-18test: compression: add zstd uncompression testBrandon Maier
2023-01-18test: compression: use sizeof() instead of magic numbersBrandon Maier
2023-01-11test: compression: use ut_assert for errorsBrandon Maier
2023-01-11test: compression: check with trailing garbage in inputBrandon Maier
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-03-27test: typo decompressionHeinrich Schuchardt
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-04test: compression: Convert to unit test frameworkSimon Glass
2017-12-02test: compression: Put test variables in a structSimon Glass
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-01-14test: Add unit tests for bootm image decompressionSimon Glass
2015-01-14test: Rename test_compression to ut_compressionSimon Glass
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-09-03sandbox: add compression testsKees Cook