Rockchip: RK3399: add support for ROC-RK3399-PC-PLUS

This commit is contained in:
Alex Bee 2021-10-11 15:26:21 +02:00
parent 27d96604e5
commit 187f3999c9
3 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,7 @@ This project is for Rockchip SoC devices
* [Radxa ROCK Pi 4](devices/RK3399)
* [Radxa ROCK Pi N10](devices/RK3399)
* [ROC-RK3399-PC](devices/RK3399)
* [ROC-RK3399-PC-PLUS](devices/RK3399)
* [Rockchip Sapphire Board](devices/RK3399)
**My single-board computer is not listed, will it be added in the future?**<br />

View File

@ -14,4 +14,5 @@ This is a SoC device for RK3399
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=rock-pi-n10 make image`
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=rockpro64 make image`
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=roc-pc make image`
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=roc-pc-plus make image`
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=sapphire make image`

View File

@ -304,6 +304,10 @@ devices = \
'dtb': 'rk3399-roc-pc-mezzanine.dtb',
'config': 'firefly-rk3399_defconfig'
},
'roc-pc-plus': {
'dtb': 'rk3399-roc-pc-plus.dtb',
'config': 'firefly-rk3399_defconfig'
},
'sapphire': {
'dtb': 'rk3399-sapphire.dtb',
'config': 'evb-rk3399_defconfig'