[PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.
Kumar Gala
galak at kernel.crashing.org
Sat Aug 16 07:59:58 EST 2008
On Jun 18, 2008, at 3:38 AM, Heiko Schocher wrote:
> Hello,
>
> changes since the last patch:
>
> update the Portpin initialization.
>
> [powerpc] Added support for the MPC8247 based board MGCOGE
> from Keymile.
>
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
> arch/powerpc/boot/dts/mgcoge.dts | 174 +++++++
> arch/powerpc/configs/mgcoge_defconfig | 900 ++++++++++++++++++++++++
> +++++++++
> arch/powerpc/platforms/82xx/Kconfig | 8 +
> arch/powerpc/platforms/82xx/Makefile | 1 +
> arch/powerpc/platforms/82xx/mgcoge.c | 129 +++++
> 5 files changed, 1212 insertions(+), 0 deletions(-)
> create mode 100644 arch/powerpc/boot/dts/mgcoge.dts
> create mode 100644 arch/powerpc/configs/mgcoge_defconfig
> create mode 100644 arch/powerpc/platforms/82xx/mgcoge.c
This fails to compile for with 2.6.27-rc3:
drivers/net/fs_enet/mac-scc.c: In function 'restart':
drivers/net/fs_enet/mac-scc.c:256: error: implicit declaration of
function '__fs_out8'
drivers/net/fs_enet/mac-scc.c:265: error: 'SCC_EB' undeclared (first
use in this function)
drivers/net/fs_enet/mac-scc.c:265: error: (Each undeclared identifier
is reported only once
drivers/net/fs_enet/mac-scc.c:265: error: for each function it appears
in.)
make[3]: *** [drivers/net/fs_enet/mac-scc.o] Error 1
make[2]: *** [drivers/net/fs_enet] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
make: *** Waiting for unfinished jobs....
- k
More information about the Linuxppc-dev
mailing list