Commit Graph

8336 Commits (5aefe3b277662416ea1a6e97292d4b360ef74c41)

Author SHA1 Message Date
Jonas Gorski 3fc76fb781 bcm63xx: build images for 6328 reference boards with various flash sizes
Build images for 96328avng and 963281TAN (untested) for three different
flash sizes: 4MB, 8MB, and 16MB.

Known issues:
 * Button setup unknown, thus no fail-safe available.
 * All other BCM6328 and BCM63XX issues

SVN-Revision: 32004
12 years ago
Jonas Gorski c454ba3657 bcm63xx: readd accidentially dropped network config for SPW303V
SVN-Revision: 32003
12 years ago
Gabor Juhos 9e02593b70 generic: ar8216: add revision specific PHY fixups for AR8327
SVN-Revision: 32000
12 years ago
Gabor Juhos 0d241e6670 generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv
SVN-Revision: 31999
12 years ago
Gabor Juhos b2fce19a70 generic: ar8216: add chip_is_ar8{216,236,316,327} helpers
SVN-Revision: 31998
12 years ago
Gabor Juhos cd7ab1d30b ar71xx: add default LED setup for the DB120 board
SVN-Revision: 31997
12 years ago
Gabor Juhos 29a579e43a cns21xx: use the generic uci-default functions for initial LED setup
SVN-Revision: 31996
12 years ago
Gabor Juhos ff74305623 lantiq: use the generic uci-default functions for initial LED setup
SVN-Revision: 31995
12 years ago
Gabor Juhos c81c6516de kirkwood: use the generic uci-default functions for initial LED setup
SVN-Revision: 31994
12 years ago
Gabor Juhos ffbb4f88a9 ramips: use the generic uci-default functions for initial LED setup
SVN-Revision: 31993
12 years ago
Gabor Juhos 4e40bdc190 ar71xx: use the generic uci-default functions for initial LED setup
SVN-Revision: 31992
12 years ago
Gabor Juhos ba3ad24514 kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 31990
12 years ago
Gabor Juhos c71838faa1 ramips: WAN LED for D-Link DIR-300-B1
Add led devices for D-Link DIR-300-B1 WAN LED.

Note that the GPIO state is also ANDed with the esw switch port 4
LED state, which is why I've set the amber LED to default-on.

Closes: https://dev.openwrt.org/ticket/11326

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

[ juhosg:
- fix comment style in mach-dir-300-revb.c,
- remove the PPP specific LED setup, not everyone uses a PPP connection
  on the WAN interface]

SVN-Revision: 31989
12 years ago
Felix Fietkau a9cd8446f3 ar71xx: do not override the mdio clock for ar9330. the override value (obtained from an atheros driver) seems to break ethernet functionality
SVN-Revision: 31956
12 years ago
Felix Fietkau 367e4b3994 ar71xx: improve rx performance of the ethernet driver by using build_skb to deliver a cache-hot skb to the network stack
SVN-Revision: 31934
12 years ago
Felix Fietkau 8039a1bbb2 ar71xx: fix MII clock settings for various chips, improves ethernet stability on AR934x
SVN-Revision: 31925
12 years ago
Felix Fietkau f638414fdc kernel: fix suppressing -s for linking modules when profiling is enabled
SVN-Revision: 31924
12 years ago
Gabor Juhos 8865f0923e ar71xx: fix TL-WR1041 image size
SVN-Revision: 31923
12 years ago
Gabor Juhos 1c552ba8e5 ramips: rt3883: add device registration code for the SPI controller
SVN-Revision: 31922
12 years ago
Gabor Juhos 9c241983fc ramips: allow to use the SPI driver on RT3662/RT3883
SVN-Revision: 31921
12 years ago
Gabor Juhos 78a750dcce ramips: rt3883: fix GPIO reservation for the SPI pins
SVN-Revision: 31920
12 years ago
Gabor Juhos 0622fdd82c ramips: rt305x: remove superfluous controller_data assignment
SVN-Revision: 31919
12 years ago
Gabor Juhos 7f5bec0642 ramips: make rt2x00 firmware extraction quiet
SVN-Revision: 31918
12 years ago
Gabor Juhos 86dad96fd0 generic: rtl8367: rename a misnamed variable
SVN-Revision: 31917
12 years ago
Gabor Juhos 705d31203c generic: rtl8366_smi: remove duplicated spinlock initialization
SVN-Revision: 31916
12 years ago
Gabor Juhos 9217115687 generic: rtl8366_smi: rename debugfs Kconfig symbol
SVN-Revision: 31915
12 years ago
Gabor Juhos 466ef30173 generic: rtl8367: allow to use VLANs > 31
SVN-Revision: 31914
12 years ago
John Crispin f567980d38 move files-3.3 -> files
SVN-Revision: 31912
12 years ago
John Crispin 8002770520 3.2 R.I.P.
SVN-Revision: 31911
12 years ago
John Crispin 81ddc886e1 dgn3500 support with eeprom loading from sysfs
WIFI eeprom:
As discussed, it is impossible for nand and spi flash platforms to have the eeprom data available from mtd. I suggested to load the eeprom from user-space. I've looked into regular firmware loading but this is only possible when using modules.  I've created a sysfs entry that allows reading and writing the eeprom data to the platform data. After loading the eeprom data I rely on pci-hotplug support to disable the bogus pci device and rescan the bus (with fixups and all). Because hotplug is not available, an init script is created that performs the copy from mtd to platform data. I think it is best to eventually move the sysfs functions to dev_wifi_athxk.c file, this would get rid of the external to the ath9k platform data.

