lede/target/linux/phytium/image/bin/uboot-env.txt
HunZI a462d2b757
target: add phytium support (#11798)
* 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
2024-01-18 15:16:24 +08:00

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