aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/image
Commit message (Collapse)AuthorAgeFilesLines
* avr32: optimize image generationGabor Juhos2013-09-251-5/+9
| | | | | | | | | | | - remove the kernel+rootfs partitions from the MTD partition map, - use a temporary directory for intermediate image files, - append the root squashfs directly to the kernel, - don't hardcode uImage size in the jffs2 images, Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-4/+0
| | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-3/+3
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avr32: built the firmware images from the lzma compressed uImageGabor Juhos2013-03-121-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: upgrade avr32 u-boot to 2011.06Imre Kaloz2011-07-012-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: include u-boot version in filenameImre Kaloz2011-02-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/avr32]: upgrade u-boot to v2010.12Imre Kaloz2010-12-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: upgrade u-boot to v2010.12-rc1Imre Kaloz2010-11-193-1143/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace old quote stripping with calls to qstrip macroNicolas Thill2010-04-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-6/+5
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] fix u-boot build error (make[...]: avr32-linux-gcc: Command not found)Nicolas Thill2009-03-011-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix lzma uImage generationImre Kaloz2008-11-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build avr32 u-boot if requested, fixes build failure in default configFelix Fietkau2008-08-051-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] generate LZMA compressed uImage as wellGabor Juhos2008-05-231-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] u-boot: add LZMA decompression supportGabor Juhos2008-05-232-0/+1147
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32] upgrade U-Boot to 1.3.3Gabor Juhos2008-05-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uboot not buildingTravis Kemen2008-05-091-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* be politically correctImre Kaloz2008-04-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ooops, fix typoImre Kaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable optional building of u-boot for avr32Imre Kaloz2008-04-283-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+37
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73