History log of /openwrt/target/linux/lantiq/image/Makefile
Revision Date Author Comments
# 55ae32b8 24-Jun-2016 Hauke Mehrtens <hauke@hauke-m.de>

lantiq: build fullimage.img for EASY80920NAND

This image format is used by Lantiq's / Intel's UGW version 6.1 to 7.1.
These images can be flashed onto a board with the SoC vendor boot
loader as a replacement for the vendor firmware.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


# 5e9b0633 24-Jun-2016 Ben Mulvihill <ben.mulvihill@gmail.com>

lantiq: fix typo in new image generation

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>


# 4803354e 24-Jun-2016 Mathias Kresin <dev@kresin.me>

lantiq: fix build of NAND sysupgrade images

The *_UBIFS_OPTS variables need to be prefixed with DEVICE_ to match
the profile name.

The conditions need to be evaluated after the *_UBIFS_OPTS are set,
otherwise the variables are always empty.

Do not append or pass the DEVICE_ prefixed profile name to the images.
Use the name that is passed by the Image/Build/Profile/ step.

Signed-off-by: Mathias Kresin <dev@kresin.me>


# 25407a77 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: clean up / fix LegacyDevice template handling

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# 2ae96f95 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: get rid of ifneq() checks inside command templates

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# 59c662b6 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: small fix for legacy profile builds

Signed-off-by: John Crispin <john@phrozen.org>


# 83f7442d 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: convert remaining legacy targets to the new image generation code

Signed-off-by: John Crispin <john@phrozen.org>


# f513572f 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: fix VG3503J loader generation

Signed-off-by: John Crispin <john@phrozen.org>


# f99a37fa 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: add xway_legacy target

due to bloat recent builds fail to fit into the flash of the old danube units

Signed-off-by: John Crispin <john@phrozen.org>


# 6dc517dd 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: Add Support for Fritz!Box 7360 SL

Signed-off-by: Sebastian Ortwein <krone@animeland.de>
Tested-by: Guido Lipke <lipkegu@gmail.com>


# c6a3553e 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: add Buffalo WBMR-300HPD support

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# 4663d8de 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: fix image DEVICE_DTS handling, add proper default value

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# 329c3215 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: only call Image/Prepare/Profile for defined profiles

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# bc04f979 24-Jun-2016 John Crispin <john@phrozen.org>

lantiq: un-macro the image building code

Signed-off-by: John Crispin <john@phrozen.org>


# f0029340 24-Jun-2016 Alexander Couzens <lynxis@fe80.eu>

lantiq/image: move tplink specific image into own file

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>


# 46691b80 24-Jun-2016 Alexander Couzens <lynxis@fe80.eu>

lantiq: unmacro tp-link boards

even it's a little bit verbose, unmacrod board descriptions are much
easier to read and to understand.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>


# e8b6bd21 24-Jun-2016 Mathias Kresin <dev@kresin.me>

lantiq: do not build images which exceed the flash size

The user benpicco in #openwrt reported that images are build which are
bigger that the available flash size.

He provided a proof of concept fix and gave permission to me to send it
for inclusion.

Signed-off-by: Mathias Kresin <dev@kresin.me>


# ea6f1397 24-Jun-2016 Mathias Kresin <dev@kresin.me>

lantiq: VG3503J - merge profiles

The only difference between the VG3503J profiles is the version of the
gphy firmware that gets loaded. This can be handled perfect fine in one
device tree source file.

Signed-off-by: Mathias Kresin <dev@kresin.me>


# 2d694050 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

lantiq: move ubi/ubifs options to the image makefile

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# 091c856d 10-May-2016 Luka Perkov <luka@openwrt.org>

lantiq: fix xway image building

Commit 8c130dd (lantiq: use new image build process for some images) broke
image generation for the xway target since the generated macros reference not
existing WBMRA.dts and WBMRB.dts files leading to the following build error:

mips-openwrt-linux-musl-cpp: error: ../dts/WBMRA.dts: No such file or directory
mips-openwrt-linux-musl-cpp: warning: '-x assembler-with-cpp' after last input file has no effect
mips-openwrt-linux-musl-cpp: fatal error: no input files

Previously both the WBMRA and WBMRB profiles shared a common WBMR DT since
the only difference is the embedded firmware kmod package.

