Module Name:src
Committed By: matt
Date: Thu Jan 19 08:31:55 UTC 2012
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Restore RCSID
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/sys/arch/evbmips/rmixl/machd
Module Name:src
Committed By: matt
Date: Thu Jan 19 08:20:32 UTC 2012
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Use extern for machdep_debug.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/sys/arch/evb
Module Name:src
Committed By: matt
Date: Fri Dec 30 06:45:25 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Initially mark all GPIO pins as available.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src
Module Name:src
Committed By: matt
Date: Wed Dec 28 05:36:51 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Add commented out AB_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/sys/arch/evbmi
Module Name:src
Committed By: matt
Date: Tue Dec 27 22:13:05 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Fix c&p error.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/sys/arch/evbmips/rmixl/mach
Module Name:src
Committed By: matt
Date: Tue Dec 27 19:59:24 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
When filling out the physical extent, make sure to probe NOR base/limit pairs.
To generate a diff of this commit:
cv
Module Name:src
Committed By: matt
Date: Sat Dec 24 01:44:44 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.c autoconf.h
machdep.c
Log Message:
Rework to add early support.
Add XLP support. Allow one kernel to support XLR/XLS a
Module Name:src
Committed By: matt
Date: Thu Dec 15 04:52:59 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Add earlycons support.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/sys/arch/evbmips/rm
Module Name:src
Committed By: cliff
Date: Sat Feb 5 06:02:52 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- include opt_multiprocessor.h for MULTIPROCESSOR dependency
- in rmixl_pcr_init_core(), ifdef MIPS_DDB_WATCH, clear
Module Name:src
Committed By: cliff
Date: Fri Jan 7 00:17:42 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- add rmixl_pcr_init_core() to initialize per-core processor control regs
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: matt
Date: Fri Dec 17 04:49:25 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
When doing MP, make sure the TLB is global mode (shared among all threads).
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: matt
Date: Tue Aug 17 00:52:33 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Add new psb_version.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/sys/arch/evbmips/rmix
Module Name:src
Committed By: cliff
Date: Thu Jun 10 00:43:06 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.c
Log Message:
- in findroot(), add "sd" to search for root
we are kind of lying about 'booted_device' here,
until we figure out ho
Module Name:src
Committed By: cliff
Date: Thu May 6 19:49:10 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
add psb version 0x4b67d0320056 to the list of known versions
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: cliff
Date: Mon Apr 12 22:02:52 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- include "rmixl_pcix.h" and "rmixl_pcie.h" to get the config flags
- include rmixl_pcixvar.h to get proto for rmixl_
Module Name:src
Committed By: cliff
Date: Mon Mar 29 23:40:58 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
turn off MACHDEP_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/sys/arch/evbmips/r
Module Name:src
Committed By: cliff
Date: Mon Mar 29 23:32:02 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- add new recognized psb (firmware) ID 0x4b8ead310056
- pcie physical regions discovery is moved to rmixl_pcie.c
Module Name:src
Committed By: cliff
Date: Sun Mar 21 21:22:29 UTC 2010
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
- specify rmixl_splsw to mips_vector_init
note that __INTR_PRIVATE must be defined to do that
- print MEMLIMIT if i
18 matches
Mail list logo