John Crispin
616f6da588
Depend on lantiq board
...
Depend on lantiq board.
ARV7510 depends on ARV4510 because (according to OpenWrt wiki) both boards are identical except for the unsupported WiFi. Moreover, ARV7510 isn't especifically supported and ARV4510 images valid.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40544
11 years ago
Luka Perkov
350dd0f9ac
kobs-ng: Add support for overriding size
...
By default kobs-ng will use the size of /dev/mtd0 for the IMX bootstreams.
This patch allows overriding that size in order to reserve space at the end
of the mtd partition for u-boot.img in the case of using an SPL bootloader.
For example, to flash an SPL bootloader that loads u-boot.img from 0xe0000
(14MB) offset in a 16MB /dev/mtd0:
kobs-ng init -v -x --search_exponent=1 --chip_0_size=0xe00000 SPL
nandwrite --start=0xe00000 --pad /dev/mtd0 u-boot.img
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40532
11 years ago
John Crispin
13010f3adc
lantiq: remove uboot lzma patch, apparently its not needed after all
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40521
11 years ago
John Crispin
69bac3e37e
uboot-lantiq: backport lzma fix
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40520
11 years ago
Gabor Juhos
daca4351b1
uboot-envtools: add support for the ZyXEL NBG6716 board
...
Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40501
11 years ago
John Crispin
3269f57c58
uboot-lantiq: enable parallel building
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40488
11 years ago
John Crispin
dcbaee4e77
uboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiq
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40487
11 years ago
John Crispin
28fcb00b44
uboot-lantiq: add packages for AudioCodes MP-252
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40486
11 years ago
John Crispin
dcf6f0e3f8
uboot-lantiq: add packages for various Arcadyan boards
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40485
11 years ago
John Crispin
b949a631fe
uboot-lantiq: add packages for Lantiq EASY80920
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40484
11 years ago
John Crispin
de21f63d4a
uboot-lantiq: add packages for Lantiq EASY50712
...
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40483
11 years ago
John Crispin
1246dce0b3
uboot-lantiq: update to v2013.10
...
Patches created from tree:
git@github.com:danielschwierzeck/u-boot-lantiq.git
v2013.10..u-boot-lantiq-v2013.10-openwrt4
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
SVN-Revision: 40482
11 years ago
Felix Fietkau
a558ce7e21
grub2: disable mkfont - fix build on Archlinux
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 40350
11 years ago
Felix Fietkau
fa4d4a62bf
grub2: disable libdevmapper - fix build when it's available
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 40349
11 years ago
Felix Fietkau
fbda3388f9
uboot-envtools: fix build with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39961
11 years ago
Felix Fietkau
24095302aa
grub2: update to 2.02-beta2, fixes mac os x 10.9 support (and many other things)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39889
11 years ago
Zoltan Herpai
6892ed8193
uboot-sunxi: bump u-boot version - update u-boot to 2014.01-rc1 - smp support on a20
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
SVN-Revision: 39779
11 years ago
Hauke Mehrtens
9a2493a004
kexec-tools: disable lzma support
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39652
11 years ago
Nicolas Thill
ece85d2d25
uboot-envtools: pass target cflags
...
SVN-Revision: 39629
11 years ago
Luka Perkov
ddcd83e3df
uboot-kirkwood: add support for Seagate GoFlexNet
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39594
11 years ago
Luka Perkov
777e7c3ff5
uboot-kirkwood: update to 2013.10
...
Tested on:
* Cloud Engines Pogoplug E02
* RaidSonic ICY BOX IB-NAS62x0
* Iomega Iconnect
Some users are avoiding to replace their bootloader, because of that add
support for second stage u-boot image. Having ubifs capable bootloader is
required in order to boot current OpenWrt trunk.
Sample ib62x0 commands for running second stage bootloader:
tftpboot 0x800000 uboot-kirkwood-ib62x0_second_stage/openwrt-kirkwood-ib62x0_second_stage-u-boot.img
bootm 0x800000
Sample ib62x0 commands for flashing second stage bootloader:
tftpboot 0x800000 uboot-kirkwood-ib62x0_second_stage/openwrt-kirkwood-ib62x0_second_stage-u-boot.img
nand erase 0x100000 0x100000 ; nand write 0x800000 0x100000 0x${filesize}
nand read 0x800000 0x100000 0x100000 ; bootm 0x800000
While at it include parallel build support, use alphabetic order of the boards
and introduce common OpenWrt configuration.
Signed-off-by: Luka Perkov <luka@openwrt.org>
Tested-by (on ib62x0): Luka Perkov <luka@openwrt.org>
Tested-by (on dockstar): Alexander Couzens <lynxis@fe80.eu>
Tested-by (on iconnect): Wojciech Dubowik <wojciech.dubowik@neratec.com>
CC: Felix Kaechele <heffer@fedoraproject.org>
CC: Wojciech Dubowik <wojciech.dubowik@neratec.com>
CC: Alexander Couzens <lynxis@fe80.eu>
CC: Daniel Engberg <daniel.engberg@pyret.net>
CC: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39590
11 years ago
Zoltan Herpai
66543935db
uboot-sunxi: various fixes - update A10-Lime support - fix MMC on sun5i with initializing PLL6 correctly
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39470
11 years ago
Zoltan Herpai
16cbe62e9c
sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments
...
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39438
11 years ago
Luka Perkov
ad48ba11db
uboot-envtools: add support for wndr3700
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39380
11 years ago
John Crispin
9e39cd9503
kexec: bump to latest head revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39305
11 years ago
Zoltan Herpai
01a2ff6925
uboot-sunxi: - add support for Cubietruck - cosmetic change: have the options listed alphabetically
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39261
11 years ago
Zoltan Herpai
f8911b3197
uboot-sunxi: add support for Olinuxino A10 LIME
...
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39221
11 years ago
Imre Kaloz
7aaa9bc91c
add x86_64 target support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39208
11 years ago
Zoltan Herpai
c2f62ecc25
add support for pcDuino board
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39192
11 years ago
Zoltan Herpai
4800b2c723
update version
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39191
11 years ago
Imre Kaloz
1eff212ce8
fix jffs2 with internal libgcc and switch omap4 to ext4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39044
11 years ago
Imre Kaloz
f6b57149af
FPU type should not interfere with the ABI selection. Also make sure we either do real soft-float or hard-float on ARM, with the right options.
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38943
11 years ago
Imre Kaloz
4c3f2ed4ca
hide package, it's needed all the time
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38924
11 years ago
Imre Kaloz
3b2c74e5db
use plain image names inside the target directories
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38923
11 years ago
Zoltan Herpai
17089f3f37
package: uboot-mxs: cosmetic fix
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38875
11 years ago
Zoltan Herpai
5fa0e4fac0
uboot-sunxi: add U-boot builds for a couple sunxi boards
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38785
11 years ago
Zoltan Herpai
65f747a42d
mxs: - update uboot-mxs to 3.10 - enable building uboot for imx23 along sbImage by default - (doc updated)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38781
11 years ago
Zoltan Herpai
dcd8a08be1
uboot-envtools: add support for mxs target
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 38776
11 years ago
Zoltan Herpai
b0b78d541d
mxs: rename uboot-imx23 to uboot-mxs
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38774
11 years ago
Imre Kaloz
1381fa6c5c
rename the omap4 target to omap
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38691
11 years ago
Imre Kaloz
b27b8b5bdd
use a single package to build MLO/u-boot for all omap boards
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38626
11 years ago
Luka Perkov
ed676cf0ff
uboot-imx6: update to 2013.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38625
11 years ago
Gabor Juhos
6b604495a4
uboot-ar71xx: make it depend on the generic ar71xx subtarget
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38599
11 years ago
Felix Fietkau
e31ccd95c7
u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38559
11 years ago
Luka Perkov
494bc1d026
uboot-envtools: update to 2013.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38444
11 years ago
Luka Perkov
c15bec4a1b
uboot-envtools: update kirkwood scripts
...
Also, scripts can be installed as data so let's change that here too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38403
11 years ago
Zoltan Herpai
07043a853a
imx23: rename imx23 to mxs for upcoming imx23/28 support
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38394
11 years ago
Luka Perkov
3e5da21b15
uboot-imx6: fix typo in nitrogen6dlXg
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38205
11 years ago
Luka Perkov
64e10a637d
uboot-imx6: add support for Nitrogen6x boards
...
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
SVN-Revision: 38204
11 years ago
Luka Perkov
4409e1c1ae
uboot-imx6: alphabetize wandboard variants
...
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
SVN-Revision: 38203
11 years ago