Commit Graph

93 Commits (71e356029eba437c296da063e65e4821c52eda0b)

Author SHA1 Message Date
Jonas Gorski fab5be9b4f lantiq: load dwc_otg early
Needed for using external rootfs on usb sticks.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

SVN-Revision: 30940
12 years ago
John Crispin e5798d7c9b fixes etop locking issue
SVN-Revision: 30689
13 years ago
John Crispin 1a71f07d00 generate uboot environment data in target
With this patch it is possible to generate uboot environment config file
inside lantiq target. Currently it is only supporting GIGASX76X board.

uboot environment config is used by fw_printenv fw_setenv tools.

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

SVN-Revision: 30537
13 years ago
John Crispin 7416a5f0aa fix compile error in previous commit
SVN-Revision: 30534
13 years ago
John Crispin cd1a204365 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>

SVN-Revision: 30532
13 years ago
John Crispin 0b07769898 fixes irq locking in ethernet driver
SVN-Revision: 30522
13 years ago
John Crispin 55bf39e98c fixes gpio_export patch
SVN-Revision: 30521
13 years ago
John Crispin 976d3eb854 add annex selection support to ltq_dsl package
SVN-Revision: 30518
13 years ago
Jonas Gorski 1015fab0d7 kernel: update linux 3.1 to 3.1.10
SVN-Revision: 29966
13 years ago
John Crispin 49eb3fd845 gigaset 76x
* fixes leds
* adds all leds found on the sx763 board
* removes board_config from flash layout because wireless data is stored in kernel (ath5k)
* fix button handling

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

SVN-Revision: 29763
13 years ago
Jonas Gorski c560444a58 kernel: update linux 3.1 to 3.1.9
SVN-Revision: 29726
13 years ago
Jonas Gorski e33bb9ec66 linux: update 3.1 to 3.1.4
SVN-Revision: 29470
13 years ago
John Crispin bf7316424c lantiq: bump to 3.1.3
SVN-Revision: 29348
13 years ago
John Crispin 9389593db9 lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch
This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch

SVN-Revision: 29294
13 years ago
John Crispin 4982ca983c lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups
Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com>

SVN-Revision: 29292
13 years ago
John Crispin bbe96f13a6 lantiq: add runtime generation of /etc/config/network
SVN-Revision: 29161
13 years ago
John Crispin 79a4642b40 lantiq: fix falcon build breakage
dev-wifi-rt2x00 fails to build on falcon due to missing pci

SVN-Revision: 29129
13 years ago
Jonas Gorski d8acb75009 linux: update 3.1 to 3.1.1
SVN-Revision: 29007
13 years ago
John Crispin a8797d0de6 lantiq: add uci-defaults code for handling leds
SVN-Revision: 29004
13 years ago
John Crispin 832e02cd77 lantiq: add /lib/lantiq.sh and make hotplug handlers use it
SVN-Revision: 29003
13 years ago
John Crispin 5dcbbf0160 lantiq: rename leds
SVN-Revision: 29002
13 years ago
John Crispin d84b7596d9 lantiq: split compat headers out of bsp header patch
SVN-Revision: 29001
13 years ago
John Crispin 2cff80f015 lantiq: adds hotplug handler for loading rt2x00 firmware
SVN-Revision: 29000
13 years ago
John Crispin 3660c51c40 lantiq: adds hotplug handler for handling buttons and makes w303v work with it
SVN-Revision: 28999
13 years ago
John Crispin 4248705108 lantiq: cleanup default package selection
SVN-Revision: 28998
13 years ago
John Crispin eb20ab87e6 lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how to use it
SVN-Revision: 28994
13 years ago
John Crispin fda4ee22a0 lantiq: improve falcon package selection
SVN-Revision: 28962
13 years ago
John Crispin e1dc73be90 lantiq: fix breakage introduced in 3.1 bump
SVN-Revision: 28961
13 years ago
John Crispin 95d36d3efe lantiq: remove obseleted folder. we use 3.1 now
SVN-Revision: 28728
13 years ago
John Crispin ea36ad76bc lantiq: bump to 3.1
SVN-Revision: 28721
13 years ago
John Crispin 0a866293bd * update patches to 3.0
* add basic vr9 support
* backport 3.1 fixes
* backport 3.2 queue (falcon)

SVN-Revision: 28405
13 years ago
John Crispin aecc73de77 The enable function was using the global timeout variable for local operations. This resulted in the value of the global variable being corrupted, thus breaking the code.
SVN-Revision: 28310
13 years ago
John Crispin 1ef8066bff * remove obseleted m25p80 patch
SVN-Revision: 28309
13 years ago
John Crispin cf59e7255d * rebase 3.0 patches * fold some fixes into existing patches
SVN-Revision: 28308
13 years ago
Hauke Mehrtens 09b1073f9b kernel: update kernel to version 2.6.39.4
SVN-Revision: 28022
13 years ago
John Crispin 8acc276692 sync default kernel config for lantiq danube/ar9
SVN-Revision: 27697
13 years ago
John Crispin 500d7d4bc8 fix etehrnet when using EPHY on lantiq ASE
SVN-Revision: 27696
13 years ago
John Crispin 78a9b1a2ad fixes pci on lantiq AR9 SoC
SVN-Revision: 27695
13 years ago
John Crispin 3833b7be24 add support for more lantiq AR9 boards
SVN-Revision: 27694
13 years ago
John Crispin 6b8c119b41 * fix external interrupts
SVN-Revision: 27687
13 years ago
John Crispin 5906377332 * 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>

SVN-Revision: 27665
13 years ago
John Crispin 7f548d379f fix generation of falcon images for profiles
SVN-Revision: 27550
13 years ago
John Crispin d7732885ed adds 2 ASC related patches to lantiq
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>

SVN-Revision: 27549
13 years ago
John Crispin b75a8fb532 fix up falcon kernel config
SVN-Revision: 27542
13 years ago
John Crispin 036df9f088 fix i2c-falcon kmod package selection
SVN-Revision: 27541
13 years ago
John Crispin a463daa818 replace all references to xway with danube
SVN-Revision: 27538
13 years ago
John Crispin dc2af33083 fix lantiq image makefile to represent new split between ar9 and danube
SVN-Revision: 27537
13 years ago
John Crispin 3c1079a7a7 add ar9 specific profile
SVN-Revision: 27536
13 years ago
John Crispin 09d547eae4 rename xway profile to danube and remove ar9 specifics
SVN-Revision: 27535
13 years ago
John Crispin f177052c9d remove ar9 board from xway profiles
SVN-Revision: 27534
13 years ago