| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| common/ | 22-Oct-2025 | - | 201,605 | 141,567 | ||
| hi3516dv300/ | 22-Oct-2025 | - | 430,736 | 322,185 | ||
| hi3518ev300/ | 22-Oct-2025 | - | 2,445 | 2,021 | ||
| hi3751v350/ | 22-Oct-2025 | - | 50,085 | 28,366 | ||
| hi3861v100/ | 22-Oct-2025 | - | 221,912 | 113,553 | ||
| ws63v100/ | 22-Oct-2025 | - | 3,158,512 | 2,205,317 | ||
| .gitattributes | D | 22-Oct-2025 | 3 KiB | 39 | 38 | |
| .gitignore | D | 22-Oct-2025 | 40 | 1 | 1 | |
| LICENSE | D | 22-Oct-2025 | 38.8 KiB | 610 | 487 | |
| OAT.xml | D | 22-Oct-2025 | 20.7 KiB | 195 | 136 | |
| README.en.md | D | 22-Oct-2025 | 964 | 37 | 25 | |
| README.md | D | 22-Oct-2025 | 2.3 KiB | 44 | 28 | |
| ohos.build | D | 22-Oct-2025 | 430 | 21 | 20 |
README.en.md
1# device_soc_hisilicon 2 3#### Description 4{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} 5 6#### Software Architecture 7Software architecture description 8 9#### Installation 10 111. xxxx 122. xxxx 133. xxxx 14 15#### Instructions 16 171. xxxx 182. xxxx 193. xxxx 20 21#### Contribution 22 231. Fork the repository 242. Create Feat_xxx branch 253. Commit your code 264. Create Pull Request 27 28 29#### Gitee Feature 30 311. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 322. Gitee blog [blog.gitee.com](https://blog.gitee.com) 333. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 344. The most valuable open source project [GVP](https://gitee.com/gvp) 355. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 366. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) 37
README.md
1# device_soc_hisilicon 2 3## 简介 4 5本仓用于存放上海海思芯片相关内容,包含HDI实现(media、display、camera、codec、audio、ai等)、芯片驱动、外设驱动、芯片SDK库和头文件等,具体内容参考各soc子目录下的readme说明,对应开发板详细信息请点击下表开发板名称跳转。 6 7| SoC型号 | 对应开发板 | 系统类型 | 领域 | 8| :-------------------------------------: | :----------------------------------------------------------: | :----------------: | :------: | 9| [Hi3518EV300](hi3518ev300/README_zh.md) | [HiSpark Aries](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_aries) | 小型系统 | 智慧视觉 | 10| [Hi3861V100](hi3861v100/README_zh.md) | [HiSpark Pegasus](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_pegasus) | 轻量系统 | 智慧IOT | 11| [WS63V100](ws63v100/README_zh.md) | [NearLink_DK_WS63](https://gitee.com/openharmony/vendor_hihope/tree/master/nearlink_dk_3863/ws63_sample) | 轻量系统 | 智慧IOT | 12| [Hi3751V351](hi3751v350/README_zh.md) | [HiSpark Phoenix](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_phoenix) | 标准系统 | 智慧媒体 | 13| [Hi3516DV300](hi3516dv300/README_zh.md) | [HiSpark Taurus](https://gitee.com/openharmony/device_board_hisilicon/tree/master/hispark_taurus) | 小型系统、标准系统 | 智慧视觉 | 14 15 16## 目录 17``` 18/device/soc/hisilicon 19├── common # 平台驱动、HDI实现相关 20├── hi3516dv300 # hi3516dv300芯片相关内容 21├── hi3518ev300 # hi3518ev300芯片相关内容 22├── hi3751v350 # hi3751v350芯片相关内容 23├── hi3861v100 # hi3861v100芯片相关内容 24├── ws63v100 # ws63v100芯片相关内容 25``` 26 27 28## 使用方法 29 30参考各开发板子目录下readme说明 31 32 33## 许可说明 34 35参见对应目录的LICENSE文件及代码声明 36 37 38## 相关仓 39 40[device_board_hisilicon](https://gitee.com/openharmony/device_board_hisilicon) 41 42[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon) 43 44[third_party_u-boot](https://gitee.com/openharmony/third_party_u-boot)