John Crispin
da5001475c
gemini: add basic nas4220 board support
...
Few notes:
- redboot partitions are unusable
- redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config
- boots fine but only ethernet works for now
- split wiliboard and raidsonic boards into different subtargets
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43319
10 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
54e9e802c4
gemini: add support for wiligear wbd-222 (patch by Darius Augulis)
...
SVN-Revision: 20949
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
Imre Kaloz
bc8ed5ec5f
generate squashfs images
...
SVN-Revision: 16268
16 years ago
Imre Kaloz
92353181b5
workaround a bootloader bug on the WBD111
...
SVN-Revision: 15818
16 years ago
Imre Kaloz
f24a7c7a68
add preliminary support for the successor of the storm port
...
SVN-Revision: 15772
16 years ago
Gabor Juhos
46d856ac86
change mtd partition map, use rootfs_split, and generate a firmware image for the WBD-111
...
SVN-Revision: 12976
16 years ago
Imre Kaloz
a4dd1adf4a
add preliminary support for Storm SL3512 based devices, not ready yet
...
SVN-Revision: 10956
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
Imre Kaloz
ee653e3700
add preliminary IOP32x support, mark it broken for now
...
SVN-Revision: 6557
18 years ago
Hamish Guthrie
99657a3be5
Added initial support for at91 plaform (HCG)
...
SVN-Revision: 6508
18 years ago
Felix Fietkau
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
...
SVN-Revision: 6360
18 years ago
Felix Fietkau
7a6a646497
Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
...
SVN-Revision: 6071
18 years ago
Mike Baker
c3c4dfb57b
move target/image/platform to target/linux/platform/image platform directories are now self contained
...
SVN-Revision: 5669
18 years ago