summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/image
Commit message (Collapse)AuthorAgeFilesLines
* image: fix jffs2(_nand) image generationJonas Gorski2015-08-051-1/+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
* ppc44x: use the mtdsplit framework for the TaishanImre Kaloz2015-03-111-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44652
* target/linux/*/image/Makefile: use new dts path variableJohn Crispin2014-07-211-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41791
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-3/+2
| | | | | | | | | | | | 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
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-5/+5
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-111-1/+1
| | | | SVN-Revision: 18374
* upgrade ppc44x to 2.6.28.2, add basic support for the AMCC CanyonlandsImre Kaloz2009-01-301-3/+9
| | | | SVN-Revision: 14280
* convert ppc44x to arch/powerpc, use squashfs images by defaultImre Kaloz2008-02-031-3/+3
| | | | SVN-Revision: 10372
* * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23Imre Kaloz2008-01-271-0/+39
SVN-Revision: 10290