Skip to content

Commit

Permalink
uboot-rockchip: add support for NanoPi R3S
Browse files Browse the repository at this point in the history
This commit adds u-boot support for the NanoPi R3S.

Signed-off-by: Kevin Zhang <[email protected]>
Link: openwrt/openwrt#16738
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
Kevin Zhang authored and hauke committed Oct 27, 2024
1 parent 3cdab2a commit e35f049
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ define U-Boot/rk3566/Default
TPL:=rk3566_ddr_1056MHz_v1.21.bin
endef

define U-Boot/nanopi-r3s-rk3566
$(U-Boot/rk3566/Default)
NAME:=NanoPi R3S
BUILD_DEVICES:= \
friendlyarm_nanopi-r3s
endef

define U-Boot/radxa-cm3-io-rk3566
$(U-Boot/rk3566/Default)
NAME:=CM3 IO
Expand Down Expand Up @@ -305,6 +312,7 @@ UBOOT_TARGETS := \
rock64-rk3328 \
rock-pi-e-rk3328 \
rock-pi-e-v3-rk3328 \
nanopi-r3s-rk3566 \
radxa-cm3-io-rk3566 \
radxa-zero-3-rk3566 \
rock-3c-rk3566 \
Expand Down
Loading

0 comments on commit e35f049

Please sign in to comment.