Extend the lantiqImage macro to optionally support specifying a different
DTS file and use this facility to let the both WBMR profiles reference the
correct device tree file.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49330 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1a9580c4 02-May-2016 John Crispin <blogic@openwrt.org>

lantiq: use sysupgrade.bin postfix for tplink images

Use the same name for TP-Link images as it was with the old image build
code.

Move the BOARD_ID export to the TP-Link image build recipe, to indicate
that the variable is only related in this context.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49279 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 62837f05 26-Apr-2016 John Crispin <blogic@openwrt.org>

lantiq: use new image build process for brnImages

LZMA compress the kernel without dictionary, otherwise brnboot fails to
uncompress the kernel.

The filesystem parameter of mkbrncmdline was dropped since the used
filesystem isn't exported in the kernel build step and at least in my
tests everything works without the parameter. If the parameter is
required for some reason, the static keyword "squashfs" can be used.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49241 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f80c35b9 26-Apr-2016 John Crispin <blogic@openwrt.org>

lantiq: remove orphaned tp-link image build steps

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49239 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 93c89ac0 26-Apr-2016 John Crispin <blogic@openwrt.org>

lantiq: build sysupgrade images for lantiqImage

Tested with VGV7510KW22NOR.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49238 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 84a8a09c 26-Apr-2016 John Crispin <blogic@openwrt.org>

lantiq: new image build process - fix kernel entry address

Set the kernel entry address to the same value as it is used for the old
image build build process.

Fixes boot of uImages on VGV7510KW22NOR and others.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49237 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 92b2622f 21-Apr-2016 John Crispin <blogic@openwrt.org>

lantiq: use new image build process for some images

This adds for some easy images the new build process.

This was only tested on some TP-Link devices, please test.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49210 3c298f89-4303-0410-b956-a3cf2f4a3e73


# fdbc285b 20-Mar-2016 John Crispin <blogic@openwrt.org>

lantiq: use upstream mechanism to append device tree file

Instead of using our patch-dtb program just place the device tree
behind the kernel binary and then let the in kernel mechanism fetch it.
This also adds support for having the device tree file in the boot
loader.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49050 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 883c4357 18-Jan-2016 Hauke Mehrtens <hauke@openwrt.org>

lantiq: add support for TP-Link VR200v

This adds basic support for TP-Link VR200v.
Currently the following parts are not working: FXO, Voice, DECT, WIFI (both)

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48328 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b9dadc90 17-Jan-2016 Felix Fietkau <nbd@openwrt.org>

lantiq: Fixed brnImage signature for the VGV7510KW22BRN images

The old signature only worked because brnboot ignores the leading "5" in
the signature. We can see the correct signature when flashing a brnImage
via recovery web-interface, in this case brnboot reports:
[CGI-Signature Check] buf:[BRNDA6431], sigInFlash:[BRNDA6431]

Thanks to Mathias Kresin for reporting this.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48269 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b7c1377d 23-Dec-2015 John Crispin <blogic@openwrt.org>

lantiq: fix Image Builder

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48002 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c04a95c6 05-Oct-2015 John Crispin <blogic@openwrt.org>

lantiq: Add target TP-Link TD-W8980

The device is similar to the TD-W8970, beside a different Atheros 2.4 GHz
wireless chip and the additional, PCI connected, WAVE300 5 GHz wireless.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47130 3c298f89-4303-0410-b956-a3cf2f4a3e73


# dd8f5d90 29-Aug-2015 Jonas Gorski <jogo@openwrt.org>

lantiq: remove dead EASY33016 image recipe

Support for lantiq_svip_be has been removed a while ago, so EASY33016
images weren't buildable anymore. Remove the recipes as well as gzip
compressed kernel support, as EASY33016 was the last user of it.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46760 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e965da36 14-Aug-2015 Jonas Gorski <jogo@openwrt.org>

image.mk: move KDIR_TMP definition to a central location

Instead of each target defining it the same, move the KDIR_TMP
definition to include/image.mk. In addition Image/Build/SysupgradeNAND
already requires KDIR_TMP to be set, so it makes sense to have it
globally defined.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46592 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 9958378c 05-Aug-2015 Jonas Gorski <jogo@openwrt.org>

image: fix jffs2(_nand) image generation

Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used
for template generation, so need to be present before inclusion of
image.mk in target image Makefiles.
So move all declarations to before any includes.

Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls")
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46564 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b4ee3af0 07-Jul-2015 John Crispin <blogic@openwrt.org>

lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)

lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)

Signed-off-by: Jannis Pinter <jannis@pinterjann.is>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46224 3c298f89-4303-0410-b956-a3cf2f4a3e73


# fc39bcee 07-Jul-2015 John Crispin <blogic@openwrt.org>

lantiq: Add support for the BT Home Hub 5A

u-boot support depends on the next "upstream" version ([0]) from
Daniel Schwierzeck.
Since the installation process is quite complicated a "how to" was
added to the wiki: [1]

[0] https://github.com/danielschwierzeck/u-boot-lantiq/tree/openwrt/v2014.01-next
[1] http://wiki.openwrt.org/toh/bt/homehub_v5a

V2: Use the correct PCI interrupt (fixes 2.4GHz wifi)
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46223 3c298f89-4303-0410-b956-a3cf2f4a3e73


# bde03162 05-Jun-2015 John Crispin <blogic@openwrt.org>

lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45897 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c4a1d15d 03-Jun-2015 John Crispin <blogic@openwrt.org>

lantiq: Make the CRC32 poly value configurable per device

This also adds the old hardcoded value to the VGV7519BRN profile to make
sure that images are still generated correctly.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45882 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e2404b56 30-May-2015 John Crispin <blogic@openwrt.org>

lantiq: fix imagebuilder

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45851 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0e269981 11-Feb-2015 John Crispin <blogic@openwrt.org>

lantiq: fix VG3503J partition table for newer kernels

the kernel has increased and does not fit into the 1,5MB anymore.

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44391 3c298f89-4303-0410-b956-a3cf2f4a3e73


# fed2fd61 17-Jan-2015 John Crispin <blogic@openwrt.org>

Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK

Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK

Signed-off-by: Sylwester Petela <sscapi@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43987 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 22923091 08-Jan-2015 John Crispin <blogic@openwrt.org>

lantiq: BT Home Hub 3A - profile

BT Home Hub 3A - profile

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43878 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 56bcd680 18-Aug-2014 John Crispin <blogic@openwrt.org>

lantiq: generate unique ARV7519RW22 firmware

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42183 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3fff418f 02-Jul-2014 John Crispin <blogic@openwrt.org>

lantiq: UbinizeImage instead of lantiq-specific ubinize.cfg files

New make target in lantiq to use UbinizeImage and SysupgradeNand.
Only enabled for BTHOMEHUBV2B for the moment but should be useable
for other lantiq nand boards.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41474 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b73720ea 24-Jun-2014 John Crispin <blogic@openwrt.org>

lantiq: remove deprecated jffs2_nand configuration

As far as I am aware, amongst the lantiq boards, jffs2_nand was
only used on the BTHOMEHUBV2B. Ubi-related modifications to the
device tree for that board mean that the resulting jffs2 images
no longer work, and are no longer required anyway. So I suggest
removing the related configuration, which this patch does.

If anyone else is using jffs2_nand on a lantiq target please speak
up!

Incidentally, for a jffs2 rootfs partition concatenated to the
kernel image to be recognised and mounted correctly on nand
this patch or something equivalent is required:
http://patchwork.openwrt.org/patch/5110/
It is marked as accepted in patchwork but doesn't seem to have
been committed. As far as I am concerned it too is deprecated.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41312 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c4fae68f 19-Jun-2014 John Crispin <blogic@openwrt.org>

lantiq: copy rootfs-overlay.ubi to bin/lantiq

At the moment, an rootfs.ubi is copied over to bin/lantiq
but rootfs-overlay.ubi is not. This adds it.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41270 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7911faae 17-Jun-2014 John Crispin <blogic@openwrt.org>

lantiq: DGN3500 (all known variants) factory and sysupgrade image building support

This patch adds factory image building for the DGN3500, all variants,
and fixes sysupgrade images to make them play nice with the sercomm
secondary boot loader.

The factory images can be used directly in the update dialog in the
interface of the stock firmware and via the special Sercomm bootmode
and a special windows flashing utility (allegedly present in the CD
that came with the device -- but it's also compatible with the NSLU2
Upgrade_207_XP utility.) The special bootmode can be activated by
turning the device on while holding the reset button pressed, then
releasing it when the power led starts blinking red and green. Please
notice that if using the 207 utility, it will always report that the
flashing failed even though it completed successfully. Just power
cycle the router manually after the utility reports the failure and
OpenWRT will boot. This same utility (despite reporting failure in
this case too) can revert a DGN3500 (any variant) to the appropriate
stock Netgear firmware.

