summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.10/330-MIPS-BCM63XX-add-a-new-cpu-variant-helper.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: update variant detection patches and fix VARID shiftJonas Gorski2014-06-211-2/+2
| | | | | | | | | The variant id field shift was wrong, causing the variant detection to fail. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41295
* brcm63xx: add support for chip variantsJonas Gorski2014-01-131-0/+77
Some SoCs have variants which are mostly the same, but use a different chip id (or not). Add code for detecting them and handling them as their standard counterparts. This adds support for e.g. BCM6369. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39269