Home
last modified time | relevance | path

Searched defs:image_id (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dmake_upg_file.py413 def make_upg_only(image_id, file_ver, encrypt_flag, file_type, section_bin_list, section_compress_l… argument
560 def make_hupg(image_id, file_ver, encrypt_flag, kernel_file, normal_nv_file, image_file, alg_dir_pa… argument
601 def make_compress_hupg(image_id, file_ver, encrypt_flag, upg_file, image_file, alg_dir_path, kernel… argument
693 def make_bootupg(image_id, file_ver, encrypt_flag, flash_boot_file, image_file, alg_dir_path, max_s… argument
706 def make_upg_boot_only(image_id, file_ver, encrypt_flag, file_type, section_bin, alg_dir_path, max_… argument
Dpkt_builder.py102 def set_image_id(self, image_id): argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dburn_file.h109 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
129 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check.c20 hi_u32 boot_upg_check_image_id(hi_u32 image_id) in boot_upg_check_image_id()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_file.c21 hi_u32 upg_check_image_id(hi_u32 image_id) in upg_check_image_id()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_upg_file.h110 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
130 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_upg_file.h121 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
141 hi_u32 image_id; /**< Identity of upgrade file Key Area.CNcomment:升级文件魔术字。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c39 hi_u32 crypto_check_image_id(hi_u32 image_id) in crypto_check_image_id()