Re: powerpc, 8xx: Add support for the MPC8xx based boards from TQC
From: Kumar Gala <hidden>
Date: 2010-08-04 19:25:45
On Mar 23, 2010, at 2:57 AM, Heiko Schocher wrote:
Supported SMC1 (serial console), SCC1 Ethernet (10Mbps HD). FEC Ethernet, 8MB NOR CFI Flash. =20 Tested on STK8xx with TQM860L (with FEC) and with TQM855M (without FEC). =20 Signed-off-by: Heiko Schocher <redacted> --- - based against =
git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
commit bca14dd14f3b0c5e3e2d1d314679f85b67871365 - checked with checkpatch $ scripts/checkpatch.pl =
0001-powerpc-8xx-Add-support-for-the-MPC8xx-based-board.patch
total: 0 errors, 0 warnings, 1278 lines checked =20 0001-powerpc-8xx-Add-support-for-the-MPC8xx-based-board.patch has no =
obvious style problems and is ready for submission.
$ =20 arch/powerpc/boot/dts/tqm8xx.dts | 172 ++++++ arch/powerpc/configs/tqm8xx_defconfig | 934 =
+++++++++++++++++++++++++++++
arch/powerpc/platforms/8xx/Kconfig | 6 + arch/powerpc/platforms/8xx/Makefile | 1 + arch/powerpc/platforms/8xx/tqm8xx_setup.c | 156 +++++ 5 files changed, 1269 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/tqm8xx.dts create mode 100644 arch/powerpc/configs/tqm8xx_defconfig create mode 100644 arch/powerpc/platforms/8xx/tqm8xx_setup.c
applied to next - k=