Gabor Juhos
942e69b166
avr32: optimize image generation
...
- 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>
SVN-Revision: 38194
11 years ago
Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
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
12 years ago
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
12 years ago
Gabor Juhos
73caeba522
avr32: built the firmware images from the lzma compressed uImage
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35978
12 years ago
Imre Kaloz
0ba94475c9
upgrade avr32 u-boot to 2011.06
...
SVN-Revision: 27330
14 years ago
Imre Kaloz
82d8dc0896
include u-boot version in filename
...
SVN-Revision: 25695
14 years ago
Imre Kaloz
76774e1daa
upgrade u-boot to v2010.12
...
SVN-Revision: 24810
14 years ago
Imre Kaloz
de509c49d7
upgrade u-boot to v2010.12-rc1
...
SVN-Revision: 24039
14 years ago
Nicolas Thill
224db523da
replace old quote stripping with calls to qstrip macro
...
SVN-Revision: 21242
15 years ago
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
15 years ago
Nicolas Thill
1ca2da992f
fix u-boot build error (make[...]: avr32-linux-gcc: Command not found)
...
SVN-Revision: 14702
16 years ago
Imre Kaloz
ea36d4dd38
fix lzma uImage generation
...
SVN-Revision: 13351
16 years ago
Felix Fietkau
05014415c1
only build avr32 u-boot if requested, fixes build failure in default config
...
SVN-Revision: 12116
17 years ago
Gabor Juhos
d923618f39
generate LZMA compressed uImage as well
...
SVN-Revision: 11249
17 years ago
Gabor Juhos
7962a35f62
u-boot: add LZMA decompression support
...
SVN-Revision: 11248
17 years ago
Gabor Juhos
cae7447abc
upgrade U-Boot to 1.3.3
...
SVN-Revision: 11246
17 years ago
Travis Kemen
ace5c1dac5
fix uboot not building
...
SVN-Revision: 11100
17 years ago
Imre Kaloz
fcbdafb6bd
be politically correct
...
SVN-Revision: 10964
17 years ago
Imre Kaloz
0663a5d31b
ooops, fix typo
...
SVN-Revision: 10962
17 years ago
Imre Kaloz
32e1595fb5
enable optional building of u-boot for avr32
...
SVN-Revision: 10961
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
17 years ago