Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
hal/usb/ | 12-May-2024 | - | 56 | 22 | ||
hardware/ | 12-May-2024 | - | 22,686 | 16,487 | ||
kernel/ | 12-May-2024 | - | 567,803 | 386,956 | ||
sdk_linux/ | 12-May-2024 | - | 359,818 | 249,999 | ||
vendor/ | 12-May-2024 | - | 445,607 | 327,865 | ||
NOTICE | D | 12-May-2024 | 23.3 KiB | 511 | 466 | |
README.en.md | D | 12-May-2024 | 1 KiB | 51 | 28 | |
README.md | D | 12-May-2024 | 967 | 47 | 28 |
README.en.md
1# rockchip hardware 2 3## Introduction 4Merge the same parts of rockchip soc 5## Constraints 6 7Currently,the same parts rk3566 rk3588 and rk3568 are supported. 8## Repositories Involved 91. device_soc_rockchip/common/hardware/display 10 11 12-display_device:display device support 13-display_gfx:manages memory of the display module 14-display_gralloc:implements hardware acceleration 15 162. device_soc_rockchip/common/hardware/gpu 17 18- add libmali lib "libmali-bifrost-g52-g2p0-ohos.so lib" 19 203. device_soc_rockchip/common/hardware/isp 21 22- implement isp interfaces 23 244. device_soc_rockchip/common/hardware/mpp 25 26- implement mpp interfaces 27 285. device_soc_rockchip/common/hardware/rga 29 30- implement rga interfaces 31 326. device_soc_rockchip/common/hardware/omx_il 33 34- implement omx_il interfaces 35 367. device_soc_rockchip/common/hardware/codec 37 38- implement codec interfaces 39 408. device_soc_rockchip/common/sdk_linux 41 42- Kernel part of the modified files 43 449. device_soc_rockchip/common/vendor 45 46- Kernel part of the new files 47 4810. device_soc_rockchip/common/kernel 49 50- Kernel part of the new files 51
README.md
1# rockchip Common 2 3#### 简介 4合并rockchip soc公共部分 5#### 约束 6目前支持rk3566 rk3588 和 rk3568公共部分 7#### 对应仓库 8 91. device_soc_rockchip/common/hardware/display 10 11-display_device:显示设备支持 12-display_gfx:提供硬件加速接口 13-display_gralloc:负责显示模块内存的管理 14 152. device_soc_rockchip/common/hardware/gpu 16 17- rockchip libmali-bifrost-g52-g2p0-ohos.so 18 193. device_soc_rockchip/common/hardware/isp 20 21- rockchip isp 相关服务及效果文件 22 234. device_soc_rockchip/common/hardware/mpp 24 25- 实现多媒体接口 26 275. device_soc_rockchip/common/hardware/rga 28 29- 实现rga接口 30 316. device_soc_rockchip/common/hardware/omx_il 32 33- 实现omx_il接口 34 357. device_soc_rockchip/common/hardware/codec 36 37- 实现codec接口 388. device_soc_rockchip/common/sdk_linux 39 40- kernel部分修改文件 41 429. device_soc_rockchip/common/vendor 43- kernel部分新增文件 44 4510. device_soc_rockchip/common/kernel 46- kernel部分新增文件 47