SPI flash:
It seems that the spi-xway driver is not really working. It causes my kernel to crash in all sorts of ways. I added to bitbang SPI to be able to the calibration data mention above.
I've kept the original mtd partitioning that Netgear uses.

Buttons/LED:
Both buttons are working properly. Two leds are not enabled: The red internet led is connected to the pci_gnt1 pin... I can't disable it because then DMA stops working.
The green wifi led is connected to an unknown atheros gpio.

Signed-off-by: Pieter Voorthuijsen <p.voorthuijsen at gmail.com>

SVN-Revision: 31910
12 years ago
John Crispin 6e8fe84472 fixes zyxel p2601hnfx
moves the linux partition, removes the config partition and the
buttons settings have small adjustments.

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

SVN-Revision: 31909
12 years ago
John Crispin 3f2f50c681 Add basic configuration for new board ZTE H201L. Still missing are button and led gpio values.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 31908
12 years ago
Felix Fietkau 51bc47ce7c kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD
SVN-Revision: 31906
12 years ago
Gabor Juhos 0b8c1c8dfb linux/3.2: R.I.P.
SVN-Revision: 31905
12 years ago
Gabor Juhos 20ba6d90e3 xburst: remove support for old kernels
SVN-Revision: 31904
12 years ago
Gabor Juhos d043cb2c34 xburst: switch to 3.3 and add broken flag
SVN-Revision: 31903
12 years ago
Gabor Juhos 9a26e9f843 xburst: add support for 3.3
SVN-Revision: 31902
12 years ago
Gabor Juhos 9dd7a6d9e2 ppc44x: remove 3.2 support
SVN-Revision: 31901
12 years ago
Gabor Juhos 05d74942b1 ppx44x: switch to 3.3 and add broken flag
SVN-Revision: 31900
12 years ago
Gabor Juhos 9300e0496c ppc44x: add support for 3.3
Compile tested only.

SVN-Revision: 31899
12 years ago
Gabor Juhos c50f1f7536 cobalt: switch to 3.3 and add broken flag
Compile tested only.

SVN-Revision: 31898
12 years ago
Gabor Juhos 471cf87ff0 ep93xx: remove 3.2 support
SVN-Revision: 31897
12 years ago
Gabor Juhos 400b9b5b87 ep93xx: switch to 3.3 and add broken flag
SVN-Revision: 31896
12 years ago
Gabor Juhos 7501f2364f ep93xx: add support for 3.3
Compile tested only.

SVN-Revision: 31895
12 years ago
Gabor Juhos 907e88a37f au1000: remove 3.2 support
SVN-Revision: 31894
12 years ago
Gabor Juhos fbe10e73c6 au1000: switch to 3.3 and add broken flag
SVN-Revision: 31893
12 years ago
Gabor Juhos e065d5cfbe au1000: add support for 3.3
Compile tested only.

SVN-Revision: 31892
12 years ago
Gabor Juhos de4c4d35e1 linux/3.1: R.I.P.
SVN-Revision: 31891
12 years ago
Gabor Juhos cead4b47ab omap24xx: remove 3.1 support
SVN-Revision: 31890
12 years ago
Gabor Juhos 7a4db11fbb omap24xx: switch to 3.3 and add broken flag
SVN-Revision: 31889
12 years ago