aboutsummaryrefslogtreecommitdiff
path: root/test/image
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini6-6/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini6-0/+6
2024-05-06test: Remove <common.h> and add needed includesTom Rini6-6/+0
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini1-1/+1
2023-11-28test: spl: Remove usage of FAT32_SIGNChristian Taedcke1-1/+1
2023-11-16spl: Convert spi to spl_loadSean Anderson1-0/+1
2023-11-16spl: Convert NVMe to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert nor to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert net to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert nand to spl_loadSean Anderson1-0/+2
2023-11-16spl: Convert mmc to spl_loadSean Anderson1-3/+0
2023-11-16spl: Convert fat to spl_loadSean Anderson1-2/+1
2023-11-16spl: Convert ext to use spl_loadSean Anderson1-3/+6
2023-11-16test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson2-6/+21
2023-11-16spl: Only support bl_len when we have toSean Anderson3-6/+6
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-1/+0
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-7/+6
2023-11-16test: spl: Add a test for NANDSean Anderson3-0/+64
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson4-0/+51
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson3-6/+303
2023-10-17test: spl: Add a test for the NET load methodSean Anderson3-0/+262
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson3-5/+101
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson2-1/+65
2023-10-17test: spl: Add functions to create filesystemsSean Anderson3-0/+318
2023-10-17test: spl: Add functions to create imagesSean Anderson2-3/+351
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson1-4/+2
2023-10-17test: spl: Split tests up and use some configsSean Anderson4-76/+103
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-03-18sandbox: test: Tidy up spl_test_load() callsSimon Glass1-5/+1
2021-07-21sandbox: Support executables for more phasesSimon Glass1-1/+5
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass2-0/+96
2019-03-08test: Update test-imagetools.sh to match new syntaxMartyn Welch1-8/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-13test: Move the FIT test into the correct placeSimon Glass1-428/+0
2017-08-13test: Convert the FIT test to test/pySimon Glass1-141/+88
2017-08-13test: Indent test-fit.py to match the next patchSimon Glass1-303/+303
2017-08-13test: Fix FIT test to pass againSimon Glass1-1/+1
2017-03-20test-fit.py: Minor grammar/spelling/clarification tweaksRobert P. J. Day1-5/+8
2016-02-26image: Fix FIT and vboot tests to exit sandbox correctlySimon Glass1-0/+4
2015-05-28add test for two 'loadables'Karl Apsite1-9/+63
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+82
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira1-22/+26
2015-01-14test: Add DEBUG output option to test-fit.pySimon Glass1-0/+10
2015-01-14sandbox: Correct ordering of 'sb save' commandsSimon Glass1-3/+3
2014-08-28Correct sandbox filesystem commands in FIT image testSimon Glass1-4/+4
2013-12-13sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira1-0/+141
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26Show stdout on error in fit-testSimon Glass1-9/+10
2013-06-04sandbox: image: Create a test for loading FIT imagesSimon Glass1-0/+422