aboutsummaryrefslogtreecommitdiff
path: root/target/linux/archs38/generic/target.mk
Commit message (Collapse)AuthorAge
* archs38: drop targetRobert Marko2025-06-05
| | | | | | | | | | | archs38 has been on life support for the last couple of releases,eventually leading to marking it as source-only in 2023. It has been basically only touched to do a kernel bump so that we can make the new OpenWrt release. Link: https://github.com/openwrt/openwrt/pull/19001 Signed-off-by: Robert Marko <robimarko@gmail.com>
* archs38: enable features rootfs-partThomas Weißschuh2024-08-07
| | | | | | | | | | target/linux/archs38/image/Makefile calls gen_axs10x_sdcard_img.sh with $(CONFIG_TARGET_ROOTFS_PARTSIZE). Make sure a rootfs partition is built and usable. Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de> Link: https://github.com/openwrt/openwrt/pull/16098 Signed-off-by: Robert Marko <robimarko@gmail.com>
* archs38: Merge sd and ramfs subtargets in generic againAlexey Brodkin2016-08-20
| | | | | | | | | | | | | | As it turned out we may actually build both initramfs and SD-based images in one run with just a small tweak in existing image/Makefile and so we do here. We're back with one "generic" target for all ARC HS38-based bords. Kudos to John for his patience and very helpful tips! Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Jo-Philipp Wich <jo@mein.io>
* archs38: Introduce images for SD-cardsAlexey Brodkin2016-08-16
| | | | | | | | | | | | | | | | | | 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>
* linux: add support of Synopsys ARCHS38-based boardsJohn Crispin2016-02-18
This patch introduces support of new boards with ARC HS38 cores. ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. As with ARC770 we're addind support for 2 boards for now: [1] Synopsys SDP board (AXS103) This is the same base-board as in AXS101 but with FPGA-based CPU-tile where ARCHs38 core is implemented. [2] nSIM Again this is the same simulation engine but configured for new instruction set and features of new CPU. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Felix Fietkau <nbd@openwrt.org> Cc: Jo-Philipp Wich <jow@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 48740