aboutsummaryrefslogtreecommitdiff
path: root/test/image/spl_load_fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+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 NVMe 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 Anderson1-5/+18
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson1-5/+64
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson1-0/+63
2023-10-17test: spl: Add functions to create filesystemsSean Anderson1-0/+306