aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* linux/brcm47xx: include a missing 2.6.37 file (thank you hauke)Alexandros C. Couloumbis2010-11-111-0/+559
| | | | SVN-Revision: 23955
* brcm47xx: missing in r23949Hauke Mehrtens2010-11-101-1/+0
| | | | SVN-Revision: 23950
* brcm47xx: CONFIG_HAMRADIO=n makes no senseHauke Mehrtens2010-11-104-4/+0
| | | | SVN-Revision: 23949
* linux/brcm47xx: add preliminary 2.6.37 kernel supportAlexandros C. Couloumbis2010-11-1028-0/+3086
| | | | SVN-Revision: 23945
* brcm47xx: Fix boot problem with wgt634u.Hauke Mehrtens2010-11-0718-38/+953
| | | | | | | | | | Readd the workarround from the old version again which was removed in r22296 and refresh the patches. This should close #7874 Thank you Russell Senior for testing. SVN-Revision: 23911
* Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"Florian Fainelli2010-10-193-267/+0
| | | | | | This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca. SVN-Revision: 23533
* Add support for cores with slow WDT clock (bcm5354)Florian Fainelli2010-10-183-0/+267
| | | | | | Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs> SVN-Revision: 23516
* linux/brcm47xx: fix an initialization issue on 2.6.36 kernelAlexandros C. Couloumbis2010-10-111-0/+11
| | | | SVN-Revision: 23392
* brcm47xx: add patches for kernel 2.6.36Hauke Mehrtens2010-10-0627-0/+3329
| | | | SVN-Revision: 23278
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* update to 2.6.34.5Florian Fainelli2010-08-226-13/+13
| | | | SVN-Revision: 22768
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-221-1/+1
| | | | SVN-Revision: 22759
* brcm47xx: do not read out cfeHauke Mehrtens2010-08-152-10/+38
| | | | | | | | | | | Reading the CFE properties causes system hangs on some devices. With this patch nvram read will be successful very time so cfe will no be read out. This code is not really correct but it will work around some problems for some people. Related ticket: #7693 SVN-Revision: 22663
* brcm47xx/patches-2.6.35: Allow SSB EHCI/OHCI drivers to co-exist (thank you ↵Alexandros C. Couloumbis2010-08-151-0/+188
| | | | | | Steve Brown) SVN-Revision: 22661
* brcm47xx: do not generate image for wgr614_v8 as long as we did not get any ↵Hauke Mehrtens2010-08-061-1/+1
| | | | | | positive reports with that device. SVN-Revision: 22522
* brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2Hauke Mehrtens2010-08-061-0/+6
| | | | | | | | | Thank you realopty for the patch. tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/ This closes #7702. SVN-Revision: 22516
* brcm47xx: ignore some parts of flash on some netgear devices. This space is ↵Hauke Mehrtens2010-08-032-6/+176
| | | | | | | | | | used to store config values. When overwriting it the device will not start any more. closes #7630 Thank you realopty for testing. SVN-Revision: 22475
* brcm47xx: some checkpatch fixesHauke Mehrtens2010-07-3112-40/+48
| | | | SVN-Revision: 22425
* brcm47xx: some fixesHauke Mehrtens2010-07-3116-135/+202
| | | | | | | | * fix return codes of nvram_getenv. Now it behaves like cfe_getenv. * also check cfe for kernel_args param. * some style fixes SVN-Revision: 22424
* mostly revert commit r22396Hauke Mehrtens2010-07-301-1/+1
| | | | | | | | | | | | | CFE does not boot images generated with these checksums because of wrong checksum. After flashing then with tftp to my Asus wl500-GPv1 the following messages are show: Null Rescue Flag. Boot program checksum is invalid Hello!! Enter Rescue Mode: (Check error) SVN-Revision: 22418
* fix CRC32 calculation for sysupgradeMarkus Wigge2010-07-271-1/+1
| | | | | | | | | | | | | | * reduce image size for CRC calculation by fs_mark size sysupgrade sometimes failed for me and I noticed that it was due to incorrect CRC values in trx-header after performing it. It seems that the fs_mark was completely included in the calculation and that it was nevertheless modified by sysupgrade while appending the jffs data. This only occurs for the first boot after sysupgrade as the flashmap driver recalculates the CRC to an even smaller area when it boots. SVN-Revision: 22396
* brcm47xx: now hopfully realy commit the right things from r22385Hauke Mehrtens2010-07-252-122/+124
| | | | SVN-Revision: 22388
* brcm47xx: add missing part from r22385Hauke Mehrtens2010-07-251-62/+61
| | | | SVN-Revision: 22387
* brcm47xx: fill the whole sprom with dataHauke Mehrtens2010-07-246-67/+68
| | | | SVN-Revision: 22385
* brcm47xx: fix for boardflags by xMff and checkpatch.pl fixesHauke Mehrtens2010-07-2012-48/+60
| | | | SVN-Revision: 22318
* brcm47xx: write boardflags correct into spromHauke Mehrtens2010-07-1912-34/+40
| | | | SVN-Revision: 22298
* brcm47xx: prepare brcm47xx patches for sending to mainline.Hauke Mehrtens2010-07-1953-1547/+2759
| | | | SVN-Revision: 22296
* brcm47xx: remove kernel 2.6.33Hauke Mehrtens2010-07-1931-2882/+0
| | | | SVN-Revision: 22295
* brcm47xx: activate swap again and run make oldconfigHauke Mehrtens2010-07-173-6/+2
| | | | SVN-Revision: 22266
* target (base-files): Fixed failsafe mode by adding back insmod diagDaniel Dickinson2010-07-151-0/+8
| | | | SVN-Revision: 22186
* brcm47xx: use kernel 2.6.34.1 as default kernelHauke Mehrtens2010-07-101-1/+1
| | | | SVN-Revision: 22119
* brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35Felix Fietkau2010-07-102-6/+4
| | | | SVN-Revision: 22116
* Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to ↵Felix Fietkau2010-07-106-2/+68
| | | | | | | | | | clear.' spam. more and more users are getting confused by this, and consider it a regression in brcm47xx, because brcm-2.4 was not showing this message. It's not particularly interesting for debugging, most of the time it only happens because of an unconnected port. SVN-Revision: 22110
* 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
* renamed wrt54g3gv2-vf imagesMarkus Wigge2010-07-011-2/+2
| | | | | | | | | | 'factory' and 'sysupgrade' did not make much sense. A discussion with jow convinced me that .trx results in a helpdesk disaster. So I decided to use '.bin' for normal bin-headers and '.noheader.bin' for the trx-v2 image. I fixed the wiki accordingly. SVN-Revision: 22013
* fix commit r21993Alexandros C. Couloumbis2010-06-302-0/+2
| | | | SVN-Revision: 21994
* add back the base-files/image code from brcm-2.4 to brcm47xxFelix Fietkau2010-06-2623-0/+1880
| | | | SVN-Revision: 21945
* remove brcm47xx symlinks to brcm-2.4 (unfortunately svn does not allow a ↵Felix Fietkau2010-06-263-3/+0
| | | | | | proper type changing commit) SVN-Revision: 21944
* change a typo in ath5k profileJo-Philipp Wich2010-06-201-1/+1
| | | | SVN-Revision: 21853
* deselect wpad-mini in wl profile instead of adding it to all other profiles, ↵Jo-Philipp Wich2010-06-205-7/+7
| | | | | | slightly change titles SVN-Revision: 21852
* add a profile using proprietary wl instead of b43Jo-Philipp Wich2010-06-203-4/+25
| | | | SVN-Revision: 21851
* brcm47xx: add some exports to be used by the new wl driverFelix Fietkau2010-06-144-0/+92
| | | | SVN-Revision: 21793
* generic: move more common options to generic configurationGabor Juhos2010-06-103-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ABX500_CORE * CONFIG_ATOMIC64_SELFTEST * CONFIG_BRIDGE_IGMP_SNOOPING * CONFIG_CAIF * CONFIG_CEPH_FS * CONFIG_CRYSTALHD * CONFIG_DEFAULT_SECURITY_SELINUX * CONFIG_DEFAULT_SECURITY_SMACK * CONFIG_DEFAULT_SECURITY_TOMOYO * CONFIG_DT3155 * CONFIG_IP_MROUTE_MULTIPLE_TABLES * CONFIG_L2TP * CONFIG_LOGFS * CONFIG_LPC_SCH * CONFIG_MFD_JANZ_CMODIO * CONFIG_MFD_RDC321X * CONFIG_N_GSM * CONFIG_RAMOOPS * CONFIG_SERIAL_ALTERA_JTAGUART * CONFIG_SERIAL_ALTERA_UART * CONFIG_SERIAL_TIMBERDALE * CONFIG_SM_FTL * CONFIG_SQUASHFS_XATTRS SVN-Revision: 21750
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-103-3/+0
| | | | SVN-Revision: 21749
* generic: move some common symbols to generic configurationGabor Juhos2010-06-103-4/+0
| | | | | | | | * CONFIG_MUTEX_SPIN_ON_OWNER * CONFIG_DEFAULT_HYDLA * CONFIG_DEFAULT_VENO SVN-Revision: 21748
* generic: remove trailing whitespaces from kernel configsGabor Juhos2010-06-101-1/+1
| | | | SVN-Revision: 21747
* generic: standardize CONFIG_INLINE_* symbols usageGabor Juhos2010-06-103-62/+0
| | | | SVN-Revision: 21746
* brcm47xx: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-0827-0/+2748
| | | | SVN-Revision: 21707
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583
* brcm47xx: refresh patchesHauke Mehrtens2010-05-2314-48/+48
| | | | SVN-Revision: 21543