John Crispin
b994aca1e4
mpc85xx: fix missing dts target for kernel 3.14
...
With kernel 3.14 dts target p1010rdb was renamed to p1010rdb-pa.
To maintain compatibility define p1010rdb-pa as new standard and
copy p1010rdb.dts to p1010rdb-pa.dts under 3.10.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43371
10 years ago
John Crispin
7d8f187201
target/linux/*/image/Makefile: use new dts path variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41791
10 years ago
Gabor Juhos
53512a1961
mpc85xx: Fix building ramdisk images
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39368
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
Gabor Juhos
40e15b1fbf
mpc85xx: Generate fdt for P1020RDB
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36321
12 years ago
Gabor Juhos
1996cfe9dd
mpc85xx: add profile and build image for the TL-WDR4900 v1 board
...
Now that the ethernet switch is working, create firmware
images to make impatient users happy.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36051
12 years ago
Gabor Juhos
33ba984628
mpc85xx: use a foreach loop to copy boot images
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35689
12 years ago
Gabor Juhos
69cc70a43c
mpc85xx: enable squashfs feature
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35675
12 years ago
Gabor Juhos
cf2faab4ae
mpc85xx: switch to 3.6
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35444
12 years ago
Gabor Juhos
630fffbead
mpc85xx: fix dts name for P1010RDB
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35442
12 years ago
Gabor Juhos
4cb7e749ab
mpc85xx: build fdt file for the PB1010RDB board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35438
12 years ago
Gabor Juhos
21b15ddda5
mpc85xx: image: fix building of multiple dtb files
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35436
12 years ago
Felix Fietkau
2b6a84a7a3
mpc85xx: copy the fdt for mpc8548cds to $(BIN_DIR)
...
SVN-Revision: 26191
14 years ago
Imre Kaloz
044ea01f9c
preliminary support for Freescale MPC85xx based boards
...
SVN-Revision: 24259
14 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
Gabor Juhos
a63f8633f0
add new target for Freescale MPC52xx based boards
...
SVN-Revision: 17037
16 years ago
Florian Fainelli
2ec0cba393
This patch adds a target for the IBM PowerXCell Accelerator Board. (aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
...
http://us.fixstars.com/products/gigaaccel/
This build will create zImage suitable for TFTP boot image.
* v2
- add axonram device driver
- switch to 2.6.30.1
Signed-off-by: Akinobu Mita <mita@fixstars.com>
SVN-Revision: 16860
16 years ago
Hamish Guthrie
fb5b85c7c8
Ensure that bin directory is created for ps3 buildbot build
...
SVN-Revision: 14913
16 years ago
Hamish Guthrie
5931564285
Added support for 2.6.27 kernel
...
SVN-Revision: 13202
16 years ago
Yuji Mano
d2abb8a833
Update the PS3 target README with some installation tips, and the PS3 image Makefile to create openwrt-ps3-vmlinux.elf.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11509
17 years ago
Yuji Mano
a9225ca3ae
rename the bootloader image to standard name "otheros.bld"
...
SVN-Revision: 10860
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Felix Fietkau
a2af03953b
Add ps3 target
...
This patch adds a target for the Sony PlayStation 3.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9413
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
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