File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
9098fi
9199exit 0
92-
You can’t perform that action at this time.
0 commit comments