Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/conf Add PPC_BOOKE cputype and booke files.



details:   https://anonhg.NetBSD.org/src/rev/40db1cb89aa5
branches:  trunk
changeset: 752875:40db1cb89aa5
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 09 22:35:12 2010 +0000

description:
Add PPC_BOOKE cputype and booke files.

diffstat:

 sys/arch/powerpc/conf/files.powerpc |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 15241c3d03a7 -r 40db1cb89aa5 sys/arch/powerpc/conf/files.powerpc
--- a/sys/arch/powerpc/conf/files.powerpc       Tue Mar 09 18:15:21 2010 +0000
+++ b/sys/arch/powerpc/conf/files.powerpc       Tue Mar 09 22:35:12 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: files.powerpc,v 1.71 2008/12/11 19:30:14 pooka Exp $
+#      $NetBSD: files.powerpc,v 1.72 2010/03/09 22:35:12 matt Exp $
 
 defflag        opt_altivec.h   ALTIVEC K_ALTIVEC
 defflag        opt_openpic.h   OPENPIC OPENPIC_SERIAL_MODE
 defparam opt_ppcparam.h        L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE
-defflag        opt_ppcarch.h   PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403
+defflag        opt_ppcarch.h   PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE
 defflag opt_pmap.h     PMAPDEBUG PMAPCHECK PMAPCOUNTERS
 defparam opt_pmap.h    PTEGCOUNT PMAP_MEMLIMIT
 
@@ -55,6 +55,14 @@
 file   arch/powerpc/powerpc/fpu.c                      ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
 file   arch/powerpc/powerpc/trap.c                     ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
 
+# PPC BookE (MPC85xx) Family files
+file   arch/powerpc/booke/booke_machdep.c              ppc_booke
+file   arch/powerpc/booke/clock.c                      ppc_booke
+file   arch/powerpc/booke/copyinstr.c                  ppc_booke
+file   arch/powerpc/booke/copyoutstr.c                 ppc_booke
+file   arch/powerpc/booke/pmap.c                       ppc_booke
+file   arch/powerpc/booke/trap.c                       ppc_booke
+
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
 file   arch/powerpc/powerpc/compat_13_machdep.c        compat_13
 file   arch/powerpc/powerpc/compat_16_machdep.c        compat_16



Home | Main Index | Thread Index | Old Index