summaryrefslogtreecommitdiff
path: root/test/compression.c
Commit message (Expand)AuthorAgeFilesLines
* test: compression: add zstd uncompression testBrandon Maier2023-01-181-0/+71
* test: compression: use sizeof() instead of magic numbersBrandon Maier2023-01-181-4/+4
* test: compression: use ut_assert for errorsBrandon Maier2023-01-111-31/+25
* test: compression: check with trailing garbage in inputBrandon Maier2023-01-111-0/+9
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* lz4: Use a private header for U-BootSimon Glass2021-10-091-1/+1
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-3/+2
* test: Use ut_asserteq_mem() where possibleSimon Glass2020-05-191-4/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* test: typo decompressionHeinrich Schuchardt2020-03-271-1/+1
* cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-071-1/+2
* common: Add a new lz4.h header fileSimon Glass2019-12-021-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-12/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test: compression: Convert to unit test frameworkSimon Glass2017-12-041-69/+116
* test: compression: Put test variables in a structSimon Glass2017-12-021-54/+74
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+57
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* test: Add unit tests for bootm image decompressionSimon Glass2015-01-141-0/+84
* test: Rename test_compression to ut_compressionSimon Glass2015-01-141-5/+4
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-2/+2
* sandbox: add compression testsKees Cook2013-09-031-0/+335