summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* [brcm63xx] fix board patches so that new boards are withing appropriate ifdefflorian2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix bisectability of patch 303-spi-board-info.patchflorian2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 3.3.8blogic2012-06-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix ethernet on 96328avng and 963281TANjogo2012-06-047-15/+19
| | | | | | The internal switch did not get registered. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: build images for 6328 reference boards with various flash sizesjogo2012-05-3011-28/+232
| | | | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: readd accidentially dropped network config for SPW303Vjogo2012-05-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: build images for DSL-274XB revision F1jogo2012-05-271-0/+3
| | | | | | | | | | | Build images for D-Link DSL-274XB revision F1. Flashing through original web UI as well as CFE works. Known issues: * wifi led inverted (on when wifi is off and vice cersa) * same issues as generic bcm6328 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add ath9k to atheros wifi profilejogo2012-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: enable bcm6328 support and required driversjogo2012-05-271-3/+6
| | | | | | | | | | | BCM6328 support is in a usable state, with the following issues * internal switch port not configurable * external phys not supported * broadcom wifis will probably not work correctly * and all other generic bcm63xx issues (so yes, still no ADSL) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add support for DSL-274XB rev F1jogo2012-05-278-6/+146
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix port state after network downjogo2012-05-271-0/+28
| | | | | | | | bcm_enetsw_probe did not properly reset port states, resulting in connected ports staying disabled after bringing up the interface the second time. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add a fixup for ath9k devicesjogo2012-05-2723-63/+1447
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add support for the HSSPI controllerjogo2012-05-2733-55/+1241
| | | | | | | Add support for the HSSPI controller found on bcm6328 and SPI attached flash. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add preliminary support for bcm6328jogo2012-05-2721-18/+1364
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add flash type detectionjogo2012-05-2732-80/+414
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: pad Speedport W303 V images to 4 MiBjogo2012-05-271-1/+1
| | | | | | | Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add a default switch configuration for DSL-274XBjogo2012-05-271-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: setup network config through uci-defaultsjogo2012-05-2711-159/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: move the board name workaround to /lib/brcm63xx.shjogo2012-05-272-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: use the exact board id as board identification stringjogo2012-05-272-14/+17
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.7juhosg2012-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: move certain disabled symbols to the generic configsjuhosg2012-05-151-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.6juhosg2012-05-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.5juhosg2012-05-078-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix a race between PCI bus scan and fallback sprom registrationjogo2012-05-062-0/+110
| | | | | | | | | The fallback sprom handler was installed too late, resulting in ssb failing to get a valid sprom on some devices. Fixes #11384. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] use a define for the poll and debounce intervalflorian2012-05-0235-98/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.4juhosg2012-04-305-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] switch to gpio-keys-polledflorian2012-04-2716-42/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: drop linux 3.2 supportjogo2012-04-2444-5120/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: drop linux 3.0 supportjogo2012-04-2442-5087/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: switch kernel to 3.3jogo2012-04-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: enable bcm6368 for linux 3.3 and build imagesjogo2012-03-282-2/+7
| | | | | | Only build bcm6368 images when building for linux 3.3. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add initial support for bcm6368 boardsjogo2012-03-284-3/+225
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add driver for the internal hw trng on bcm6368jogo2012-03-289-7/+470
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: replace SPI driver with latest upstream versionjogo2012-03-2825-944/+1342
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add ethernet support for bcm6368jogo2012-03-2811-534/+2173
| | | | | | | | | Add basic support for the internal ethernet switch on bcm6368. It behaves as a dumb switch for now, but allows basic connectivity. Also drop the ethernet patch for bcm6345 for now, it needs rework. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add missing bits from extirq supportjogo2012-03-284-3/+99
| | | | | | Add missing external IRQ code parts for older chips in the new code. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: reorder patchesjogo2012-03-2840-76/+76
| | | | | | | Reorder patches for a clearer distinction between the purposes of the different patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainednbd2012-03-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove udc patch since it is unusedflorian2012-03-1389-953/+209
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove 3.1 supportflorian2012-03-0543-5334/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] rename 96348GW-1{0,1}-gen to 96348GW-1{0,1}-genericflorian2012-03-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] generate generic images for BCM96358VW and BCM96358VW2 (#10666)florian2012-03-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] wire bcm96348gw-10 reset button (#10854)florian2012-03-058-8/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge branch 'bcm63xx'florian2012-03-0531-38/+625
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: add support for linux 3.3jogo2012-02-0438-0/+5080
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.0 to 3.0.18jogo2012-01-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] build 96348R imagesflorian2012-01-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove support for 2.6.39florian2012-01-3040-5202/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bump to 3.0.17florian2012-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29958 3c298f89-4303-0410-b956-a3cf2f4a3e73