Searched refs:HAL_PARTITION_PARAMETER_1 (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_param.c | 29 int param_part = HAL_PARTITION_PARAMETER_1; in ota_read_parameter() 61 ret = hal_flash_dis_secure(HAL_PARTITION_PARAMETER_1, 0, 0); in ota_update_parameter() 66 ret = aos_hal_flash_erase(HAL_PARTITION_PARAMETER_1, offset, len); in ota_update_parameter() 68 ret = aos_hal_flash_write(HAL_PARTITION_PARAMETER_1, &offset, ota_param, len); in ota_update_parameter() 71 … ret = aos_hal_flash_read(HAL_PARTITION_PARAMETER_1, &offset, (unsigned char *)&comp_buf, len); in ota_update_parameter()
|
A D | ota_hal_plat.c | 129 ret = aos_hal_flash_read(HAL_PARTITION_PARAMETER_1, &offset, ¶m, sizeof(ota_boot_param_t)); in ota_hal_rollback()
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | nbpatch_io.c | 113 hal_logic_partition_t *par_info = flash_get_info(HAL_PARTITION_PARAMETER_1); in ota_patch_read_param() 135 hal_logic_partition_t *par_info = flash_get_info(HAL_PARTITION_PARAMETER_1); in ota_patch_write_param()
|
A D | xzupdater.c | 310 hal_logic_partition_t *par_info = flash_get_info(HAL_PARTITION_PARAMETER_1); in ota_xz_main()
|
/AliOS-Things-master/hardware/board/haas100/config/ |
A D | partition_conf_legacy.c | 73 [HAL_PARTITION_PARAMETER_1] =
|
/AliOS-Things-master/hardware/board/haaseduk1/config/ |
A D | partition_conf_legacy.c | 62 [HAL_PARTITION_PARAMETER_1] = {
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_flash.h | 32 HAL_PARTITION_PARAMETER_1, enumerator
|
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/ |
A D | flash.h | 32 HAL_PARTITION_PARAMETER_1, enumerator
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | ota.c | 353 int param_part = HAL_PARTITION_PARAMETER_1; in rtl8721d_ota_finish_cb() 416 int param_part = HAL_PARTITION_PARAMETER_1; in rtl8721d_ota_rollback()
|
Completed in 8 milliseconds