Searched refs:file_addr (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
H A D | efuse_opt.c | 67 hi_u32 efuse_cfg_verify(uintptr_t file_addr, hi_u32 file_len) in efuse_cfg_verify() argument 71 efuse_config_header *header = (efuse_config_header *)file_addr; in efuse_cfg_verify() 104 hi_u32 efuse_burn(uintptr_t file_addr, hi_u32 file_len) in efuse_burn() argument 106 hi_u32 ret = efuse_cfg_verify(file_addr, file_len); in efuse_burn() 112 efuse_config_header *header = (efuse_config_header *)file_addr; in efuse_burn() 113 efuse_config_item *item = (efuse_config_item *)(file_addr + header->stru_size); in efuse_burn()
|
H A D | transfer.c | 329 (const hi_void *)(uintptr_t)(ctx->file_addr + ctx->offset), remain, (uintptr_t)(ctx->buffer + MSG_START_LEN) in upload_send_data() 330 ^ SOH_MSG_LEN ^ (uintptr_t)(const hi_void *)(uintptr_t)(ctx->file_addr + ctx->offset) ^ remain) != EOK) { in upload_send_data() 344 (uintptr_t)(const hi_void *)(uintptr_t)(ctx->file_addr + ctx->offset) ^ remain; in upload_send_data() 346 (const hi_void *)(uintptr_t)(ctx->file_addr + ctx->offset), remain, check_sum) != EOK) { in upload_send_data() 484 g_upload_ctx->file_addr = addr + FLASH_ADDR_OFFSET; in upload_data()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_common.c | 395 cache_addr = ctx->file_addr; in upg_cache_ctrl() 415 ctx->file_addr = 0; in upg_clear_ctx() 531 hi_u32 addr = ctx->file_addr; in upg_check_head() 692 ctx->file_addr = write_addr; in upg_set_flash_write_addr() 694 upg_print("[upg write addr]ret-addr-size:0x%x-0x%x-0x%x\r\n", ret, ctx->file_addr, ctx->common_head.file_len); in upg_set_flash_write_addr() 742 cfg.addr_write = ctx->file_addr; in upg_start() 1300 ret = upg_refresh_boot(ctx->file_addr); in upg_boot_process() 1377 ctx->file_addr = mode.file_addr; in hi_upg_get_content() 1379 ret = hi_flash_read(ctx->file_addr, sizeo in hi_upg_get_content() [all...] |
H A D | upg_start_up.c | 79 upg_print("[upg save wait mode]file_addr-file_type:0x%x-0x%x", cfg->file_addr, cfg->file_type); in upg_save_wait_mode_nv()
|
H A D | upg_common.h | 71 hi_u32 file_addr; /* flash addr of cached file */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | load_crypto.c | 122 hi_u32 boot_get_crypto_kernel_start(uintptr_t file_addr) in boot_get_crypto_kernel_start() argument 125 loaderboot_get_start_addr_offset(file_addr, &flash_offset); in boot_get_crypto_kernel_start() 418 hi_u32 crypto_burn_encrypt(uintptr_t file_addr) in crypto_burn_encrypt() argument 421 hi_u32 crypto_kernel_addr = boot_get_crypto_kernel_start(file_addr); in crypto_burn_encrypt() 491 hi_u32 crypto_encrypt_factory_image(uintptr_t file_addr) in crypto_encrypt_factory_image() argument 495 hi_u32 ret = crypto_burn_encrypt(file_addr); in crypto_encrypt_factory_image()
|
H A D | load_crypto.h | 81 hi_u32 crypto_encrypt_factory_image(uintptr_t file_addr);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/ |
H A D | hi_ft_nv.h | 50 hi_u32 file_addr; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | efuse_opt.h | 50 hi_u32 efuse_burn(uintptr_t file_addr, hi_u32 file_len);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | transfer.h | 62 uintptr_t file_addr; member
|
Completed in 6 milliseconds