This patch is a heavily modified version of a package I found on the
OpenWRT forum with a couple fixes and features added -- mainly the
generation of all the different image variants to support all known
models directly, atm known variants are AnnexA-WW, AnnexA-NA and
AnnexB-DE/GR.

I tested the patch successfully on my device.

Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41236 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e3dfb167 12-Apr-2014 John Crispin <blogic@openwrt.org>

Fix ARV7519RW images

This patch moves ARV7519RW definitions to VR9 section from the AR9 section and removes a whitespace that breaks jffs2 image generation.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40495 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e720d5f6 07-Apr-2014 John Crispin <blogic@openwrt.org>

lantiq: there is a V2 of VG3503J that needs a newer fe phy firmware

this should really be auto detected by the kernel, lets used this workaround until the real
solution is ready

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40418 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8d8017f9 03-Apr-2014 John Crispin <blogic@openwrt.org>

lantiq: BT Home Hub 2B support - board support

Board support patch for BT Home Hub 2B

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40370 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 42d3266a 03-Apr-2014 John Crispin <blogic@openwrt.org>

lantiq: fix vr9 ubi handling

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40364 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d2b1dccc 30-Mar-2014 John Crispin <blogic@openwrt.org>

lntiq: add support for Astoria ARV7519RW.

These patches add support for the Astoria ARV7519RW aka Livebox 2.1
The PCI and PCIe interfaces have been disabled. Also, because there are
two revisions of this board with different GPHY firmwares, two targets
were defined.
V2: rewrote partitions to work with an u-boot specifically made for
these boards.

Signed off by: Esteban Benito <estebanjbs@gmail.com>
Signed off by: Carles Gadea <carlesgrg@gmail.com>
Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40329 3c298f89-4303-0410-b956-a3cf2f4a3e73


# cbc606f1 30-Mar-2014 John Crispin <blogic@openwrt.org>

lantiq: add support for Arcadyan ARV7519PW

This patch adds almost full support for this board.

- WiFi is still not working
- USB will not power up. According to some reports, it may be a passive port

Signed-off-by: Antonios Vamporakis <ant@area128.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40319 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4a3d655e 30-Mar-2014 John Crispin <blogic@openwrt.org>

lantiq: add support for ZyXEL P2812HNUFX

This patch adds almost full support for this board. WiFi is still not working.
The FXS ports are not functional due to missing support for the TAPI driver on
VR9 SoC.

Signed-off-by: Antonios Vamporakis <ant@area128.com>
Tested-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40317 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8f230ce4 30-Mar-2014 John Crispin <blogic@openwrt.org>

lantiq: add ubifs support in image Makefile

Signed-off-by: Antonios Vamporakis <ant@area128.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40316 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ac3caf5e 15-Jan-2014 John Crispin <blogic@openwrt.org>

lantiq: Add support for Astoria ARV7510PW22

This board is pretty similar to ARV752DPW22.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39303 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 41d07293 06-Nov-2013 John Crispin <blogic@openwrt.org>

lantiq: fix td-w8970 initramfs generation

https://dev.openwrt.org/ticket/14417

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38667 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 92fb7411 07-Oct-2013 John Crispin <blogic@openwrt.org>

lantiq: fix fritz image generation

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38326 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b82a60cc 30-Sep-2013 John Crispin <blogic@openwrt.org>

lantiq: add support for VGV7519 KPN Experia box v8

Signed-off-by: Maikel Bloemendal <mbloemendal@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38266 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 37944859 18-Sep-2013 Luka Perkov <luka@openwrt.org>

lantiq: style fixes

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38051 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e39787b0 18-Sep-2013 Luka Perkov <luka@openwrt.org>

lantiq: add initial support for Siemens GIGASX76X

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38050 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5e8d7e53 18-Sep-2013 Luka Perkov <luka@openwrt.org>

lantiq: add support for ZyXEL P2601HNFX

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38049 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 73a4aa94 18-Sep-2013 Luka Perkov <luka@openwrt.org>

lantiq: add support for ZTE H201L

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38048 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f0b23cd6 17-Sep-2013 John Crispin <blogic@openwrt.org>

lantiq: add a subtarget for the xrx200 SoC family

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38029 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b431cd83 06-Aug-2013 John Crispin <blogic@openwrt.org>

