John Crispin
786717a7ce
uboot-lantiq: fix build with gcc5
...
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47863
9 years ago
John Crispin
9a12fe8ea9
uboot-imx6: fix build with gcc-5
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47611
9 years ago
Hauke Mehrtens
53d94f89e8
uboot-omap: fix build with gcc-5
...
This fixes some problems with gcc-5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47539
9 years ago
Hauke Mehrtens
923a59315c
uboot-kirkwood: fix build with gcc-5
...
This backports a patch from upstream u-boot to make it compile with gcc-5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47537
9 years ago
Hauke Mehrtens
dc2b471d6a
uboot-oxnas: fix build with gcc-5
...
This backports a patch from upstream u-boot to make it compile with gcc-5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47535
9 years ago
Hauke Mehrtens
4afee42560
uboot-mxs: fix build with gcc-5
...
gcc-5 handles inline without static differently and that makes
uboot-mxs fail to build. Remove the inline so it gets exported and can
be used in other functions.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47533
9 years ago
Zoltan Herpai
d5a77a0dbc
packages: uboot-sunxi: update Lamobo R1 patch
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 47516
9 years ago
John Crispin
1f9cd871f7
uboot-envtools: add support for linkits7688d
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47500
9 years ago
Luka Perkov
2f8ebe10b9
uboot-envtools: kirkwood: fix EA35/4500 board names
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47457
9 years ago
Luka Perkov
3ef14d0c3d
kirkwood: rework Linksys EA[34]500 DTS
...
- Use board engineering names rather than marketing names
- Linksys uses a dual firmware layout, where the bootloader
will switch to the other stored image when one fails to
boot three consecutive times.
In order to make this firmware compatible with the factory
images and the stock bootloader we must match this layout.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47429
9 years ago
Felix Fietkau
b8b4d36379
uboot-envtools: fix various compile breakage issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47383
9 years ago
Imre Kaloz
1345073268
uboot: create the uboot config file for the shelby as well
...
fixes #20827
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47365
9 years ago
John Crispin
67d890315c
uboot-lantiq: Add SoC version 1.2 support for Arcadyan VGV7510KW22
...
This fixes #20409
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 47352
9 years ago
Felix Fietkau
97abe48112
kobs-ng: fix compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47332
9 years ago
Luka Perkov
e920d31f4b
uboot-envtools: update to 2015.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47328
9 years ago
John Crispin
51dd991d39
ramips: add LinkIt Smart7688 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47203
9 years ago
Luka Perkov
75078acd93
cosmetic: remove trailing whitespaces
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47197
9 years ago
Luka Perkov
c2425ac649
uboot-envtools: Add Gateworks Ventana Support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47167
9 years ago
John Crispin
b26840a9fc
uboot_envtools: add P2812HNUF1
...
Add generation of /etc/fw_env.config for P2812HNUF1
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 47133
9 years ago
Zoltan Herpai
a7a0009cef
packages: uboot-mxs: bless UBOOT_IMAGE with a meaning
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47018
9 years ago
Zoltan Herpai
b6c39a38a6
packages: uboot-mxs: do no modify the U-Boot image, copy as-is
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47017
9 years ago
Zoltan Herpai
a1f4164631
packages: uboot-mxs: place binaries in the designated path
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47008
9 years ago
Zoltan Herpai
c927366d05
packages: uboot-mxs: fix I2SE Duckbill variant
...
The current patch to add Duckbill support is wrong and does not
even compile. So replace this patch with a working one.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47007
9 years ago
John Crispin
e3f4a3d22a
package/uboot-envtools: add OpenMesh MR1750 support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46931
9 years ago
Zoltan Herpai
cd73603269
packages: uboot-sunxi: fix mmc transfer timeout for slow sdcards.
...
This should fix a issue reported in ticket #20387 .
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 46894
9 years ago
Felix Fietkau
edb5d7511b
uboot-ar71xx: fix gcc 5.2 compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46797
9 years ago
Zoltan Herpai
58fc927889
sunxi: fix uboot install location
...
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix
ImageBuilder. Similar fixes are necessary for many (all?) other uboot
targets.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 46605
9 years ago
Zoltan Herpai
a33a567b39
packages: uboot-sunxi: bump to 2015.07 - switch to using kernel-supplied dtc - refresh olimex-a13-som and lamobo-r1 patches (compile-tested only)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46540
9 years ago
Zoltan Herpai
fd476b3886
packages: uboot-mxs: bump to 2015.07, refresh Duckbill patch
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46523
9 years ago
John Crispin
8a843b7b77
uboot-lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
...
uboot-lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter <jannis@pinterjann.is>
SVN-Revision: 46225
9 years ago
Jo-Philipp Wich
9b01282515
grub2: disable stack-protector
...
- enabling "-fstack-protector" results in build errors
- Upstream explicitly tests & disables it
v2:
- use override
reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 46126
10 years ago
Jo-Philipp Wich
25eddec9cb
grub2: fix build against musl
...
Invert the `__GLIBC__` guards into `!__UCLIBC__` ones to avoid
invalid references to `_llseek` on musl.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 46125
10 years ago
Hauke Mehrtens
fcc6f801ca
grub: add download mirrors
...
Add three download mirrors for 'grub', as the Makefile currently defines only
one download location.
@GNU can not be used, as the most recent version of 'grub' is not available
at the general GNU mirrors, and can only be found at the "gnu-alpha" mirrors.
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45909
10 years ago
John Crispin
bf4dbe05c6
uboot-lantiq: Add Arcadyan VGV7510KW22 support
...
This is already applied in Daniel's ("upstream") tree and thus will be
part of upcoming version(s).
SVN-Revision: 45898
10 years ago
Jo-Philipp Wich
129ce36806
uboot-omap: allow generating dummy ipks, fixes omap imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45841
10 years ago
John Crispin
590be1fd87
ixp4xx: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
10 years ago
Felix Fietkau
102522e0cd
uboot-envtools: disable AES support, reduces code size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45615
10 years ago
Imre Kaloz
2705cda813
mvebu: add support for the Linksys Caiman and Cobra
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45456
10 years ago
Imre Kaloz
b0ad24f0d5
mvebu: migrate mamba support to the upstreamed code
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45400
10 years ago
Nicolas Thill
fe46689f10
packages: use $(LN) macro, make symlinks relative
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45250
10 years ago
Zoltan Herpai
6c5b79636b
packages: uboot-mxs: bump to 2015.01
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45042
10 years ago
Felix Fietkau
9314180c34
uboot-envtools: add ramips wsr-600/1166 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44897
10 years ago
John Crispin
37a4102423
package/uboot-envtools: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44865
10 years ago
Felix Fietkau
5011d85ee8
grub2: fix processing the serial rts/cts option
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44752
10 years ago
John Crispin
cd96421b19
kexec-tools: bump version from v2.0.4 to v2.0.9.
...
- kexec-tools is now distributed with tarballs of .tar.gz and .tar.xz
format; .tar.bz2 are not provided anymore.
- Add CONFIG_KEXEC_LZMA for selecting lzma support.
Patches are updated along to:
- Remove the now unnecessary patch 0004-mips_regdefs.patch.
- Drop 100-reduce_size.patch because the size reduction is marginal.
- Allow zlib and lzma support coexist together. This patch has been
merged into upstream project.
- Fix kexec-tools' configure.ac.
- Fix a few compilation warnings.
Size comparison of stripped binaries of kexec malta target with both
zlib and lzma support enabled.
- Before: 41447
- After: 42583
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44437
10 years ago
John Crispin
15cc0550c7
kexec-tools: show up only when KERNEL_KEXEC is enabled.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44436
10 years ago
Luka Perkov
71f96048e6
package: uboot-envtools: add nbg6716 to appropriate group
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44308
10 years ago
John Crispin
c3f2e8fb08
uboot-lantiq: fix P-2812HNU-F1/3 package dependency
...
After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore.
Fix empty menuconfig bootloader selection by making u-boot depend on
one of the new target profiles.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
SVN-Revision: 44179
10 years ago
John Crispin
255a680a99
uboot-lantiq: add a cgu fix for arx100
...
http://patchwork.ozlabs.org/patch/431024/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44086
10 years ago
Zoltan Herpai
be86eab8e6
packages: uboot-sunxi: add support for Lamobo R1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44067
10 years ago