diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 174847f324..34809be785 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -330,6 +330,13 @@ define U-Boot/rock5a-rk3588s radxa_rock-5a endef +define U-Boot/rock-5c-rk3588s + $(U-Boot/rk358x/Default) + NAME:=ROCK 5C/5C Lite + BUILD_DEVICES:= \ + radxa_rock-5c +endef + UBOOT_TARGETS := \ nanopc-t4-rk3399 \ nanopi-r4s-rk3399 \ @@ -364,7 +371,8 @@ UBOOT_TARGETS := \ sige7-rk3588 \ nanopi-r6c-rk3588s \ nanopi-r6s-rk3588s \ - rock5a-rk3588s + rock5a-rk3588s \ + rock-5c-rk3588s UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes diff --git a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity index e8650f8d99..a70d2f2323 100644 --- a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity +++ b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity @@ -65,7 +65,8 @@ friendlyarm,nanopi-r6s) set_interface_core 20 "eth1" set_interface_core 40 "eth2" ;; -radxa,rock-5a) +radxa,rock-5a|\ +radxa,rock-5c) set_interface_core 10 "eth1" set_interface_core 20 "eth2" ;; diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index 0d1c646da7..94b8cbfac0 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -234,6 +234,14 @@ define Device/radxa_rock-5b-plus endef TARGET_DEVICES += radxa_rock-5b-plus +define Device/radxa_rock-5c + DEVICE_VENDOR := Radxa + DEVICE_MODEL := ROCK 5C/5C Lite + SOC := rk3588s + DEVICE_PACKAGES := blkdiscard block-mount kmod-ata-ahci kmod-hwmon-pwmfan kmod-nvme kmod-r8169 +endef +TARGET_DEVICES += radxa_rock-5c + define Device/radxa_rock-5t DEVICE_VENDOR := Radxa DEVICE_MODEL := ROCK 5T