Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/coolsnowwolf/lede:
  rockchip: Add support for Codinge Xiaobao NAS-I (coolsnowwolf#11383)
  • Loading branch information
github-actions[bot] committed Jul 13, 2023
2 parents a312719 + 99ef55e commit 3d2566b
Show file tree
Hide file tree
Showing 9 changed files with 1,726 additions and 4 deletions.
12 changes: 12 additions & 0 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,17 @@ define U-Boot/dilusense-dlfr100-rk3399
USE_RKBIN:=1
endef

define U-Boot/xiaobao-nas-v1-rk3399
BUILD_SUBTARGET:=armv8
NAME:=Codinge Xiaobao NAS-I
BUILD_DEVICES:= \
codinge_xiaobao-nas-v1
DEPENDS:=+PACKAGE_u-boot-xiaobao-nas-v1-rk3399:arm-trusted-firmware-rk3399
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
ATF:=rk3399_bl31_v1.35.elf
USE_RKBIN:=1
endef

# RK3566 boards

define U-Boot/panther-x2-rk3566
Expand Down Expand Up @@ -307,6 +318,7 @@ UBOOT_TARGETS := \
rongpin-king3399-rk3399 \
rocktech-mpc1903-rk3399 \
dilusense-dlfr100-rk3399 \
xiaobao-nas-v1-rk3399 \
nanopi-r2c-rk3328 \
nanopi-r2s-rk3328 \
orangepi-r1-plus-rk3328 \
Expand Down
Loading

0 comments on commit 3d2566b

Please sign in to comment.