diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-10-02 20:10:30 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-04 15:27:49 +1000 |
commit | 9020fc960b8f5fbca0de6e4d11881ddc827aa61d (patch) | |
tree | f8ebaf9057a93a3f3d6d6af2e5aa73b695ddce65 /arch/powerpc/platforms/83xx/mpc832x_mds.h | |
parent | 6c4a2501d0b9fe90882efea5541275a46cda2a1a (diff) | |
download | talos-op-linux-9020fc960b8f5fbca0de6e4d11881ddc827aa61d.tar.gz talos-op-linux-9020fc960b8f5fbca0de6e4d11881ddc827aa61d.zip |
[POWERPC] Add support for the mpc832x mds board
Add support for MPC832x MDS evaluation board.
This patch depends on the 8360+QE lib patches by Leo.
The MPC832x processors (MPC8323E, MPC8323, MPC8321E, MPC8321) sport
the e300c2 core plus a QUICC Engine (QE). This patch adds support for
the 832x MDS evaluation board.
The 832x MDS dts and defconfig files are pending more tests.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc832x_mds.h')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_mds.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_mds.h b/arch/powerpc/platforms/83xx/mpc832x_mds.h new file mode 100644 index 000000000000..a49588904f8a --- /dev/null +++ b/arch/powerpc/platforms/83xx/mpc832x_mds.h @@ -0,0 +1,19 @@ +/* + * Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved. + * + * Description: + * MPC832x MDS board specific header. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + */ + +#ifndef __MACH_MPC832x_MDS_H__ +#define __MACH_MPC832x_MDS_H__ + +extern u8 *get_bcsr(void); + +#endif /* __MACH_MPC832x_MDS_H__ */ |