Hi Simon,
On 2/27/26 12:47 AM, Simon Glass wrote:
From: Simon Glass <[email protected]>
Move about 15 test files for ARM Trusted Firmware FIP, ATF BL31, SCP,
OpenSBI, and BL1 entries into a fip/ subdirectory. Drop the numeric
prefixes and the redundant fip_ filename prefix, and update all
references.
Signed-off-by: Simon Glass <[email protected]>
---
tools/binman/ftest.py | 30 +++++++++----------
.../{169_atf_bl31.dts => fip/atf_bl31.dts} | 0
.../bad_align.dts} | 0
.../binman/test/{354_bl1.dts => fip/bl1.dts} | 0
.../collection.dts} | 0
.../binman/test/{203_fip.dts => fip/fip.dts} | 0
.../test/{207_fip_ls.dts => fip/ls.dts} | 0
.../{209_fip_missing.dts => fip/missing.dts} | 0
.../{205_fip_no_type.dts => fip/no_type.dts} | 0
.../test/{201_opensbi.dts => fip/opensbi.dts} | 0
.../test/{204_fip_other.dts => fip/other.dts} | 0
.../{208_fip_replace.dts => fip/replace.dts} | 0
.../binman/test/{172_scp.dts => fip/scp.dts} | 0
.../test/{210_fip_size.dts => fip/size.dts} | 0
.../test/{206_fip_uuid.dts => fip/uuid.dts} | 0
15 files changed, 15 insertions(+), 15 deletions(-)
rename tools/binman/test/{169_atf_bl31.dts => fip/atf_bl31.dts} (100%)
rename tools/binman/test/{211_fip_bad_align.dts => fip/bad_align.dts} (100%)
rename tools/binman/test/{354_bl1.dts => fip/bl1.dts} (100%)
This patch also depends on
https://lore.kernel.org/u-boot/[email protected]/.
Cheers,
Quentin