Hauke Mehrtens
cadd36a303
brcm47xx: remove ssb-gige package
...
CONFIG_SSB_DRIVER_GIGE is set in the target config of the brcm47xx target, so it will always be activated and the kmod-ssb-gige is not needed any more.
The kmod-ssb-gige package is not generated in an build as it does not contain any files and the makes the image builder fail when generating a image integrating this package.
SVN-Revision: 34150
2012-11-11 17:30:33 +00:00
Imre Kaloz
702fd5cdb5
generate images for the D-Link DWL-3150 as well
...
SVN-Revision: 33961
2012-10-27 09:42:58 +00:00
Hauke Mehrtens
6a699a8ae8
brcm47xx: check for .ELF header in partition parser
...
The image format for the wgt634u is different from the normal format.
Without this patch the partition parser detects a 128kb bigger
partition after every update.
This closes #11420
Thank you b.sander for the patch.
SVN-Revision: 33935
2012-10-25 19:49:20 +00:00
Hauke Mehrtens
dca633f1c8
kernel: update bcma and ssb to master-2012-10-18 from wireless-testing
...
* update the flash driver for bcm47xx to use the stubs already in bcma
* do some misc enhancements to the flash drivers for bcm47xx
SVN-Revision: 33920
2012-10-25 14:33:47 +00:00
Jonas Gorski
0d2cf5f9e3
kernel: move the bcma fallback sprom fix to generic
...
bcm63xx needs the bcma fallback sprom fix, too.
SVN-Revision: 33896
2012-10-23 10:57:49 +00:00
John Crispin
6993e19532
drop GPIODEV platform code
...
SVN-Revision: 33825
2012-10-17 21:53:37 +00:00
Hauke Mehrtens
07234dc8bd
bcma: do not initialize deactivated PCIe cores
...
Before it was tried to initialize the deactivated PCIe core in client
mode, but this causes the SoC to hang. Just do not initialize it at all
and ignore the core it is not working and nothing is connected to it
when the specific bit is set in the boardflags.
SVN-Revision: 33620
2012-10-04 15:45:54 +00:00
Hauke Mehrtens
2819890839
use memcmp in mem size detection as suggested by blogic
...
SVN-Revision: 33619
2012-10-04 15:42:12 +00:00
Hauke Mehrtens
642fe7f10a
bcma: use fallback sprom if sprom on card was not valid
...
Sometimes the PCIe card indicates that it has a sprom somewhere and we
are able to read the memory region, but it is empty and not valid. In
these cases we should try to use the fallback sprom as a last chance.
SVN-Revision: 33601
2012-09-30 11:45:31 +00:00
Hauke Mehrtens
42952fd94f
bcma: initialize sprom earlier
...
The chip common and the PCIe code are accessing the sprom struct which
is not filled when these cores are initialized. Fix this by adding an
early initialize and fill the sprom struct before accessing it in other
code.
SVN-Revision: 33600
2012-09-30 11:44:44 +00:00
Hauke Mehrtens
2d40590a23
run make kernel_oldconfig
...
SVN-Revision: 33599
2012-09-30 11:44:04 +00:00
Hauke Mehrtens
e5eefed084
ignore the last page on bcma based SoCs
...
SVN-Revision: 33598
2012-09-30 11:43:40 +00:00
Hauke Mehrtens
c9feffc332
Fix reading sprom from nvram without a prefix
...
The bcma based SoCs with a ieee80211 core on the SoC and an other
connected via PCIe or USB store the sprom for the SoC with a sb/1/
prefix. The SoC with just one wifi core do not use prefixes. The
BCM4706 do not use a prefix for the SoC part at all, because the prefix
is the path to the ieee80211 core and there is non on the BCM4706.
SVN-Revision: 33597
2012-09-30 11:43:13 +00:00
Hauke Mehrtens
4d5c75a54e
improve the check for the memory size
...
This will hopefully fix bug #9360 and #9097 in trunk.
SVN-Revision: 33596
2012-09-30 11:42:16 +00:00
Hauke Mehrtens
0818180715
activate failsafe on all ports of the switch and not just port 0.
...
Sometimes the port 0 was the WAN port or there could be some device
where the port 0 is not wired to an actual Ethernet port. Now telnet in
failsafe will listen on all ports of the switch so user do not have to
search for the correct port any more. This change will make the switch
leak traffic between the WAN and the LAN port, but you should not use
failsafe while connected to a untrusted network.
SVN-Revision: 33544
2012-09-25 14:04:59 +00:00
Hauke Mehrtens
fd7b2b5141
deactivate mips wait instruction for MIPS 74K on Broadcom SoCs
...
When not removing support for the wait instruction, when ruining on the
BCM4706 SoC the system stops after msleep() without an exception. I
haven't seen this problem on the other Broadcom SoCs with a 74K CPU,
but in the Broadcom SDK it is deactivated for all CPUs of this type.
SVN-Revision: 33496
2012-09-20 14:51:57 +00:00
Florian Fainelli
57bd95734d
brcm47xx/profiles/PS-1208MFG: remove reference to non-existing package
...
The package block-hotplug doesn't exist, refer to block-mount instead.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33474
2012-09-19 15:13:33 +00:00
Hauke Mehrtens
db18fa388d
update fix-boot patch.
...
Do not change the code any more but use the kconfig options
SVN-Revision: 33463
2012-09-19 10:18:36 +00:00
Hauke Mehrtens
eeb3ad1860
update gpio patches
...
SVN-Revision: 33462
2012-09-19 10:17:51 +00:00
Gabor Juhos
43147ffec5
generic: move GENERIC_PWM symbol into the generic config
...
SVN-Revision: 33383
2012-09-13 06:38:31 +00:00
Hauke Mehrtens
95c141aaac
add gpio sysfs entries
...
This fixes #10256
SVN-Revision: 33369
2012-09-11 15:04:20 +00:00
Hauke Mehrtens
847afa343f
update profiles
...
* add profile for BCM4705 based SoC using tg3 instead of b44
* remove redundant 105-Atheros.mk
* reorder
SVN-Revision: 33235
2012-08-22 21:54:06 +00:00
Hauke Mehrtens
3133d4d8de
remove unused file
...
SVN-Revision: 33210
2012-08-18 15:45:18 +00:00
Hauke Mehrtens
9eaee85cc2
make brcm47xx build only with bcma or only with ssb support.
...
There are some ifdefs missing so when only ssb or only bcma was
selected in the kernel config it did not build.
SVN-Revision: 33209
2012-08-18 14:08:35 +00:00
Hauke Mehrtens
f4d6baf498
update gpio patches
...
SVN-Revision: 33208
2012-08-18 11:51:35 +00:00
Hauke Mehrtens
a0fb060211
update tg3 driver
...
SVN-Revision: 33004
2012-08-05 20:27:40 +00:00
Hauke Mehrtens
35661401da
generate image for Linksys e3200
...
SVN-Revision: 33003
2012-08-05 13:14:00 +00:00
Hauke Mehrtens
a71f347c30
brcm47xx: update gpio patch
...
SVN-Revision: 33001
2012-08-05 12:40:05 +00:00
Hauke Mehrtens
1d40a652ee
brcm47xx: fix patch which moves the flash struct in wgt634u code
...
SVN-Revision: 33000
2012-08-05 12:39:15 +00:00
Hauke Mehrtens
0758996824
brcm47xx: use libgpio instaed of implementing the gpio interface ourself.
...
SVN-Revision: 32992
2012-08-04 19:46:25 +00:00
Hauke Mehrtens
0c75abf527
bcma: update to version from wireless-testing tag master-2012-07-16
...
I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it.
This also contains 3 additional patches fixing some bugs in bcma.
SVN-Revision: 32880
2012-07-26 15:42:18 +00:00
Florian Fainelli
c7a69869f7
move ubsec-ssb driver to target specific modules.mk
...
SVN-Revision: 32863
2012-07-25 15:50:38 +00:00
Florian Fainelli
d1b2087a35
move ssb-gige to target specific modules.mk
...
SVN-Revision: 32862
2012-07-25 15:50:36 +00:00
Florian Fainelli
c14d907b8b
move usb driver to target specific modules.mk
...
SVN-Revision: 32861
2012-07-25 15:50:33 +00:00
Hauke Mehrtens
e0837a51f0
brcm47xx: reorder patches so that the patches already in mainline linux will be applied at first.
...
SVN-Revision: 32845
2012-07-25 14:52:00 +00:00
Hauke Mehrtens
45d55161a6
kernel: bcma: update to version from wireless-testing tag master-2012-07-11
...
SVN-Revision: 32670
2012-07-11 22:17:05 +00:00
Hauke Mehrtens
bd9fa13c73
kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02
...
SVN-Revision: 32580
2012-07-02 23:12:58 +00:00
Felix Fietkau
50958f5e03
kernel: replace the brcm47xx fuse workaround patches with a generic patch that applies to all mips targets
...
The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk
SVN-Revision: 32395
2012-06-16 21:06:33 +00:00
John Crispin
a4d96aae8d
bump to 3.3.8
...
SVN-Revision: 32055
2012-06-05 06:57:51 +00:00
Gabor Juhos
2ae5581447
kernel: update linux 3.3 to 3.3.7
...
SVN-Revision: 31848
2012-05-23 21:05:32 +00:00
Hauke Mehrtens
c63ef04874
brcm47xx: fix nvram read out on devices with serial flash
...
detect nvram on Linksys E3200
SVN-Revision: 31790
2012-05-18 16:04:10 +00:00
Hauke Mehrtens
7ad663dda6
brcm47xx: bcma: fix null pointer
...
SVN-Revision: 31789
2012-05-18 15:46:30 +00:00
Hauke Mehrtens
b4ecf522cd
brcm47xx: ssb: recognize ARM Cortex M3
...
SVN-Revision: 31788
2012-05-18 15:45:51 +00:00
Hauke Mehrtens
7be88d2ad8
brcm47xx: some fixes for the USB driver
...
SVN-Revision: 31787
2012-05-18 15:44:25 +00:00
Hauke Mehrtens
273797f15a
kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
...
SVN-Revision: 31772
2012-05-17 13:22:38 +00:00
Hauke Mehrtens
3491d8c017
brcm47xx: remove support for kernel 3.2
...
SVN-Revision: 31771
2012-05-17 13:20:10 +00:00
Gabor Juhos
39994008cb
linux: move certain disabled symbols to the generic configs
...
* CONFIG_ARCH_DMA_ADDR_T_64BIT
* CONFIG_ARCH_HAS_ILOG2_U32
* CONFIG_ARCH_HAS_ILOG2_U64
* CONFIG_ARCH_PHYS_ADDR_T_64BIT
* CONFIG_ARCH_SUPPORTS_MSI
* CONFIG_GENERIC_CPU_DEVICES
* CONFIG_HWMON_DEBUG_CHIP
* CONFIG_I2C_PXA_PCI
* CONFIG_LEDS_GPIO
* CONFIG_MINIX_FS_NATIVE_ENDIAN
* CONFIG_MLX4_CORE
* CONFIG_POWER_SUPPLY
* CONFIG_POWER_SUPPLY_DEBUG
* CONFIG_QUOTACTL
* CONFIG_SDIO_UART
* CONFIG_SENSORS_K10TEMP
* CONFIG_SENSORS_SCH56XX_COMMON
* CONFIG_SENSORS_VIA_CPUTEMP
* CONFIG_SERIO_AMBAKMI
* CONFIG_SERIO_I8042
* CONFIG_SERIO_LIBPS2
* CONFIG_SERIO_PCIPS2
* CONFIG_SERIO_RAW
* CONFIG_SERIO_SERPORT
* CONFIG_SPI_BITBANG
* CONFIG_SPI_GPIO
SVN-Revision: 31737
2012-05-15 10:58:52 +00:00
Gabor Juhos
b472e5d12e
kernel: update linux 3.3 to 3.3.6
...
SVN-Revision: 31709
2012-05-14 09:18:32 +00:00
Hauke Mehrtens
482b99a660
brcm47xx: generate image for Linksys WRT610N V1
...
SVN-Revision: 31696
2012-05-13 00:16:57 +00:00
Hauke Mehrtens
5acb0b72be
brcm47xx: fix tg3 ssb patch
...
Now tg3 works with the Ethernet core of the Linksys WRT610N v1 (again).
SVN-Revision: 31694
2012-05-12 23:59:12 +00:00
Gabor Juhos
34018a630f
kernel: update linux 3.3 to 3.3.5
...
SVN-Revision: 31645
2012-05-07 20:11:43 +00:00
Hauke Mehrtens
d30f8da466
brcm47xx: add gpio_request_one()
...
This fixes a compile error with kernel 3.3.
SVN-Revision: 31635
2012-05-06 20:44:37 +00:00
Hauke Mehrtens
8c352ff853
brcm47xx: update target to kernel 3.3
...
SVN-Revision: 31599
2012-05-05 12:53:37 +00:00
Hauke Mehrtens
22b2e3fbb9
brcm47xx: add support for kernel 3.3
...
SVN-Revision: 31573
2012-05-03 20:18:41 +00:00
Hauke Mehrtens
d7b7b99d6e
brcm47xx: BCMA - Modified PCI CFG space access
...
The existing code (prior to the patch) does an "ioremap_nocache" on a
subset of a memory region that I think has already been mapped, and then
un-maps that smaller region when it is finished.
Thanks Nathan Hintz for the patch
SVN-Revision: 31481
2012-04-25 20:32:17 +00:00
Hauke Mehrtens
e90d3f1663
brcm47xx: A couple of other (inconsequential) BCMA patches
...
Noticed these while reviewing the code.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31471
2012-04-24 21:56:42 +00:00
Hauke Mehrtens
b07998cf11
brcm47xx: b44 fix workaround detection on some brcm47xx boards
...
Because of api change of nvram_getenv, the workaround failed to detect the hardware.
Based on patch by b.sander
Fixes #11268 .
SVN-Revision: 31470
2012-04-24 20:35:46 +00:00
Jonas Gorski
22b4e6b882
kernel: update linux 3.2 to 3.2.16
...
SVN-Revision: 31459
2012-04-24 09:25:35 +00:00
Jonas Gorski
a8f2bc682e
kernel: also update the targets to use 3.2.15
...
Thanks Gabor for spotting it.
SVN-Revision: 31337
2012-04-17 13:12:14 +00:00
Jonas Gorski
ee4c47a134
kernel: update linux 3.2 to 3.2.15
...
SVN-Revision: 31335
2012-04-17 12:50:54 +00:00
Hauke Mehrtens
7475bb3dc6
brcm47xx: fix a bug in the sprom handling of bcma, this broke all bcma based SoCs.
...
bcma: use fallback sprom if no on chip sprom is available
SVN-Revision: 31285
2012-04-14 12:12:22 +00:00
Hauke Mehrtens
6af575967c
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
...
SVN-Revision: 31278
2012-04-13 19:35:40 +00:00
Hauke Mehrtens
c75e700d42
brcm47xx: remove support for kernel 3.0
...
SVN-Revision: 31276
2012-04-13 16:53:16 +00:00
Jonas Gorski
16b4cbcdd6
kernel: update linux 3.2 to 3.2.14
...
SVN-Revision: 31222
2012-04-09 14:48:51 +00:00
Jonas Gorski
d87efd8c3c
kernel: update linux 3.2 to 3.2.13 and refresh patches
...
Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158
2012-04-01 07:56:55 +00:00
Hauke Mehrtens
de0527a354
brcm47xx: fix memory leak, backport from the mainline kernel
...
SVN-Revision: 31143
2012-03-29 15:44:06 +00:00
Hauke Mehrtens
9992ce3a51
brcm47xx: add missing breaks into the nvram read code in the switch case statements
...
SVN-Revision: 31142
2012-03-29 15:43:16 +00:00
Hauke Mehrtens
13b6ec1d05
brcm47xx: update flash drivers
...
SVN-Revision: 31126
2012-03-28 17:03:18 +00:00
Hauke Mehrtens
2f6e19e203
brcm47xx: BCMA - Consolidate/reduce code in bcma_device_name
...
Eliminate unneeded procedure by incorporating code into bcma_device_name
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31120
2012-03-28 09:36:50 +00:00
Hauke Mehrtens
a31a9b8650
brcm47xx: BCMA - Always map 4 bytes
...
This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes.
Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch).
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31119
2012-03-28 09:35:01 +00:00
Hauke Mehrtens
a5abb08100
brcm47xx: update sprom patches like they are in the mainline kernel
...
SVN-Revision: 31093
2012-03-27 17:07:28 +00:00
Hauke Mehrtens
6fd915ba37
brcm47xx: update usb driver to the version send for mainline kernel integartion
...
SVN-Revision: 31089
2012-03-27 15:38:56 +00:00
Gabor Juhos
c1dc6df8bd
kernel: update linux 3.2 to 3.2.12
...
SVN-Revision: 31028
2012-03-19 18:23:31 +00:00
Felix Fietkau
db6e326c56
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
...
SVN-Revision: 31015
2012-03-19 09:58:13 +00:00
Hauke Mehrtens
cee31ca238
brcm47xx: add support for NAND flash on devices using bcma
...
This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2.
Thank you Tathagata Das <tathagata@alumnux.com> for the patch
SVN-Revision: 30943
2012-03-14 22:59:39 +00:00
Hauke Mehrtens
7fee567dc0
brcm47xx: move and rename the patches
...
The patches are now grouped by the part what they are doing and are using three digest numbers.
This does not remove or adds anything
SVN-Revision: 30942
2012-03-14 21:48:23 +00:00
Hauke Mehrtens
067a065305
brcm47xx: make patch apply
...
SVN-Revision: 30876
2012-03-11 13:36:46 +00:00
Hauke Mehrtens
7dcdf69388
brcm47xx: BCMA - Find names of non BCM cores
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30875
2012-03-11 12:55:20 +00:00
Hauke Mehrtens
d6d40b2d60
BCMA - Account for variable PCI memory base/size
...
Thank you Nathan Hintz for the patch
SVN-Revision: 30874
2012-03-11 12:52:43 +00:00
Hauke Mehrtens
bbf739a59f
BCMA - Reorder SPROM fill
...
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30873
2012-03-11 11:50:59 +00:00
Gabor Juhos
9698a499b6
kernel: update linux 3.2 to 3.2.9
...
SVN-Revision: 30767
2012-03-01 19:49:02 +00:00
Hauke Mehrtens
12537aa190
brcm47xx: use kernel 3.2 by default
...
SVN-Revision: 30751
2012-02-28 20:12:46 +00:00
Hauke Mehrtens
5dec9dd3b2
brcm47xx: add code to generate images for some netgear devices
...
This is commented out until we get report of working devices.
SVN-Revision: 30639
2012-02-18 23:21:47 +00:00
Hauke Mehrtens
1122b231f9
brcm47xx: sprom for nvram parsing
...
This adds support for parsing sprom form nvram for sprom version form 1 to 9.
It also adds sprom from nvram support for devices on the bcma bus.
SVN-Revision: 30638
2012-02-18 23:08:26 +00:00
Hauke Mehrtens
30408f1cc4
brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.
...
SVN-Revision: 30488
2012-02-12 22:41:20 +00:00
Hauke Mehrtens
e7bd7f7e85
brcm47xx: activate config bug to show warnings
...
SVN-Revision: 30487
2012-02-12 22:40:01 +00:00
Hauke Mehrtens
fa21aef5ab
brcm47xx: refresh patches
...
SVN-Revision: 30481
2012-02-12 16:45:27 +00:00
Hauke Mehrtens
838c363886
brcm47xx: update usb driver for brcm47xx.
...
SVN-Revision: 30480
2012-02-12 16:38:10 +00:00
Hauke Mehrtens
295a154f2f
brcm47xx: print the chip id and rev found by ssb and bcma
...
SVN-Revision: 30428
2012-02-10 22:42:43 +00:00
Hauke Mehrtens
4e332227d0
brcm47xx: update bcm5354 support patch
...
SVN-Revision: 30423
2012-02-10 17:22:26 +00:00
Jonas Gorski
e67f4477bb
kernel: update linux 3.0 to 3.0.18
...
SVN-Revision: 29965
2012-01-31 09:43:53 +00:00
Hauke Mehrtens
d1c07b3657
brcm47xx: add fix for cardbus host controller
...
These devices have two devices on the bus, the host controller itself and the device.
SVN-Revision: 29923
2012-01-27 20:10:51 +00:00
Hauke Mehrtens
26d4e1876c
brcm47xx: add support for pcie host controller on bcma based SoCs.
...
This also adds minimal support for the BCMA43224 pcie wireless card.
SVN-Revision: 29843
2012-01-21 22:39:20 +00:00
Hauke Mehrtens
034cf5643f
brcm47xx: add support for kernel 3.2
...
SVN-Revision: 29756
2012-01-15 21:18:34 +00:00
Hauke Mehrtens
c3d134af12
brcm47xx: run kernel_oldconfig
...
SVN-Revision: 29755
2012-01-15 14:53:32 +00:00
Hauke Mehrtens
d5bc3a994b
brcm47xx: update usb driver
...
Add workarround for BCM5357 and BCM4749.
This patch contains the following fixes from George Kashperko:
* separate subroutines for controller initialization workarounds -
following CodingStyle recommendations;
* __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG;
* fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being
kmalloc'ed is never freed anywhere while platform_device_add_resources
will kmemdup resources right away;
* fix compilation error in ssb_hcd_resume - it will fail as soon as
CONFIG_PM is selected.
SVN-Revision: 29734
2012-01-13 20:11:23 +00:00
Jonas Gorski
e49d3e1d5b
kernel: update linux 3.0 to 3.0.17
...
SVN-Revision: 29725
2012-01-13 14:10:44 +00:00
Hauke Mehrtens
11125d68ed
brcm47xx: fix usb on more recent bcma based devices.
...
SVN-Revision: 29605
2011-12-23 17:21:52 +00:00
Hauke Mehrtens
0cd03df3b1
brcm47xx: remove patch starting adding brcm4716 to ssb
...
brcm4716 is supported by bcma now we do not need this patch
SVN-Revision: 29576
2011-12-19 23:55:20 +00:00
Hauke Mehrtens
5b8686c303
brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.
...
This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more.
SVN-Revision: 29575
2011-12-19 23:39:13 +00:00