WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
upg_definitions_porting.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd.. 2022-2022. All rights reserved.
3 * Description: UPG product definitions header file
4 */
5
6#ifndef UPG_DEFINITIONS_PORTING_H
7#define UPG_DEFINITIONS_PORTING_H
8
9#ifdef __cplusplus
10#if __cplusplus
11extern "C" {
12#endif
13#endif
14
28#define FLASH_BOOT_SIGNATURE_IMAGE_ID 0x4B1E3C1E
29
37#define FLASH_BOOT_IMAGE_ID 0x4B1E3C2D
38
46#define APPLICATION_SIGNATURE_IMAGE_ID 0x4B0F2D1E
47
55#define APPLICATION_IMAGE_ID 0x4B0F2D2D
56
64#define HILINK_IMAGE_ID 0x5A87A52D
65
73#define KEY_AREA_RESERVED_LEN 52
74
82#define INFO_AREA_USER_LEN 112
83
91#define SIG_LEN 64
92
100#define PUBLIC_KEY_LEN 64
101
102#ifdef __cplusplus
103#if __cplusplus
104}
105#endif
106#endif
107
112#endif /* UPG_DEFINITIONS_PORTING_H */