mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 12:34:19 +00:00
uboot-rockchip: add Rock Pi 4 support
Add support for the Raxda Rock Pi 4. Signed-off-by: Marty Jones <mj8263788@gmail.com>
This commit is contained in:
parent
5b5469f87a
commit
6cc99c656d
@ -38,6 +38,16 @@ endef
|
|||||||
|
|
||||||
# RK3399 boards
|
# RK3399 boards
|
||||||
|
|
||||||
|
define U-Boot/rock-pi-4-rk3399
|
||||||
|
BUILD_SUBTARGET:=armv8
|
||||||
|
NAME:=Rock Pi 4
|
||||||
|
BUILD_DEVICES:= \
|
||||||
|
radxa_rock-pi-4
|
||||||
|
DEPENDS:=+PACKAGE_u-boot-rock-pi-4-rk3399:arm-trusted-firmware-rockchip
|
||||||
|
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip
|
||||||
|
ATF:=rk3399_bl31.elf
|
||||||
|
endef
|
||||||
|
|
||||||
define U-Boot/rockpro64-rk3399
|
define U-Boot/rockpro64-rk3399
|
||||||
BUILD_SUBTARGET:=armv8
|
BUILD_SUBTARGET:=armv8
|
||||||
NAME:=RockPro64
|
NAME:=RockPro64
|
||||||
@ -49,6 +59,7 @@ define U-Boot/rockpro64-rk3399
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
UBOOT_TARGETS := \
|
UBOOT_TARGETS := \
|
||||||
|
rock-pi-4-rk3399 \
|
||||||
rockpro64-rk3399 \
|
rockpro64-rk3399 \
|
||||||
nanopi-r2s-rk3328
|
nanopi-r2s-rk3328
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user