Florian Fainelli
d2a420fa22
at91: build images for AT91SAMA5D3XPLAINED
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42418
10 years ago
Florian Fainelli
5efbc41cbb
at91: fix typo on Calao
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42410
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
Hauke Mehrtens
b5f9e1632b
at91: AT91SAM9G20-EK fixes
...
From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001
From: Owen Kirby <osk@exegin.com>
Date: Fri, 11 Apr 2014 17:59:55 -0700
Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes.
While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the
the AT91SAM9G20EK uses a UBIFS rootfs and stores the DTB separately from the zImage.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 40597
11 years ago
Gabor Juhos
988ae9cbf8
at91: upgrade to kernel 3.8.7 and use devicetree
...
This upgrades the AT91 target to 3.8.7, and migrates to device tree.
This allows a single kernel to be built for most at91 variants which
simplifies things quite a bit. The immediate result is that all
subtargets are nuked, and any boards without dts files are no longer
supported, though the target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.
Signed-off-by: Adam Porter <porter.adam@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36452
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
Claudio Mignanti
f50231aeb3
Ensure that the bin directory exists before copy the files
...
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31370
13 years ago
John Crispin
349e97f879
AT91: Add flexibity board support
...
The patch below adds AT91 Flexibity Connect board support.
Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com>
SVN-Revision: 27412
14 years ago
Claudio Mignanti
36c2bfcdb2
Don't compile u-boot by default
...
SVN-Revision: 23621
14 years ago
Claudio Mignanti
d806e68e57
Tag the uncompressed image
...
SVN-Revision: 23402
14 years ago
Claudio Mignanti
ee533340ac
Copy rootfs(s) inside BIN_DIR
...
SVN-Revision: 23399
14 years ago
Claudio Mignanti
4a82997327
Add support for u-boot
...
SVN-Revision: 22351
15 years ago
Claudio Mignanti
4bb7ab3057
revamp target: add support for netusg20 board
...
SVN-Revision: 21838
15 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
Florian Fainelli
32cae1aee8
fix u-boot installation
...
SVN-Revision: 18208
15 years ago
Florian Fainelli
d94947e2e9
fix u-boot linking failure with an EABI toolchain
...
SVN-Revision: 18207
15 years ago
Florian Fainelli
77e195a2cb
fix dfboot linking failures ( #5937 )
...
SVN-Revision: 18206
15 years ago
Imre Kaloz
a9c958c2de
make kernels use /etc/preinit by default
...
SVN-Revision: 15840
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Imre Kaloz
fcbdafb6bd
be politically correct
...
SVN-Revision: 10964
17 years ago
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
17 years ago
Nicolas Thill
a6cda9c4bc
fix target names in image options ( closes : #2357 )
...
SVN-Revision: 8749
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