Skip to content

Commit 5b2435f

Browse files
tests: check-missing-files: add files used by hamoa-iot-evk
Add additional files which are used by hamoa-iot-evk spinor boot firmware files. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 4628e86 commit 5b2435f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/integration/check-missing-files

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,21 @@ for xml in "$@"; do
3131
# known files that will be provided by the OS or boot binaries
3232
DISK) ;;
3333
XblRamdump.elf) ;;
34+
XblRamdump.xz) ;;
3435
abl.elf) ;;
36+
adsp_dtbs.elf) ;;
37+
adsp_lite.lzma) ;;
3538
aop.mbn) ;;
39+
aop_devcfg.mbn) ;;
3640
boot.img) ;;
3741
cdt.bin) ;;
3842
cmnlib.mbn) ;;
3943
cmnlib64.mbn) ;;
4044
cpucp.elf) ;;
45+
cpucp_dtbs.elf) ;;
4146
devcfg.mbn) ;;
4247
devcfg_iot.mbn) ;;
48+
devcfg_windows_hyp.mbn) ;;
4349
dtb.bin) ;;
4450
efi.bin) ;;
4551
emmc_appsboot.mbn) ;;
@@ -72,11 +78,13 @@ for xml in "$@"; do
7278
storsec.mbn) ;;
7379
tools.fv) ;;
7480
tz.mbn) ;;
81+
tzapps.bin) ;;
7582
uefi.elf) ;;
7683
uefi_sec.mbn) ;;
7784
xbl.elf) ;;
7885
xbl_config.elf) ;;
7986
xbl_feature_config.elf) ;;
87+
xbl_s.melf) ;;
8088
*)
8189
echo "Unknown ${file} referenced in ${xml}" >&2
8290
errors=1
@@ -89,4 +97,3 @@ if [ "${errors}" != no ]; then
8997
exit 1
9098
fi
9199
exit 0
92-

0 commit comments

Comments
 (0)