lantiq: fix TD-W8970 image generation to work with the new tool

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37727 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c1fe405c 05-Aug-2013 John Crispin <blogic@openwrt.org>

lantiq: add support for tplink images to .../image/Makefile

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37722 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 38c3bb5b 06-Aug-2013 Luka Perkov <luka@openwrt.org>

lantiq: add (incomplete) support for Aztech GR7000

*) can not connect to switch chip
*) only one usb port is working
*) wifi is not working

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37712 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1a37fdca 25-Jul-2013 John Crispin <blogic@openwrt.org>

lantiq: add TP-Link TDW8970 image generation

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37543 3c298f89-4303-0410-b956-a3cf2f4a3e73


# bc92ef47 25-Jul-2013 John Crispin <blogic@openwrt.org>

lantiq: fix initramfs image generation for lzmaloader based images

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37540 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1206a045 05-Jul-2013 Luka Perkov <luka@openwrt.org>

lantiq: add device tree support for arv4519pw

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37178 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ef8be8bc 03-Jul-2013 Luka Perkov <luka@openwrt.org>

lantiq: fix initramfs

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37143 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d88043aa 25-Apr-2013 John Crispin <blogic@openwrt.org>

lantiq: move dts files to thir own folder

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36443 3c298f89-4303-0410-b956-a3cf2f4a3e73


# bf46e962 25-Apr-2013 John Crispin <blogic@openwrt.org>

lantiq: make lzma-loader based images for VG3503J

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36440 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0aa4ffad 11-Apr-2013 John Crispin <blogic@openwrt.org>

[lantiq] add VG3503J support

this adds basic support. the bootloader on these units is locked down.

until we have a replacement we can do basic testing with these env variables in uboot.

set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize)
set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000

unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle.

please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides.

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36315 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1a11814a 14-Mar-2013 John Crispin <blogic@openwrt.org>

[lantiq] build jffs images for nand based fritzbox

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36026 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0d45d114 12-Mar-2013 John Crispin <blogic@openwrt.org>

[lantiq] add support for AudioCodes AC-252

user-space support for extracting the EEPROM for the RaLink WiFi is still
missing. Besides this, it's all working.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35990 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b2873fb2 28-Jan-2013 John Crispin <blogic@openwrt.org>

[lantiq] Add support for ARV4518PW R01 and rename R01A.

There are two different versions of SMC7908A-ISP: R01 and R01A.
R01 has an internal clock for PCI, meanwhile R01A has an external clock.

This fixes: https://dev.openwrt.org/ticket/12884

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35352 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e975fbe3 21-Dec-2012 John Crispin <blogic@openwrt.org>

[lantiq] more devicetree fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34824 3c298f89-4303-0410-b956-a3cf2f4a3e73


# cb8fc676 19-Dec-2012 John Crispin <blogic@openwrt.org>

[lantiq] more board file fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34788 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 84b15c53 16-Dec-2012 John Crispin <blogic@openwrt.org>

[lantiq] add falcon devicetree files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34711 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 62e5c9fd 14-Dec-2012 John Crispin <blogic@openwrt.org>

[lantiq] add devicetrees

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34691 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 48db0765 14-Dec-2012 John Crispin <blogic@openwrt.org>

[lantiq] add linux-v3.7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34687 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3a08b051 09-Nov-2012 John Crispin <blogic@openwrt.org>

[lantiq] a few more dts files (WIP)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34130 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8dd03e55 06-Nov-2012 John Crispin <blogic@openwrt.org>

[lantiq] add support for arv7525

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34097 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 403bf784 02-Nov-2012 John Crispin <blogic@openwrt.org>

[lantiq] adds dts files and make devicetree images buildable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34064 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f3513b1b 31-Jul-2012 John Crispin <blogic@openwrt.org>

[lantiq] add lantiq svip support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32925 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ff53498d 05-Jun-2012 John Crispin <blogic@openwrt.org>

[lantiq] clean up generic image building

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32065 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 9669f7a2 27-May-2012 John Crispin <blogic@openwrt.org>

[lantiq] Add basic configuration for new board ZTE H201L. Still missing are button and led gpio values.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31908 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 499d5b1c 15-May-2012 John Crispin <blogic@openwrt.org>

[lantiq] adds zyxel p2601hnfx support

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31734 3c298f89-4303-0410-b956-a3cf2f4a3e73


