]> git.karo-electronics.de Git - karo-tx-linux.git/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)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 11:48:25 +0000 (12:48 +0100)
commite53aa614342d1448ffbfecbc6c207e7af0e7d7cd
treed77fd619c700a1be2cf089a4b2841ca91f048a63
parent5a7b215c4b770e1de20dbba46b13df5f8f31ab13
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>
Acked-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]