mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 10:33:32 +00:00

* target: add phytium support * kernel/video: add phytium platform ARM GPU support * config: add EFI support to phytium armv8 * target: phytium: remove rtl8821cs driver * target: phytium: refresh dts
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
arch=arm
|
|
cpu=armv8
|
|
vendor=phytium
|
|
baudrate=115200
|
|
board=e2000
|
|
board_name=e2000
|
|
bootargs=console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/mtdblock3 rw rootfstype=squashfs mtdparts=spi1.0:3M(uboot),64k(dtb),6M(kernel),-(rootfs)
|
|
bootcmd=run load_kernel; run load_fdt; run boot_os;
|
|
bootdelay=2
|
|
load_fdt=cp.b 0x300000 0x90000000 0x10000
|
|
load_kernel=cp.b 0x310000 0x90100000 0x600000
|
|
boot_os=bootm 0x90100000 - 0x90000000
|