* [PATCH] IBM PowerPC 750GX Support
@ 2004-05-13 4:14 Bryan Rittmeyer
0 siblings, 0 replies; only message in thread
From: Bryan Rittmeyer @ 2004-05-13 4:14 UTC (permalink / raw)
To: linux-kernel, linuxppc-dev, benh
This patch adds preliminary support for the IBM PowerPC 750GX. In
summary this part is a PPC750FX ramped to 1 GHz with a 1MB 4-way L2
and more advanced I/O pipelining. It is beginning to appear in embedded
systems and was rumored to be under evaluation inside Apple. Tested on
PVR 70020101; please merge.
http://www-3.ibm.com/chips/techlib/techlib.nsf/products/PowerPC_750GX_Microprocessor
--- linux-2.5-benh/arch/ppc/kernel/cputable.c~ 2004-04-01 09:39:25.000000000 -0800
+++ linux-2.5-benh/arch/ppc/kernel/cputable.c 2004-05-13 12:44:24.000000000 -0700
@@ -185,7 +185,15 @@
32, 32,
__setup_cpu_750fx
},
-
+ { /* 750GX */
+ 0xffff0000, 0x70020000, "750GX",
+ CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_CAN_DOZE | CPU_FTR_USE_TB |
+ CPU_FTR_L2CR | CPU_FTR_TAU | CPU_FTR_HPTE_TABLE | CPU_FTR_CAN_NAP |
+ CPU_FTR_DUAL_PLL_750FX | CPU_FTR_HAS_HIGH_BATS,
+ COMMON_PPC,
+ 32, 32,
+ __setup_cpu_750fx
+ },
{ /* 740/750 (L2CR bit need fixup for 740) */
0xffff0000, 0x00080000, "740/750",
CPU_FTR_SPLIT_ID_CACHE | CPU_FTR_CAN_DOZE | CPU_FTR_USE_TB |
-Bryan
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-13 21:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-13 4:14 [PATCH] IBM PowerPC 750GX Support Bryan Rittmeyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®