Home
last modified time | relevance | path

Searched refs:partition (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_start_up.c24 hi_flash_partition_table *partition = hi_get_partition_table(); in boot_upg_set_default_cfg() local
25 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in boot_upg_set_default_cfg()
46 hi_flash_partition_table *partition = hi_get_partition_table(); in boot_upg_check_start_addr() local
47 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in boot_upg_check_start_addr()
53 uintptr_t kernel_b_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in boot_upg_check_start_addr()
H A Dboot_upg_check.c80 hi_flash_partition_table *partition = hi_get_partition_table(); in boot_upg_get_max_file_len() local
81 hi_u32 kernel_a_size = partition->table[HI_FLASH_PARTITON_KERNEL_A].size; in boot_upg_get_max_file_len()
82 hi_u32 kernel_b_size = partition->table[HI_FLASH_PARTITON_KERNEL_B].size; in boot_upg_get_max_file_len()
104 if (cfg->addr_start == partition->table[HI_FLASH_PARTITON_KERNEL_A].addr) { in boot_upg_get_max_file_len()
106 } else if (cfg->addr_start == partition->table[HI_FLASH_PARTITON_KERNEL_B].addr) { in boot_upg_get_max_file_len()
H A Dboot_start.c62 hi_flash_partition_table *partition = hi_get_partition_table(); in change_area() local
63 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in change_area()
64 uintptr_t kernel_b_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in change_area()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_start_up.c31 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_check_start_addr() local
32 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in upg_check_start_addr()
38 uintptr_t kernel_b_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in upg_check_start_addr()
49 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_get_start_up_nv() local
50 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in upg_get_start_up_nv()
H A Dupg_common.c499 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_stop()
500 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in upg_stop()
501 uintptr_t kernel_b_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in upg_stop()
551 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_get_cache_clear_info() local
554 *addr = partition->table[HI_FLASH_PARTITON_BOOT_BACK].addr; in upg_get_cache_clear_info()
555 *size = partition->table[HI_FLASH_PARTITON_BOOT_BACK].size; in upg_get_cache_clear_info()
558 hi_u32 erase_start_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr + in upg_get_cache_clear_info()
559 partition->table[HI_FLASH_PARTITON_KERNEL_B].size - file_len; in upg_get_cache_clear_info()
566 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in upg_get_cache_clear_info()
567 uintptr_t kernel_b_addr = partition in upg_get_cache_clear_info()
592 hi_flash_partition_table *partition = hi_get_partition_table(); upg_get_backup_write_addr() local
629 hi_flash_partition_table *partition = hi_get_partition_table(); upg_get_max_file_len() local
1710 hi_flash_partition_table *partition = hi_get_partition_table(); hi_upg_get_file_index() local
[all...]
H A Dkernel_crypto.c53 hi_flash_partition_table *partition = hi_get_partition_table(); in crypto_content_id() local
54 hi_u32 kernel_a = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in crypto_content_id()
55 hi_u32 kernel_b = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in crypto_content_id()
504 hi_flash_partition_table *partition = hi_get_partition_table(); in encrypt_check_start_addr() local
505 hi_u32 kernel_a = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in encrypt_check_start_addr()
506 hi_u32 kernel_b = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in encrypt_check_start_addr()
H A Dupg_check_file.c66 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_check_ota_info_is_match()
67 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in upg_check_ota_info_is_match()
/device/soc/rockchip/rk2206/adapter/hals/update/
H A Dhal_hota_board.c32 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int bufLen) in HotaHalWrite() argument
37 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/update/
H A Dhal_hota_board.c100 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead() argument
107 printf("get ota content error! Partition: %d\r\n", partition); in HotaHalRead()
114 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int buffLen) in HotaHalWrite() argument
116 if (partition == PARTITION_INFO_COMP) { in HotaHalWrite()
117 printf("partition == PARTITION_INFO_COMP, skip it."); in HotaHalWrite()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_packet_impl.h38 RK_U32 partition : 1; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c69 hi_flash_partition_table *partition = hi_get_partition_table(); in change_kernel() local
70 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in change_kernel()
71 uintptr_t kernel_b_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in change_kernel()
537 hi_flash_partition_table *partition = hi_get_partition_table(); in crypto_content_id() local
538 hi_u32 kernel_a = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in crypto_content_id()
539 hi_u32 kernel_b = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr; in crypto_content_id()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c477 hi_flash_partition_table *partition = hi_get_partition_table(); in crypto_check_encrypt() local
478 uintptr_t kernel_a_addr = partition->table[HI_FLASH_PARTITON_KERNEL_A].addr; in crypto_check_encrypt()
/device/soc/rockchip/rk2206/hdf_driver/fs/
H A Dfs_driver.c58 static int32_t fs_get_partition(void *str, uint32_t *partition) in fs_get_partition() argument
65 *partition = i; in fs_get_partition()
385 PRINT_ERR("partition[%d].address_start(%d) < FLASH_ADDRESS_USER_START(%d)\n", in fsdrv_readdrs()
392 PRINT_ERR("partition[%d].address_end(%d) < FLASH_ADDRESS_USER_END(%d)\n", in fsdrv_readdrs()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c27 #include <linux/irqchip/irq-partition-percpu.h>
1546 * then we need to match the partition domain. in gic_irq_domain_select()
1876 pr_info("GIC: PPI partition %pOFn[%d] { ", child_part, part_idx); in gic_populate_ppi_partitions()

Completed in 13 milliseconds