• Home
Name Date Size #Lines LOC

..--

build/12-May-2024-743655

sdk_linux/12-May-2024-3,2523,098

updater/12-May-2024-566565

.gitattributesD12-May-2024631 1615

BUILD.gnD12-May-2024343 1411

OAT.xmlD12-May-20247 KiB10749

README.mdD12-May-20242.4 KiB4730

README_zh.mdD12-May-20242 KiB4730

bundle.jsonD12-May-20241.3 KiB5656

README.md

1# hi3516dv300<a name="EN-US_TOPIC_0000001156175291"></a>
2
3-   [Introduction](#section469617221261)
4-   [Directory Structure](#section12212842173518)
5-   [License Agreement](#section1312121216216)
6-   [Repositories Involved](#section641143415335)
7
8## Introduction<a name="section469617221261"></a>
9
10This repository provides the code for building and packaging Hi3516D V300 kernel images.
11
12## Directory Structure<a name="section12212842173518"></a>
13
14```
15/device/hisilicon/hi3516dv300
16├── build   # Kernel image and multimedia driver build code
17├── sdk_linux  # Multimedia patches
18└── updater  # Update configuration
19```
20
21## License Agreement<a name="section1312121216216"></a>
22
23-   The  **hi3516dv300\\sdk\_linux\\mpp\\bin**  directory stores the HiSilicon-developed libraries, which comply with the end-user license agreement \(EULA\). This directory contains a license file.
24-   The  **hi3516dv300\\sdk\_linux\\open\_source\\linux**  directory stores the HiSilicon-developed code, which complies with the HiSilicon \(Shanghai\) copyright statement based on GPL. You can see the following license and copyright information at the beginning of the license file stored in this directory:
25
26    ```
27     / *Copyright (c) 2021 HiSilicon (Shanghai) Technologies CO., LIMITED. * ... * /
28    ```
29
30-   The  **hi3516dv300\\sdk\_linux\\open\_source\\bin**  directory stores the U-Boot  **.bin**  file. The source code is stored in the  **device\\hisilicon\\third\_party\\uboot\\u-boot-2020.01**  directory. The U-Boot  **.bin**  file complies with the EULA. You can see the following license and copyright information in the license file stored in the  **hi3516dv300\\sdk\_linux\\open\_source\\bin**  directory:
31
32    ```
33     / *End User License Agreement ...  Copyright (C) 2021 HiSilicon (Shanghai) Technologies Co., Ltd. All rights reserved. * /
34    ```
35
36-   The  **hi3516dv300\\build**  directory stores the HiSilicon-developed code, which complies with the HiSilicon \(Shanghai\) copyright statement based on the Apache License Version 2.0. You can see the following license and copyright information at the beginning of the license file stored in this directory:
37
38    ```
39     / *Copyright (c) 2021 HiSilicon (Shanghai) Technologies CO., LIMITED. Licensed under the Apache License,* ... * /
40    ```
41
42
43## Repositories Involved<a name="section641143415335"></a>
44
45**device/hisilicon/hi3516dv300**
46
47

README_zh.md

1# hi3516dv300 build组件<a name="ZH-CN_TOPIC_0000001156175291"></a>
2
3-   [简介](#section469617221261)
4-   [目录](#section12212842173518)
5-   [协议说明](#section1312121216216)
6-   [对应仓库](#section641143415335)
7
8## 简介<a name="section469617221261"></a>
9
10hi3516dv300内核镜像编译打包。
11
12## 目录<a name="section12212842173518"></a>
13
14```
15/device/hisilicon/hi3516dv300
16├── build   # 内核镜像及多媒体驱动编译
17├── sdk_linux  # 多媒体相关patch
18└── updater  # 升级相关配置
19```
20
21## 协议说明<a name="section1312121216216"></a>
22
23-   hi3516dv300\\sdk\_linux\\mpp\\bin里面为上海海思的自研库,遵从End User License Agreement许可,目录下有对应LICENSE文件。
24-   hi3516dv300\\sdk\_linux\\open\_source\\linux目录下为上海海思自研代码,使用基于GPL许可的Hisilicon \(Shanghai\) 版权声明,在该目录下有License目录,许可信息和版权信息通常可以在文件开头看到:
25
26    ```
27     / *Copyright (c) 2021 HiSilicon (Shanghai) Technologies CO., LIMITED. * ... * /
28    ```
29
30-   hi3516dv300\\sdk\_linux\\open\_source\\bin目录下为uboot bin文件,源码在device\\hisilicon\\third\_party\\uboot\\u-boot-2020.01路径下,uboot bin文件遵从End User License Agreement许可,在该目录下有End User License Agreement 的LICENSE文件,许可信息和版权信息通常可以在文件中看到:
31
32    ```
33     / *End User License Agreement ...  Copyright (C) 2021 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved. * /
34    ```
35
36-   hi3516dv300\\build目录为自研代码,使用基于Apache License Version 2.0许可的Hisilicon \(Shanghai\) 版权声明,在该目录下有Apache License Version 2.0的LICENSE文件,许可信息和版权信息通常可以在文件开头看到:
37
38    ```
39     / *Copyright (c) 2021 HiSilicon (Shanghai) Technologies CO., LIMITED. Licensed under the Apache License,* ... * /
40    ```
41
42
43## 对应仓库<a name="section641143415335"></a>
44
45**device/hisilicon/hi3516dv300**
46
47