# device_soc_broadcom **Repository Path**: algoideas/device_soc_broadcom ## Basic Information - **Project Name**: device_soc_broadcom - **Description**: Broadcom Soc - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2023-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: OpenHarmony, 树莓派4B, 博通 ## README # device_soc_broadcom #### 简介 本仓库下实现了Broadcom芯片系列的display hdi(Hardware Driver Interfaces)。gpu用于硬件合成渲染显示。本库相关代码可直接复用于Broadcom芯片系列的产品。 #### 约束 目前支持的芯片系列 | 芯片厂商 | 主芯片型号 | GPU型号 | | ------- | ----- | -------- | | Broadcom | BCM2711 | VideoCore VI | #### 目录 ``` device/soc/broadcom ├── bcm2711 # bcm2711芯片目录 │   ├── hardware │   │   ├── BUILD.gn │   │   ├── display # display hdi实现目录 │   │   └── gpu # GPU库目录 │   └── soc.gni ├── common # broadcom芯片平台公共目录 │   └── hal │   └── usb ├── LICENSE └── README_zh.md ``` #### 相关仓库 - device_soc_broadcom - [vendor_raspberrypi](https://gitee.com/algoideas/vendor_raspberrypi) - [device_board_raspberrypi](https://gitee.com/algoideas/device_board_raspberrypi)