#
35af00ec |
| 13-May-2010 |
kiyohara <kiyohara@NetBSD.org> |
Use COM_REGMAP instead of hd64461uart_{read,write}_1().
|
#
de7abf3b |
| 02-Feb-2008 |
uwe <uwe@NetBSD.org> |
Include std.sh3el. Drop EXEC_ELF32 from configs now that it is standard.
|
#
8572d2c1 |
| 17-Mar-2006 |
uebayasi <uebayasi@NetBSD.org> |
Stop using linker scripts on all sh3 ports.
The only information to be compensated is text section start address. The default value is set arch-wise as DEFTEXTADDR. Each kernel config can override
Stop using linker scripts on all sh3 ports.
The only information to be compensated is text section start address. The default value is set arch-wise as DEFTEXTADDR. Each kernel config can override the default value by setting TEXTADDR.
Tested on COMPUTEXEVB (evbsh3).
Reviewed By: uwe
show more ...
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
7e71f567 |
| 17-Sep-2005 |
yamt <yamt@NetBSD.org> |
include "conf/std".
|
#
6a24c49d |
| 07-Mar-2005 |
uwe <uwe@NetBSD.org> |
options SPACE TAB
|
#
1cbf8597 |
| 09-May-2002 |
uch <uch@NetBSD.org> |
adapt to new pmap code.
|
#
693be195 |
| 24-Feb-2002 |
uch <uch@NetBSD.org> |
Move common exception vector and scheduler code to sh3/sh3/exception_vector.S and sh3/sh3/locore_subr.S. exception vectors are installed by sh_cpu_init(). machine/locore.S contains kernel entry, int
Move common exception vector and scheduler code to sh3/sh3/exception_vector.S and sh3/sh3/locore_subr.S. exception vectors are installed by sh_cpu_init(). machine/locore.S contains kernel entry, interrupt handler, and some MD code.
show more ...
|
#
03aef472 |
| 20-Nov-2001 |
lukem <lukem@NetBSD.org> |
cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar optio
cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
show more ...
|
#
b92d40fc |
| 07-Jul-2001 |
uch <uch@NetBSD.org> |
std.hpcsh.el -> std.hpcsh (no big-endian WindowsCE) add shl-elf_.x (for LEADING_UNDERSCORE ELF) bcopy -> memcpy
|