sunxi: add F1C100 (arm926ej-s) support
authorZoltan HERPAI <wigyori@uid0.hu>
Wed, 13 Mar 2019 23:24:50 +0000 (00:24 +0100)
committerZoltan HERPAI <wigyori@uid0.hu>
Mon, 29 Apr 2024 06:33:20 +0000 (08:33 +0200)
commit11c6758c7f39e11a8e749539a7e56c000f847527
tree05f687319d180d45e682a5cf973b4a3b091c9d1e
parenteec18118d02fa5d095cb4035c42187e487d0e68c
sunxi: add F1C100 (arm926ej-s) support

This is Allwinner's ARM926EJ-S core, which is one of its early
products, reappearing in recent compact designs. The SoC includes
32/64Mb memory in the same physical package, and has display and USB
interfaces, allowing for very small footprint boards.

The target consists of basic 6.6 support, with u-boot. Instead of creating
a separate suniv target, as both the kernel and u-boot supports enough of
this SoC by now with minimal patching, add it into sunxi as a subtarget.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
12 files changed:
package/boot/uboot-sunxi/Makefile
package/boot/uboot-sunxi/patches/260-sunxi-add-USB-support-and-PopStick-support.patch [new file with mode: 0644]
package/boot/uboot-sunxi/patches/261-sunxi-add-popstick-defconfig.patch [new file with mode: 0644]
target/linux/sunxi/Makefile
target/linux/sunxi/arm926ejs/config-6.6 [new file with mode: 0644]
target/linux/sunxi/arm926ejs/target.mk [new file with mode: 0644]
target/linux/sunxi/config-6.6
target/linux/sunxi/cortexa7/config-6.6
target/linux/sunxi/cortexa8/config-6.6
target/linux/sunxi/image/arm926ejs.mk [new file with mode: 0644]
target/linux/sunxi/patches-6.6/460-f1c100s-sram-driver.patch [new file with mode: 0644]
target/linux/sunxi/patches-6.6/461-f1c100s-watchdog-compat.patch [new file with mode: 0644]