Skip to content

Commit 18679c8

Browse files
tests: check-missing-files: add files used by iq-x7181-evk
Add additional files which are used by iq-x7181-evk spinor boot firmware files. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 93f51f7 commit 18679c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/check-missing-files

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ 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) ;;
3536
abl2esp-v7.elf) ;;
37+
adsp_dtbs.elf) ;;
38+
adsp_lite.lzma) ;;
3639
aop.mbn) ;;
3740
aop_devcfg.mbn) ;;
3841
boot.img) ;;
@@ -45,6 +48,7 @@ for xml in "$@"; do
4548
devcfg.mbn) ;;
4649
devcfg_iot.mbn) ;;
4750
devcfg_rfcomm.mbn) ;;
51+
devcfg_windows_hyp.mbn) ;;
4852
dtb.bin) ;;
4953
efi.bin) ;;
5054
emmc_appsboot.mbn) ;;
@@ -81,6 +85,7 @@ for xml in "$@"; do
8185
storsec.mbn) ;;
8286
tools.fv) ;;
8387
tz.mbn) ;;
88+
tzapps.bin) ;;
8489
uefi.elf) ;;
8590
uefi_sec.mbn) ;;
8691
xbl.elf) ;;

0 commit comments

Comments
 (0)