]> Pileus Git - ~andy/linux/commit
MIPS: BCM47XX: add cpu-feature-overrides.h
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Dec 2013 13:36:31 +0000 (14:36 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jan 2014 19:18:55 +0000 (20:18 +0100)
commitd775c966c0602d3ea2fad51594e995f2d798b919
tree262305d8bb92a8e4bed5d89e4dcfb996c651f4cc
parentf4c4d589d5c1046bb5a9c17d98afcda43e04a315
MIPS: BCM47XX: add cpu-feature-overrides.h

The BCM47XX SoC code missed a cpu-feature-overrides.h header file, this
patch adds it. This code supports a long line of SoCs with different
features so for some features we still have to rely on the runtime
detection.

This was crated by checking the features of a BCM4712, BCM4704,
BCM5354, BCM4716 and BCM4706 SoC and then tested on these SoCs. There
are some SoCs missing but I hope they do not have any more or less
features.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6289/
arch/mips/include/asm/mach-bcm47xx/cpu-feature-overrides.h [new file with mode: 0644]