powerpc, 8xx: Add support for the MPC8xx based boards from TQC

Kumar Gala galak at kernel.crashing.org
Thu Aug 5 05:25:35 EST 2010


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.
> 
> Tested on STK8xx with TQM860L (with FEC)
> and with TQM855M (without FEC).
> 
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
> - 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
> 
>  0001-powerpc-8xx-Add-support-for-the-MPC8xx-based-board.patch has no obvious style problems and is ready for submission.
>  $
> 
> 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


More information about the Linuxppc-dev mailing list