summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/image
Commit message (Collapse)AuthorAgeFilesLines
* branding: add LEDE brandingJohn Crispin2016-03-241-1/+1
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* mcs814x: use firmware partition splitter on dLAN USB ExtenderJohn Crispin2015-08-171-1/+1
| | | | | | | | | to avoid editing the dts every time the kernel size changes. uImage is now bigger than 1MB. Pad uImage to 64k erase block size. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46648
* image: fix jffs2(_nand) image generationJonas Gorski2015-08-051-2/+3
| | | | | | | | | | | | Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used for template generation, so need to be present before inclusion of image.mk in target image Makefiles. So move all declarations to before any includes. Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls") Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46564
* mcs814x: remove linux 3.3 supportFelix Fietkau2015-01-241-4/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44106
* mcs814x: account for dtb output directory differencesFlorian Fainelli2015-01-101-1/+7
| | | | | | | | | 3.3 produced *.dtb files in arch/arm/boot/ while 3.14 will produce those in arch/arm/boot/dts/, adjust the image makefile accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43925
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-12/+11
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* pad squashfs imageFlorian Fainelli2012-09-031-0/+4
| | | | SVN-Revision: 33314
* add Generic and dLAN USB Extender profilesFlorian Fainelli2012-09-031-3/+3
| | | | SVN-Revision: 33313
* only support 128KiB erase block sizesFlorian Fainelli2012-08-111-0/+2
| | | | SVN-Revision: 33131
* generate upgrade files suffixed with filesystem typeFlorian Fainelli2012-08-111-3/+3
| | | | SVN-Revision: 33126
* build a Devolo dLAN USB Extender specific imageFlorian Fainelli2012-08-081-1/+8
| | | | | | | The kernel has to be rounded up to the nearest 1MB, then we append the root filesystem at its end. SVN-Revision: 33066
* cleanup image generationFlorian Fainelli2012-08-081-4/+8
| | | | SVN-Revision: 33065
* properly generate squashfs, jffs2 and initramfs images and kernelsFlorian Fainelli2012-07-311-15/+8
| | | | SVN-Revision: 32927
* add Moschip MSC814x supportFlorian Fainelli2012-06-191-0/+48
This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462