openwrtv3/package/boot
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
2014-02-15 23:53:07 +00:00
..
apex packages: clean up the package folder 2013-06-21 16:54:37 +00:00
fconfig move boot related packages to their own folder 2012-10-16 13:44:25 +00:00
grub2 add x86_64 target support 2014-01-07 12:23:35 +00:00
imx-bootlets imx23: rename imx23 to mxs for upcoming imx23/28 support 2013-10-14 19:01:23 +00:00
kexec-tools kexec: bump to latest head revision 2014-01-17 13:57:25 +00:00
kobs-ng kobs-ng: add new package 2013-09-03 23:22:16 +00:00
rbcfg move to boot/ folder 2012-10-17 21:53:23 +00:00
uboot-ar71xx uboot-ar71xx: make it depend on the generic ar71xx subtarget 2013-10-30 06:54:56 +00:00
uboot-envtools uboot-envtools: add support for wndr3700 2014-01-24 00:07:48 +00:00
uboot-imx6 uboot-imx6: update to 2013.10 2013-10-31 00:00:51 +00:00
uboot-kirkwood uboot-kirkwood: update to 2013.10 2014-02-15 23:53:07 +00:00
uboot-lantiq u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable 2013-10-28 15:15:05 +00:00
uboot-mxs package: uboot-mxs: cosmetic fix 2013-11-20 10:15:02 +00:00
uboot-omap fix jffs2 with internal libgcc and switch omap4 to ext4 2013-12-13 16:38:43 +00:00
uboot-pxa move boot related packages to their own folder 2012-10-16 13:44:25 +00:00
uboot-sunxi uboot-sunxi: various fixes - update A10-Lime support - fix MMC on sun5i with initializing PLL6 correctly 2014-02-05 08:39:38 +00:00
uboot-xburst u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable 2013-10-28 15:15:05 +00:00
yamonenv move boot related packages to their own folder 2012-10-16 13:44:25 +00:00