Commit 6e1995d2 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] ppc64: new machine definitions

This patch adds new machine definitions for the iMac G5 and the new single
processor PowerMac G5.  It also slightly updates the existing definitions.
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 796cdefd
...@@ -321,8 +321,16 @@ static struct pmac_mb_def pmac_mb_defs[] __pmacdata = { ...@@ -321,8 +321,16 @@ static struct pmac_mb_def pmac_mb_defs[] __pmacdata = {
PMAC_TYPE_POWERMAC_G5, g5_features, PMAC_TYPE_POWERMAC_G5, g5_features,
0, 0,
}, },
{ "PowerMac8,1", "iMac G5",
PMAC_TYPE_IMAC_G5, g5_features,
0,
},
{ "PowerMac9,1", "PowerMac G5",
PMAC_TYPE_POWERMAC_G5_U3L, g5_features,
0,
},
{ "RackMac3,1", "XServe G5", { "RackMac3,1", "XServe G5",
PMAC_TYPE_POWERMAC_G5, g5_features, PMAC_TYPE_XSERVE_G5, g5_features,
0, 0,
}, },
}; };
......
...@@ -112,9 +112,13 @@ ...@@ -112,9 +112,13 @@
*/ */
#define PMAC_TYPE_UNKNOWN_INTREPID 0x11f /* Generic */ #define PMAC_TYPE_UNKNOWN_INTREPID 0x11f /* Generic */
/* MacRISC4 / G5 machines /* MacRISC4 / G5 machines. We don't have per-machine selection here anymore,
* but rather machine families
*/ */
#define PMAC_TYPE_POWERMAC_G5 0x150 /* First tower */ #define PMAC_TYPE_POWERMAC_G5 0x150 /* U3 & U3H based */
#define PMAC_TYPE_POWERMAC_G5_U3L 0x151 /* U3L based desktop */
#define PMAC_TYPE_IMAC_G5 0x152 /* iMac G5 */
#define PMAC_TYPE_XSERVE_G5 0x153 /* Xserve G5 */
#define PMAC_TYPE_UNKNOWN_K2 0x19f /* Any other K2 based */ #define PMAC_TYPE_UNKNOWN_K2 0x19f /* Any other K2 based */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment