summaryrefslogtreecommitdiffstats
path: root/package/boot
Commit message (Collapse)AuthorAgeFilesLines
...
* uboot-envtools: fix build if ubi volume support is disabledJohn Crispin2014-06-241-9/+11
| | | | | | | | | | | | Insert a missing #ifdef UBI around the use of libubi_close(). As the preceding if (libubi) will never be true on non-UBI builds, compiling only failed when disabling optimization. Also rebase patch to latest u-boot.git HEAD. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41313
* package/uboot-envtools: add OpenMesh OM2P-HSv2 supportJohn Crispin2014-06-021-0/+1
| | | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 40965
* package/uboot-envtools: add OpenMesh OM2Pv2 supportJohn Crispin2014-06-021-0/+1
| | | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 40959
* uboot-envtools: add support for environment in ubi volumeJohn Crispin2014-06-023-0/+184
| | | | | | | | | | On UBI enabled devices, U-Boot might store it's environment on UBI volume(s). Support this in uboot-envtools, so fw_setenv and fw_printenv can work on these platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40929
* lantiq: Add ARV7510PW22 supportJohn Crispin2014-06-023-0/+258
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40918
* uboot-sunxi: add bananapi supportZoltan Herpai2014-06-012-1/+96
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40899
* uboot-envtools: add support for kirkwood ea4500Luka Perkov2014-05-282-2/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40872
* uboot-envtools: add Pogoplug E02 supportLuka Perkov2014-05-231-0/+1
| | | | | | | | | | The settings require that the OpenWrt provided u-boot is used as either first or second stage bootloader as it modifies the partitioning scheme to move the u-boot environment to a separate mtd partition. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 40829
* uboot-kirkwood: re-add Pogoplug E02 supportLuka Perkov2014-05-233-2/+64
| | | | | | | | | This patch modifies the u-boot config for the Pogoplug E02 to work with OpenWrt. It also enables building a second stage bootloader image. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 40828
* uboot-imx6: update to 2014.04Luka Perkov2014-05-203-22/+28
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40805
* uboot-kirkwood: update to 2014.04Luka Perkov2014-05-205-96/+7
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40804
* uboot-lantiq: remove duplicate defineLuka Perkov2014-05-191-2/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40779
* uboot-envtools: update to 2014.04Luka Perkov2014-05-193-19/+20
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40778
* apex: change Source URL for Apex packageFlorian Fainelli2014-05-071-2/+1
| | | | | | | | | | | | | As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no longer functional, this patch changes the source URL to the OpenWRT downloads page. Apologies for resubmitting, but there was a syntax error in the previous patch ( http://patchwork.openwrt.org/patch/5025 ). Signed-off-by: Riley Baird <orthogonal@librewrt.org> [florian: unmangle patch, fix subject] Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40718
* uboot-sunxi: update pcDuino3 config - beef up memory clock to 480 - fix ↵Zoltan Herpai2014-05-061-3/+3
| | | | | | | | network config Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40714
* uboot-sunxi: add support for LinkSprite pcDuino v3 (a20)Zoltan Herpai2014-04-303-1/+62
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40605
* Add Zyxel P-2812HNU-Fx imagesJohn Crispin2014-04-221-1/+16
| | | | | | | | P-2812HNU-Fx images are already supported but not generated. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40548
* Add Fritz!Box 3370 imagesJohn Crispin2014-04-221-1/+22
| | | | | | | | Fritz!Box 3370 images are already supported but not generated. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40547
* Refresh patchesJohn Crispin2014-04-2240-908/+98
| | | | | | | | Refresh uboot-lantiq patches. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40546
* Create firmware directory if it doesn't existJohn Crispin2014-04-221-0/+1
| | | | | | | | Fixes package refreshing. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40545
* Depend on lantiq boardJohn Crispin2014-04-221-2/+30
| | | | | | | | | | 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
* kobs-ng: Add support for overriding sizeLuka Perkov2014-04-192-2/+44
| | | | | | | | | | | | | | | | 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
* lantiq: remove uboot lzma patch, apparently its not needed after allJohn Crispin2014-04-161-44/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40521
* uboot-lantiq: backport lzma fixJohn Crispin2014-04-161-0/+44
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40520
* uboot-envtools: add support for the ZyXEL NBG6716 boardGabor Juhos2014-04-131-0/+3
| | | | | | | | 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
* uboot-lantiq: enable parallel buildingJohn Crispin2014-04-121-0/+2
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40488
* uboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiqJohn Crispin2014-04-121-0/+15
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40487
* uboot-lantiq: add packages for AudioCodes MP-252John Crispin2014-04-121-0/+12
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40486
* uboot-lantiq: add packages for various Arcadyan boardsJohn Crispin2014-04-121-2/+63
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40485
* uboot-lantiq: add packages for Lantiq EASY80920John Crispin2014-04-121-1/+26
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40484
* uboot-lantiq: add packages for Lantiq EASY50712John Crispin2014-04-121-1/+19
| | | | | | Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40483
* uboot-lantiq: update to v2013.10John Crispin2014-04-1260-3103/+8333
| | | | | | | | | | 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
* grub2: disable mkfont - fix build on ArchlinuxFelix Fietkau2014-03-301-1/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40350
* grub2: disable libdevmapper - fix build when it's availableFelix Fietkau2014-03-301-1/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40349
* uboot-envtools: fix build with muslFelix Fietkau2014-03-201-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39961
* grub2: update to 2.02-beta2, fixes mac os x 10.9 support (and many other things)Felix Fietkau2014-03-124-80/+100
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39889
* uboot-sunxi: bump u-boot version - update u-boot to 2014.01-rc1 - smp ↵Zoltan Herpai2014-03-056-242/+10786
| | | | | | | | | support on a20 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> SVN-Revision: 39779
* kexec-tools: disable lzma supportHauke Mehrtens2014-02-211-1/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39652
* uboot-envtools: pass target cflagsNicolas Thill2014-02-182-1/+14
| | | | SVN-Revision: 39629
* uboot-kirkwood: add support for Seagate GoFlexNetLuka Perkov2014-02-161-0/+5
| | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39594
* uboot-kirkwood: update to 2013.10Luka Perkov2014-02-156-27/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* uboot-sunxi: various fixes - update A10-Lime support - fix MMC on sun5i with ↵Zoltan Herpai2014-02-053-0/+166
| | | | | | | | initializing PLL6 correctly Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39470
* sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - ↵Zoltan Herpai2014-01-312-2/+9
| | | | | | | | | 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
* uboot-envtools: add support for wndr3700Luka Perkov2014-01-242-4/+5
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39380
* kexec: bump to latest head revisionJohn Crispin2014-01-171-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39305
* uboot-sunxi: - add support for Cubietruck - cosmetic change: have the ↵Zoltan Herpai2014-01-121-5/+9
| | | | | | | | options listed alphabetically Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39261
* uboot-sunxi: add support for Olinuxino A10 LIMEZoltan Herpai2014-01-112-3/+68
| | | | | | | Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39221
* add x86_64 target supportImre Kaloz2014-01-071-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39208
* add support for pcDuino boardZoltan Herpai2014-01-041-1/+5
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39192
* update versionZoltan Herpai2014-01-041-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39191