History log of /src/sys/arch/sh3/include/cputypes.h |
Revision | | Date | Author | Comments |
1.14 |
| 28-Jul-2020 |
skrll | _LKM -> _MODULE
|
1.13 |
| 25-Jul-2020 |
uwe | Define CPU_PRODUCT_STX7105.
I'm not sure if this should rather be named CPU_PRODUCT_ST40_300, but that's probably too general. These constants don't have to be backward compatible, so we can re-do this properly later if we need to.
|
1.12 |
| 21-Apr-2009 |
nonaka | Add SH7706
|
1.11 |
| 28-Apr-2008 |
martin | branches: 1.11.8; 1.11.14; Remove clause 3 and 4 from TNF licenses
|
1.10 |
| 21-Jan-2006 |
uwe | branches: 1.10.72; 1.10.74; 1.10.76; Add CONSTCOND to make lint happy.
|
1.9 |
| 11-Dec-2005 |
christos | branches: 1.9.2; merge ktrace-lwp.
|
1.8 |
| 29-Jun-2005 |
christos | branches: 1.8.2; more additions from nonaka's landisk port.
|
1.7 |
| 28-Apr-2002 |
uch | branches: 1.7.6; 1.7.12; Use "#define<tab>", white space nits.
|
1.6 |
| 23-Apr-2002 |
uch | remove duplicated SH3, SH4 define.
|
1.5 |
| 20-Apr-2002 |
thorpej | * Defflag the SH3 and SH4 options. * In <sh3/cputypes.h>, always define both SH3 and SH4 if _LKM is defined.
|
1.4 |
| 16-Apr-2002 |
uch | Define all CPU types if _LKM is defined.
|
1.3 |
| 24-Mar-2002 |
uch | Rework interrupt code. + Fully utilize SH SR.I[0:3] interrupt level. + software interrupt is emulated by TMU1, 2 one shot interrupt. + implement generic soft interrupts. + implement clockframe correctly.
|
1.2 |
| 17-Feb-2002 |
uch | To determine CPU architecture and product, add cpu_arch and cpu_prduct variables. these are initialized by sh_cpu_init()@sh3/sh3_machdep.c (see sh3/include/cputypes.h for detail.) add "options SH3" for SH3 kernel config file.
|
1.1 |
| 13-Sep-1999 |
itojun | branches: 1.1.16; Merge in NetBSD/sh3 from cvs.kame.net repository.
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf)
Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).
|
1.1.16.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.16.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.7.12.1 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.7.6.2 |
| 28-Apr-2002 |
uch | Use "#define<tab>", white space nits.
|
1.7.6.1 |
| 28-Apr-2002 |
uch | file cputypes.h was added on branch nathanw_sa on 2002-04-28 17:10:35 +0000
|
1.8.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.9.2.1 |
| 01-Feb-2006 |
yamt | sync with head.
|
1.10.76.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.10.76.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.10.74.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.10.72.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.11.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.11.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|