summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files
Commit message (Collapse)AuthorAgeFilesLines
* add board registration of the bcm96338gwFlorian Fainelli2008-12-191-0/+22
| | | | SVN-Revision: 13693
* 6338 has no PCIFlorian Fainelli2008-12-191-1/+0
| | | | SVN-Revision: 13692
* add experimental support for bcm6338Florian Fainelli2008-12-194-2/+135
| | | | SVN-Revision: 13691
* Register watchdog driverFlorian Fainelli2008-12-192-0/+4
| | | | SVN-Revision: 13690
* fix register definitions for bcm6358, thanks SGDAFlorian Fainelli2008-12-191-5/+5
| | | | SVN-Revision: 13688
* Add bcm63xx_wdt but do not enable it yetFlorian Fainelli2008-12-174-0/+357
| | | | SVN-Revision: 13677
* Add support for Sagem F@ST2404 (#4332)Florian Fainelli2008-12-101-0/+26
| | | | SVN-Revision: 13583
* Fix remaining bug of the off-by-one error ;)Florian Fainelli2008-12-081-1/+1
| | | | SVN-Revision: 13551
* Enable ohci on bcm96348gwFlorian Fainelli2008-12-081-0/+2
| | | | SVN-Revision: 13549
* Prepare bcm63xx for SPI master supportFlorian Fainelli2008-12-082-1/+69
| | | | SVN-Revision: 13547
* Add support for bcm96348gw10 (Netgear DG834GT) (#4319)Florian Fainelli2008-12-072-2/+25
| | | | SVN-Revision: 13540
* Fix an off-by one printing errorFlorian Fainelli2008-12-021-1/+1
| | | | SVN-Revision: 13469
* Improve Inventel Livebox supportFlorian Fainelli2008-11-291-1/+54
| | | | SVN-Revision: 13427
* bcm63xx MTD driver cleanup and fixes: - convert to platform_driver - get the ↵Florian Fainelli2008-11-273-231/+227
| | | | | | window_size/addr from the board setup code - indentation fixes - remove duplicate code - move bcm_tag declaration out of the MTD driver SVN-Revision: 13379
* Commit changes on the files for gpiolibFlorian Fainelli2008-11-273-62/+53
| | | | SVN-Revision: 13374
* Flatten brcm63xx patches, should make our life easier to patch files now ;)Florian Fainelli2008-11-2652-0/+9249
| | | | SVN-Revision: 13368
* Prevent the MTD map to fail, somehow detect_cfe will read the tag plus some ↵Florian Fainelli2008-11-201-1/+1
| | | | | | garbage, therefore making a simple strcmp will fail SVN-Revision: 13299
* This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet ↵Florian Fainelli2008-11-151-2/+3
| | | | | | working. Also it patches mtd map driver for bcm96xx boards to be sure that CFE1CFE1 code is detected when booting from CFE. (#4201) SVN-Revision: 13213
* Delete old brcm63xx filesFlorian Fainelli2008-11-1533-6081/+0
| | | | SVN-Revision: 13210
* brcm63xx: rename mtd partitions to the ones used by other openwrt platforms ↵Felix Fietkau2008-11-061-13/+5
| | | | | | - should make the automatic rootfs overlay split work and fix the mounting of the right partition SVN-Revision: 13130
* Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵Florian Fainelli2008-10-201-2/+2
| | | | | | testing with 8MB devices SVN-Revision: 13015
* Upgrade brcm63xx to 2.6.24Florian Fainelli2008-02-137-31/+53
| | | | SVN-Revision: 10455
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0633-0/+6336
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653