Module Name: src Committed By: matt Date: Tue Mar 9 22:35:12 UTC 2010
Modified Files: src/sys/arch/powerpc/conf: files.powerpc Log Message: Add PPC_BOOKE cputype and booke files. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/powerpc/conf/files.powerpc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/powerpc/conf/files.powerpc diff -u src/sys/arch/powerpc/conf/files.powerpc:1.71 src/sys/arch/powerpc/conf/files.powerpc:1.72 --- src/sys/arch/powerpc/conf/files.powerpc:1.71 Thu Dec 11 19:30:14 2008 +++ src/sys/arch/powerpc/conf/files.powerpc Tue Mar 9 22:35:12 2010 @@ -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