Skip to content

Commit

Permalink
rockchip: fix some devices support
Browse files Browse the repository at this point in the history
Fixes: #12533
  • Loading branch information
coolsnowwolf committed Oct 13, 2024
1 parent ecaf840 commit 3f4efb6
Show file tree
Hide file tree
Showing 12 changed files with 1,057 additions and 1,168 deletions.
23 changes: 10 additions & 13 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ define U-Boot/dlfr100-rk3399
dilusense_dlfr100
endef

define U-Boot/fine3399-rk3399
$(U-Boot/rk3399/Default)
NAME:=Fine 3399
BUILD_DEVICES:= \
rumu3f_fine-3399
endef

define U-Boot/h3399pc-rk3399
$(U-Boot/rk3399/Default)
NAME:=SHAREVDI H3399PC
Expand Down Expand Up @@ -145,16 +152,6 @@ define U-Boot/xiaobao-nas-v1-rk3399
codinge_xiaobao-nas-v1
endef

define U-Boot/fine-3399-rk3399
$(U-Boot/rk3399/Default)
NAME:=Fine 3399
BUILD_DEVICES:= \
rumu3f_fine-3399
DEPENDS:=+PACKAGE_u-boot-$(1):rkbin-rk3399
ATF:=rk3399_bl31_v1.36.elf
USE_RKBIN:=1
endef

define U-Boot/guangmiao-g4c-rk3399
$(U-Boot/rk3399/Default)
NAME:=GuangMiao G4C
Expand Down Expand Up @@ -273,9 +270,9 @@ endef

define U-Boot/seewo-sv21-rk3568
$(U-Boot/rk3568/Default)
NAME:=Seewo sv21-rk3568
NAME:=seewo SV21
BUILD_DEVICES:= \
seewo_sv21-rk3568
seewo_sv21
endef

define U-Boot/sige3-rk3568
Expand Down Expand Up @@ -324,7 +321,7 @@ UBOOT_TARGETS := \
sige3-rk3568 \
station-p2-rk3568 \
dlfr100-rk3399 \
fine-3399-rk3399 \
fine3399-rk3399 \
h3399pc-rk3399 \
king3399-rk3399 \
mpc1903-rk3399 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
+ status = "okay";
+};
--- /dev/null
+++ b/configs/advantech-rsb4810-rk3568_defconfig
+++ b/configs/rsb4810-rk3568_defconfig
@@ -0,0 +1,83 @@
+CONFIG_ARM=y
+CONFIG_SKIP_LOWLEVEL_INIT=y
Expand Down
Loading

0 comments on commit 3f4efb6

Please sign in to comment.