Skip to content

Commit 53661b6

Browse files
committed
rockchip: add RUMU3F FINE 3399 support
1 parent 92d4a09 commit 53661b6

File tree

7 files changed

+1756
-0
lines changed

7 files changed

+1756
-0
lines changed

package/boot/uboot-rockchip/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ define U-Boot/xiaobao-nas-v1-rk3399
145145
codinge_xiaobao-nas-v1
146146
endef
147147

148+
define U-Boot/fine-3399-rk3399
149+
$(U-Boot/rk3399/Default)
150+
NAME:=Fine 3399
151+
BUILD_DEVICES:= \
152+
rumu3f_fine-3399
153+
DEPENDS:=+PACKAGE_u-boot-$(1):rkbin-rk3399
154+
ATF:=rk3399_bl31_v1.36.elf
155+
USE_RKBIN:=1
156+
endef
157+
148158
define U-Boot/guangmiao-g4c-rk3399
149159
$(U-Boot/rk3399/Default)
150160
NAME:=GuangMiao G4C
@@ -314,6 +324,7 @@ UBOOT_TARGETS := \
314324
sige3-rk3568 \
315325
station-p2-rk3568 \
316326
dlfr100-rk3399 \
327+
fine-3399-rk3399 \
317328
h3399pc-rk3399 \
318329
king3399-rk3399 \
319330
mpc1903-rk3399 \
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/arch/arm/dts/Makefile
2+
+++ b/arch/arm/dts/Makefile
3+
@@ -157,6 +157,7 @@
4+
rk3399-nanopi-m4b.dtb \
5+
rk3399-nanopi-neo4.dtb \
6+
rk3399-nanopi-r4s.dtb \
7+
rk3399-nanopi-r4se.dtb \
8+
+ rk3399-fine-3399.dtb \
9+
rk3399-orangepi.dtb \
10+
rk3399-pinebook-pro.dtb \
11+

0 commit comments

Comments
 (0)