# eef8a199 25-Mar-2012 John Crispin <blogic@openwrt.org>

[lantiq] cleanup image makefile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31063 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 62692a53 25-Mar-2012 John Crispin <blogic@openwrt.org>

[lantiq] bump kernel to 3.2.12

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31060 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f7b96916 14-Feb-2012 John Crispin <blogic@openwrt.org>

[lantiq] Support booting the Speedport W502V using BRN-BOOT.

While the disadvantage is less available flash space, it's easy and
safe to flash without opening the device.
Going back to the original firmware is also possible.

This patch add two firmware utilities, mkbrncmdline and mkbrnboot.

mkbrncmdline patches the uncompressed kernel so the registeres a0 to
a3 are initialized and the memory size is passed in.

mkbrnboot takes the lzma compressed kernel and squashfs images and
creates a firmware image that can be flashed using the BRN-BOOT
recovery kernel, which is booted by holding both buttons when
powering up the device and will listen on http://192.168.2.1.

The firmware file from bin/lantiq/ to use is
openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage

The BRN-BOOT recovery kernel does size-check the image, so if it's
too big to fit into flash it will complain accordingly.

A second patch is needed to make the wired network interface work
since there is no u-boot to pre-initialise it.

Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30532 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 25151833 19-Jul-2011 John Crispin <blogic@openwrt.org>

add support for more lantiq AR9 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27694 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 22936665 17-Jul-2011 John Crispin <blogic@openwrt.org>

[lantiq]

* add gigasx76x update
* rebase patches
* add arv752DPW arv7525PD
* fixes gpio_keys

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27665 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5b126c6b 07-Jul-2011 John Crispin <blogic@openwrt.org>

fix generation of falcon images for profiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27550 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b93bac79 07-Jul-2011 John Crispin <blogic@openwrt.org>

replace all references to xway with danube

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27538 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 93a8f2cb 07-Jul-2011 John Crispin <blogic@openwrt.org>

fix lantiq image makefile to represent new split between ar9 and danube

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27537 3c298f89-4303-0410-b956-a3cf2f4a3e73


# bcbc1237 03-Jul-2011 John Crispin <blogic@openwrt.org>

update lantiq/falcon patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27406 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e71f7633 12-Jun-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* move patches around
* add basic support for gigaset sx76x


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27158 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e558a1de 08-Jun-2011 John Crispin <blogic@openwrt.org>

[lantiq]

* fixes spi flash for ar9
* adds limited support for netgear dgn3500 (enough for others to start working with)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27137 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 9af744af 29-May-2011 John Crispin <blogic@openwrt.org>

[lantiq]

* backport 2.6.8 patches to .39 / .32.33
* remove lqtapi
* bump tapi/dsl to .39
* migrate to new ltq_ style api
* add amazon_se support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27026 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f9107f1d 29-Mar-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* fix ARV7518PW support


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26354 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a57ee87a 14-Mar-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* fixes arv4510 board support
* fixes nor swizzle hack
* fixes gpio .can_sleep
* fixes compile warning inside pci driver


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26157 3c298f89-4303-0410-b956-a3cf2f4a3e73


# db9e2323 11-Mar-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* update kernel to .37
* add support for falcon (big thank you goes to lantiq !!)



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26021 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 21c6d893 04-Feb-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* adds ath5k platform support
* adds several new profiles


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25367 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 819d24b2 01-Feb-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* adds profiles to the kernel
* fixes 2 compile errors in the usb driver
* ioports were not allocated properly



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25278 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3021d3eb 23-Jan-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* adds arv4518pw mach support
* fixes arv4525pw
* make sure all mach names have the same style
* move code around


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25075 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c1c5604d 22-Jan-2011 John Crispin <blogic@openwrt.org>

[lantiq] adds machtype for ARV7518PW

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25074 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e446e540 22-Jan-2011 John Crispin <blogic@openwrt.org>

[lantiq]
* fix pci support for more than 1 device
* fixes ioport mappings
* adds support for arcor easybox 803/arv752DWP22
* gpio direction was not set properly during a gpio_request()
* usb compile warning

bugfix, cleanup,


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25072 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3a8cab42 12-Dec-2010 John Crispin <blogic@openwrt.org>

[lantiq] adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24526 3c298f89-4303-0410-b956-a3cf2f4a3e73