aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
* remove unused fileHauke Mehrtens2012-08-181-635/+0
| | | | SVN-Revision: 33210
* brcm47xx: fix partition layout on SimpleShare devices.Hauke Mehrtens2011-05-251-21/+66
| | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. SVN-Revision: 27005
* brcm47xx: do not read from CFEHauke Mehrtens2010-12-051-12/+6
| | | | SVN-Revision: 24267
* brcm47xx: use on common files dirHauke Mehrtens2010-12-051-0/+596
| | | | SVN-Revision: 24264
* brcm47xx: prepare brcm47xx patches for sending to mainline.Hauke Mehrtens2010-07-191-474/+0
| | | | SVN-Revision: 22296
* brcm47xx: added dual image support to flashmap driverMarkus Wigge2010-07-011-3/+37
| | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP SVN-Revision: 22019
* Port to kernel 2.6.30.Hauke Mehrtens2009-06-131-0/+440
| | | | | | | | There is an error in the unlzma system in the kernel. A lzma compressed squashfs filesystem does not work for me. This should compile and works for me on my Asus WL-500GP, please test it on more systems. SVN-Revision: 16441
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-439/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+439
(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