Date: Sat, 16 Jul 2011 20:31:29 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf options.mips src/sys/mips/conf XLP XLP64 XLPN32 src/sys/mips/include bus.h cpufunc.h intr_machdep.h src/sys/mips/mips cache.c cache_mipsNN.c cpu.c exception.S locore.S machdep.c src/sys/mips/nlm cms.c std.xlp xlp_machdep.c Message-ID: <201107162031.p6GKVrNr065860@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jchandra 2011-07-16 20:31:29 UTC
FreeBSD src repository
Modified files:
sys/conf options.mips
sys/mips/include bus.h cpufunc.h intr_machdep.h
sys/mips/mips cache.c cache_mipsNN.c cpu.c exception.S
locore.S machdep.c
sys/mips/nlm cms.c std.xlp xlp_machdep.c
Added files:
sys/mips/conf XLP XLP64 XLPN32
Log:
SVN rev 224115 on 2011-07-16 20:31:29Z by jchandra
MIPS changes for Netlogic XLP support.
This patch adds support for the Netlogic XLP mips64 processors in
the common MIPS code. The changes are :
- Add CPU_NLM processor type
- Add cases for CPU_NLM, mostly were CPU_RMI is used.
- Update cache flush changes for CPU_NLM
- Add kernel build configuration files for xLP.
In collaboration with: Prabhath Raman <prabhathpr at netlogicmicro com>
Approved by: bz(re), jmallett, imp(mips)
Revision Changes Path
1.13 +1 -0 src/sys/conf/options.mips
1.1 +93 -0 src/sys/mips/conf/XLP (new)
1.1 +95 -0 src/sys/mips/conf/XLP64 (new)
1.1 +94 -0 src/sys/mips/conf/XLPN32 (new)
1.10 +1 -1 src/sys/mips/include/bus.h
1.14 +4 -0 src/sys/mips/include/cpufunc.h
1.6 +1 -1 src/sys/mips/include/intr_machdep.h
1.5 +20 -0 src/sys/mips/mips/cache.c
1.6 +23 -2 src/sys/mips/mips/cache_mipsNN.c
1.10 +6 -0 src/sys/mips/mips/cpu.c
1.28 +3 -3 src/sys/mips/mips/exception.S
1.17 +1 -1 src/sys/mips/mips/locore.S
1.44 +1 -1 src/sys/mips/mips/machdep.c
1.2 +5 -4 src/sys/mips/nlm/cms.c
1.2 +1 -9 src/sys/mips/nlm/std.xlp
1.2 +2 -4 src/sys/mips/nlm/xlp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107162031.p6GKVrNr065860>
