aboutsummaryrefslogtreecommitdiffstats
path: root/test/image
Commit message (Expand)AuthorAgeFilesLines
* spl: Create a function to init spl_load_infoSimon Glass2024-08-232-3/+2
* test: Move some SPL-loading test-code into sandbox commonSimon Glass2024-08-091-52/+1
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-206-6/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-196-0/+6
* test: Remove <common.h> and add needed includesTom Rini2024-05-066-6/+0
* Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini2023-11-281-1/+1
|\
| * test: spl: Remove usage of FAT32_SIGNChristian Taedcke2023-11-281-1/+1
* | spl: Convert spi to spl_loadSean Anderson2023-11-161-0/+1
* | spl: Convert NVMe to spl_loadSean Anderson2023-11-161-0/+2
* | spl: Convert nor to spl_loadSean Anderson2023-11-161-0/+2
* | spl: Convert net to spl_loadSean Anderson2023-11-161-0/+2
* | spl: Convert nand to spl_loadSean Anderson2023-11-161-0/+2
* | spl: Convert mmc to spl_loadSean Anderson2023-11-161-3/+0
* | spl: Convert fat to spl_loadSean Anderson2023-11-161-2/+1
* | spl: Convert ext to use spl_loadSean Anderson2023-11-161-3/+6
* | test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson2023-11-162-6/+21
* | spl: Only support bl_len when we have toSean Anderson2023-11-163-6/+6
* | spl: Remove filename from spl_load_infoSean Anderson2023-11-161-1/+0
* | spl: Refactor spl_load_info->read to use units of bytesSean Anderson2023-11-161-7/+6
* | test: spl: Add a test for NANDSean Anderson2023-11-163-0/+64
|/
* test: spl: Add a test for the SPI load methodWIP/2023-10-17-spl-test-some-load-methodsSean Anderson2023-10-174-0/+51
* test: spl: Add a test for the NOR load methodSean Anderson2023-10-173-6/+303
* test: spl: Add a test for the NET load methodSean Anderson2023-10-173-0/+262
* test: spl: Add a test for the MMC load methodSean Anderson2023-10-173-5/+101
* test: spl: Add a test for spl_blk_load_imageSean Anderson2023-10-172-1/+65
* test: spl: Add functions to create filesystemsSean Anderson2023-10-173-0/+318
* test: spl: Add functions to create imagesSean Anderson2023-10-172-3/+351
* test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2023-10-171-4/+2
* test: spl: Split tests up and use some configsSean Anderson2023-10-174-76/+103
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-2/+2
* sandbox: test: Tidy up spl_test_load() callsSimon Glass2022-03-181-5/+1
* sandbox: Support executables for more phasesSimon Glass2021-07-211-1/+5
* spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-122-0/+96
* test: Update test-imagetools.sh to match new syntaxMartyn Welch2019-03-081-8/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test: Move the FIT test into the correct placeSimon Glass2017-08-131-428/+0
* test: Convert the FIT test to test/pySimon Glass2017-08-131-141/+88
* test: Indent test-fit.py to match the next patchSimon Glass2017-08-131-303/+303
* test: Fix FIT test to pass againSimon Glass2017-08-131-1/+1
* test-fit.py: Minor grammar/spelling/clarification tweaksRobert P. J. Day2017-03-201-5/+8
* image: Fix FIT and vboot tests to exit sandbox correctlySimon Glass2016-02-261-0/+4
* add test for two 'loadables'Karl Apsite2015-05-281-9/+63
* dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-1/+82
* dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-291-22/+26
* test: Add DEBUG output option to test-fit.pySimon Glass2015-01-141-0/+10
* sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-141-3/+3
* Correct sandbox filesystem commands in FIT image testSimon Glass2014-08-281-4/+4
* sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira2013-12-131-0/+141
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* Show stdout on error in fit-testSimon Glass2013-06-261-9/+10