target: Add rockchip target
authorRISCi_ATOM <bob@bobcall.me>
Mon, 9 Jan 2023 17:43:48 +0000 (12:43 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 9 Jan 2023 17:43:48 +0000 (12:43 -0500)
commit6f3a84f4fe668489e76359a3f09b0dd7b87d339b
treed41d9762499bd4357c7ada7b7833aee8a7c724d4
parent31b6bceaf761b900dada39446d35584a0ff23e5d
target: Add rockchip target

This adds initial support for the rockchip target, including the TPE-R1400.
arm-trusted-firmware and uboot for this target needs a little bit of work to support
other targets.
40 files changed:
package/boot/arm-trusted-firmware-rockchip/Makefile [new file with mode: 0755]
package/boot/uboot-rockchip/Makefile [new file with mode: 0755]
package/boot/uboot-rockchip/patches/001-scripts-remove-dependency-on-swig.patch [new file with mode: 0755]
package/boot/uboot-rockchip/patches/002-spl-remove-dtoc-of-pdata-generation.patch [new file with mode: 0755]
package/boot/uboot-rockchip/patches/003-fixup-compatible-old-dtc.patch [new file with mode: 0755]
package/boot/uboot-rockchip/patches/100-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R.patch [new file with mode: 0755]
package/boot/uboot-rockchip/patches/101-rockchip-rk3328-Add-support-for-ThinkPenguin-TPE-R1400.patch [new file with mode: 0755]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2s-rk3328/dt-platdata.c [new file with mode: 0755]
package/boot/uboot-rockchip/src/of-platdata/nanopi-r2s-rk3328/dt-structs-gen.h [new file with mode: 0755]
package/boot/uboot-rockchip/src/of-platdata/tpe-r1400-rk3328/dt-platdata.c [new file with mode: 0755]
package/boot/uboot-rockchip/src/of-platdata/tpe-r1400-rk3328/dt-structs-gen.h [new file with mode: 0755]
target/linux/rockchip/Makefile [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/board.d/01_leds [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/modules.d/10-bcmdhd [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/modules.d/10-ledtrig-netdev [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/modules.d/10-rtl8812au [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/modules.d/10-rtl8821cu [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/etc/modules.d/10-rtl8822bu [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/lib/preinit/79_move_config [new file with mode: 0755]
target/linux/rockchip/armv8/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/rockchip/armv8/config-default [new file with mode: 0755]
target/linux/rockchip/armv8/target.mk [new file with mode: 0755]
target/linux/rockchip/config-4.14 [new file with mode: 0755]
target/linux/rockchip/image/Makefile [new file with mode: 0755]
target/linux/rockchip/image/armv8.mk [new file with mode: 0755]
target/linux/rockchip/image/mmc.bootscript [new file with mode: 0755]
target/linux/rockchip/image/nanopi-r2s.bootscript [new file with mode: 0755]
target/linux/rockchip/image/tpe-r1400.bootscript [new file with mode: 0755]
target/linux/rockchip/patches-4.14/001-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/002-net-usb-r8152-add-LED-configuration-from-OF.patch [new file with mode: 0644]
target/linux/rockchip/patches-4.14/003-dt-bindings-net-add-RTL8152-binding-documentation.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/004-arm64-dts-rockchip-Add-txpbl-node-for-RK3399-RK3328.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/006-rockchip-rk3328-Add-support-for-ThinkPenguin-TPE-R1400.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/100-rockchip-use-system-LED-for-OpenWrt.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/101-dts-rockchip-add-usb3-controller-node-for-RK3328-SoCs.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/102-rockchip-enable-LAN-port-on-NanoPi-R2S.patch [new file with mode: 0755]
target/linux/rockchip/patches-4.14/103-arm64-rockchip-add-OF-node-for-USB-eth-on-NanoPi-R2S.patch [new file with mode: 0755]