summaryrefslogtreecommitdiff
path: root/test/compression.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-3/+2
2020-05-19test: Use ut_asserteq_mem() where possibleSimon Glass1-4/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-03-27test: typo decompressionHeinrich Schuchardt1-1/+1
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+2
2019-12-03common: Add a new lz4.h header fileSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner1-12/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-04test: compression: Convert to unit test frameworkSimon Glass1-69/+116
2017-12-03test: compression: Put test variables in a structSimon Glass1-54/+74
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+57
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-01-14test: Add unit tests for bootm image decompressionSimon Glass1-0/+84
2015-01-14test: Rename test_compression to ut_compressionSimon Glass1-5/+4
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-09-03sandbox: add compression testsKees Cook1-0/+335