diff options
| author | Simon Glass <[email protected]> | 2026-03-06 11:12:37 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2026-03-18 06:14:16 -0600 |
| commit | a39fdf2aad51ac8206d855cf958cf5c96b502bb1 (patch) | |
| tree | f84825292e888f4bd9b853caffe9a0c0f0441b84 /tools/binman/test | |
| parent | dd487d0d55c5c8828972cbff871252ba98f8d65c (diff) | |
binman: test: Move CBFS test files to test/cbfs/
Move about a dozen test files for Coreboot File System entries into a
cbfs/ subdirectory. Drop the numeric prefixes and the redundant cbfs_
filename prefix, and update all references.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/cbfs/bad_arch.dts (renamed from tools/binman/test/106_cbfs_bad_arch.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/bad_compress.dts (renamed from tools/binman/test/109_cbfs_bad_compress.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/bad_type.dts (renamed from tools/binman/test/126_cbfs_bad_type.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/name.dts (renamed from tools/binman/test/110_cbfs_name.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/no_contents.dts (renamed from tools/binman/test/108_cbfs_no_contents.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/no_size.dts (renamed from tools/binman/test/107_cbfs_no_size.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/offset.dts (renamed from tools/binman/test/114_cbfs_offset.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/raw.dts (renamed from tools/binman/test/102_cbfs_raw.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/raw_compress.dts (renamed from tools/binman/test/105_cbfs_raw_compress.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/raw_ppc.dts (renamed from tools/binman/test/103_cbfs_raw_ppc.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/replace.dts (renamed from tools/binman/test/142_replace_cbfs.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/stage.dts (renamed from tools/binman/test/104_cbfs_stage.dts) | 0 | ||||
| -rw-r--r-- | tools/binman/test/cbfs/update.dts (renamed from tools/binman/test/125_cbfs_update.dts) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/tools/binman/test/106_cbfs_bad_arch.dts b/tools/binman/test/cbfs/bad_arch.dts index 4318d45a7d4..4318d45a7d4 100644 --- a/tools/binman/test/106_cbfs_bad_arch.dts +++ b/tools/binman/test/cbfs/bad_arch.dts diff --git a/tools/binman/test/109_cbfs_bad_compress.dts b/tools/binman/test/cbfs/bad_compress.dts index 9695024ee9b..9695024ee9b 100644 --- a/tools/binman/test/109_cbfs_bad_compress.dts +++ b/tools/binman/test/cbfs/bad_compress.dts diff --git a/tools/binman/test/126_cbfs_bad_type.dts b/tools/binman/test/cbfs/bad_type.dts index 2cd6fc6d52d..2cd6fc6d52d 100644 --- a/tools/binman/test/126_cbfs_bad_type.dts +++ b/tools/binman/test/cbfs/bad_type.dts diff --git a/tools/binman/test/110_cbfs_name.dts b/tools/binman/test/cbfs/name.dts index 98c16f30b41..98c16f30b41 100644 --- a/tools/binman/test/110_cbfs_name.dts +++ b/tools/binman/test/cbfs/name.dts diff --git a/tools/binman/test/108_cbfs_no_contents.dts b/tools/binman/test/cbfs/no_contents.dts index 623346760d2..623346760d2 100644 --- a/tools/binman/test/108_cbfs_no_contents.dts +++ b/tools/binman/test/cbfs/no_contents.dts diff --git a/tools/binman/test/107_cbfs_no_size.dts b/tools/binman/test/cbfs/no_size.dts index 3592f62f7e6..3592f62f7e6 100644 --- a/tools/binman/test/107_cbfs_no_size.dts +++ b/tools/binman/test/cbfs/no_size.dts diff --git a/tools/binman/test/114_cbfs_offset.dts b/tools/binman/test/cbfs/offset.dts index 7aa9d9d4bf3..7aa9d9d4bf3 100644 --- a/tools/binman/test/114_cbfs_offset.dts +++ b/tools/binman/test/cbfs/offset.dts diff --git a/tools/binman/test/102_cbfs_raw.dts b/tools/binman/test/cbfs/raw.dts index 779cbc121ad..779cbc121ad 100644 --- a/tools/binman/test/102_cbfs_raw.dts +++ b/tools/binman/test/cbfs/raw.dts diff --git a/tools/binman/test/105_cbfs_raw_compress.dts b/tools/binman/test/cbfs/raw_compress.dts index 646168d84b4..646168d84b4 100644 --- a/tools/binman/test/105_cbfs_raw_compress.dts +++ b/tools/binman/test/cbfs/raw_compress.dts diff --git a/tools/binman/test/103_cbfs_raw_ppc.dts b/tools/binman/test/cbfs/raw_ppc.dts index df1caf092f4..df1caf092f4 100644 --- a/tools/binman/test/103_cbfs_raw_ppc.dts +++ b/tools/binman/test/cbfs/raw_ppc.dts diff --git a/tools/binman/test/142_replace_cbfs.dts b/tools/binman/test/cbfs/replace.dts index d64142f9d5c..d64142f9d5c 100644 --- a/tools/binman/test/142_replace_cbfs.dts +++ b/tools/binman/test/cbfs/replace.dts diff --git a/tools/binman/test/104_cbfs_stage.dts b/tools/binman/test/cbfs/stage.dts index 215e2f287a4..215e2f287a4 100644 --- a/tools/binman/test/104_cbfs_stage.dts +++ b/tools/binman/test/cbfs/stage.dts diff --git a/tools/binman/test/125_cbfs_update.dts b/tools/binman/test/cbfs/update.dts index 6d2e8a0b8ff..6d2e8a0b8ff 100644 --- a/tools/binman/test/125_cbfs_update.dts +++ b/tools/binman/test/cbfs/update.dts |
