archs38: Introduce images for SD-cards
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Tue, 16 Aug 2016 11:49:20 +0000 (14:49 +0300)
committerJohn Crispin <john@phrozen.org>
Tue, 16 Aug 2016 10:20:32 +0000 (12:20 +0200)
commitdf4f41261cf9da3cb1681c7495c51badfe1d999c
treed421e8421425578f72c487d21256c2967f1f5e88
parent7abf9eda8a60ab2c730fc2807a2047ee19280e31
archs38: Introduce images for SD-cards

Historically on ARC we started from initramfs-based images because:
 a) It was much easier to debug especially when toolchain and other
    components were changing quite dynamically
 b) It was our usual approach for embedded Linux

But now with ARC port of Lede/OpenWRT getting more stable and mature
we're ready for more real-life scenarios with FS permanently stored
on SD-card. This essentially benefits from ability to setup devices
that survive reboots with all settings and extra packages kept in place.

Still we keep an ability to build images with initramfs.
This allows us to use storage-less simulators for testing still.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: John Crispin <john@phrozen.org>
14 files changed:
target/linux/archs38/Makefile
target/linux/archs38/generic/profiles/00-default.mk [deleted file]
target/linux/archs38/generic/profiles/01-minimal.mk [deleted file]
target/linux/archs38/generic/profiles/02-axs103.mk [deleted file]
target/linux/archs38/generic/profiles/03-nsim_hs.mk [deleted file]
target/linux/archs38/generic/target.mk [deleted file]
target/linux/archs38/image/Config.in [new file with mode: 0644]
target/linux/archs38/image/Makefile
target/linux/archs38/image/gen_axs10x_sdcard_img.sh [new file with mode: 0755]
target/linux/archs38/image/uEnv.txt [new file with mode: 0644]
target/linux/archs38/ramdisk/profiles/00-default.mk [new file with mode: 0644]
target/linux/archs38/ramdisk/target.mk [new file with mode: 0644]
target/linux/archs38/sd/profiles/00-default.mk [new file with mode: 0644]
target/linux/archs38/sd/target.mk [new file with mode: 0644]