uboot-rockchip: add suport for Radxa ROCK Pi E
authorJayantajit Gogoi <jayanta.gogoi525@gmail.com>
Tue, 29 Aug 2023 15:12:28 +0000 (15:12 +0000)
committerJayantajit Gogoi <30702133+jayanta525@users.noreply.github.com>
Mon, 4 Sep 2023 18:50:51 +0000 (00:20 +0530)
commit18b6bae851742605a9b213debec1b360e00cc9bd
tree0f972c5ec0be171b4b59ebb8d84202b2fe8b9424
parent77c45ddd86b0dff7765e30f7846cbdef34fa93ce
uboot-rockchip: add suport for Radxa ROCK Pi E

Add uboot support for Radxa ROCK Pi E, rockchip rk3328 board.
Add pre-built files to fix swig dependencies.

Specification:

- CPU: Rockchip RK3328 64-bit Quad-core
- RAM: DDR3 256MB ~ 2GB
- Network:
    1 x 10/100/1000M Ethernet
    1 x 10/100M Ethernet
- USB Host:
    1 x USB3.0 Type A HOST
    1 x USB2.0 OTG (40-pin pin-header)
- Wireless:
    RTL8723DU/RTL8821CU
- Power Supply: Type-C 5V

Installation:
- Write image to SD Card or EMMC with dd
- Boot ROCK Pi E from the SD Card

Signed-off-by: Jayantajit Gogoi <jayanta.gogoi525@gmail.com>
package/boot/uboot-rockchip/Makefile
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-decl.h [new file with mode: 0644]
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-plat.c [new file with mode: 0644]
package/boot/uboot-rockchip/src/of-platdata/rock-pi-e-rk3328/dt-structs-gen.h [new file with mode: 0644]