OpenGrok
Cross Reference: std.iq80310
xref
: /
src
/
sys
/
arch
/
evbarm
/
conf
/
std.iq80310
Home
|
History
|
Annotate
|
Download
|
only in
conf
History log of
/src/sys/arch/evbarm/conf/std.iq80310
Revision
Date
Author
Comments
1.24
07-Oct-2018
skrll
Whitespace consistency.
{make,}options<space><tab>
everything else just <tab?
1.23
16-Dec-2012
matt
branches: 1.23.36; 1.23.38;
Use a std.evarm to handle the normal EXEC_ELF32/EXEC_SCRIPT and ARM options
as well as include conf/std and std.arm
1.22
16-Dec-2012
matt
Add a std.evbarm to include std.arm and remove std.arm inclusion from std.*
1.21
01-Oct-2011
chs
branches: 1.21.2; 1.21.12;
add missing KERNEL_BASE_EXT.
1.20
27-Jan-2008
chris
Add an arm/conf/std.arm file which contains common arm options, initially
just options CPU_IN_CKSUM.
Include std.arm in all arm platform std files.
This should reenable the asm in_cksum code for all arm platforms.
Also remove the now unused in_cksum_arm.S.
1.19
11-Dec-2005
christos
branches: 1.19.46; 1.19.50; 1.19.56;
merge ktrace-lwp.
1.18
17-Sep-2005
yamt
include "conf/std".
1.17
22-May-2003
thorpej
branches: 1.17.2; 1.17.18;
Don't need ARM32_PMAP_NEW option any more.
1.16
19-Apr-2003
thorpej
Adapt to ARM32_PMAP_NEW.
1.15
08-Apr-2003
thorpej
Remove LINKENTRY and LOADADDRESS vars; it's all handled by the linker
script on evbarm platforms.
1.14
03-Jan-2003
thorpej
Split board-specific Makefile fragments into their own files.
1.13
02-Jan-2003
thorpej
Clean up evbarm interrupt support a little:
* Define an ARM_INTR_IMPL option, which specifies a header file
describing the interrupt implementation for the platform. Use
this instead of the list of EVBARM_BOARDTYPE checks.
* Make the s3c2xx0 interrupt dispatch code a bit more generic, and move
it to a generic location so that other platforms can use it.
This eliminates all uses of the EVBARM_BOARDTYPE stuff, so delete it.
1.12
17-Aug-2002
briggs
Add a new option EVBARM_BOARDTYPE to differentiate between different
evbarm ports. Inline _splraise/_spllower/splx for i80321 and iq80310
for more performance.
1.11
25-Apr-2002
briggs
branches: 1.11.2;
XSCALE_CCLKCFG should not be set in std.iq80310. Set IQ80310 to use
XSCALE_CCLKCFG=9 (733MHz) and TEAMASA_NPWR to use XSCALE_CCLKCFG=7 (600MHz)
as that's what the part on the board is rated for.
1.10
24-Jan-2002
briggs
branches: 1.10.2;
Two changes for XScale:
1) Add defparam XSCALE_CCLKCFG to define a parameter for the
CCLKCFG register. Default it to '9' on the IQ80310.
2) Add a sleep call to the xscale CPU function vector (replacing
the nullop) which should drop the CPU into "idle" mode when
cpu_switch finds nothing on the run queues.
1.9
24-Nov-2001
thorpej
Don't need "options PROG32" anymore.
1.8
20-Nov-2001
lukem
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\""
1.7
09-Nov-2001
thorpej
branches: 1.7.2;
Add PCI_NETBSD_CONFIGURE.
1.6
07-Nov-2001
thorpej
Rework and fleshing out of Intel IQ80310 XScale eval board support.
More work to do -- this is a snapshot of work-in-progress.
1.5
04-Nov-2001
thorpej
Don't require the IQ80310 option. Made possible by files.<board>.
1.4
04-Nov-2001
thorpej
Move board-specific config definitions into files.<board>, allowing
each board type to have its own device namespace.
1.3
27-Oct-2001
rearnsha
Define BOARDTYPE in the Makefile so that the target-specific
Makefile fragment (to be added shortly) can DTRT based on the
board we are building a kernel for.
1.2
05-Sep-2001
matt
branches: 1.2.4;
Add a NEWINTR option to reflect the new interrupt/spl being implemented in
evbarm.
1.1
05-Sep-2001
matt
more evbarm files (very incomplete).
1.2.4.1
12-Nov-2001
thorpej
Sync the thorpej-mips-cache branch with -current.
1.7.2.6
03-Jan-2003
thorpej
Sync with HEAD.
1.7.2.5
19-Aug-2002
thorpej
Partial (ARM only) sync with trunk -- significant performance improvements
for XScale-based systems.
1.7.2.4
20-Jun-2002
nathanw
Catch up to -current.
1.7.2.3
28-Feb-2002
nathanw
Catch up to -current.
1.7.2.2
08-Jan-2002
nathanw
Catch up to -current.
1.7.2.1
09-Nov-2001
nathanw
file std.iq80310 was added on branch nathanw_sa on 2002-01-08 00:24:11 +0000
1.10.2.4
06-Sep-2002
jdolecek
sync kqueue branch with HEAD
1.10.2.3
23-Jun-2002
jdolecek
catch up with -current on kqueue branch
1.10.2.2
11-Feb-2002
jdolecek
Sync w/ -current.
1.10.2.1
24-Jan-2002
jdolecek
file std.iq80310 was added on branch kqueue on 2002-02-11 20:07:41 +0000
1.11.2.1
30-Aug-2002
gehenna
catch up with -current.
1.17.18.2
04-Feb-2008
yamt
sync with head.
1.17.18.1
21-Jun-2006
yamt
sync with head.
1.17.2.1
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.19.56.1
18-Feb-2008
mjf
Sync with HEAD.
1.19.50.1
23-Mar-2008
matt
sync with HEAD
1.19.46.1
28-Feb-2008
rjs
Sync with HEAD.
1.21.12.1
25-Feb-2013
tls
resync with head
1.21.2.1
23-Jan-2013
yamt
sync with head
1.23.38.1
10-Jun-2019
christos
Sync with HEAD
1.23.36.1
20-Oct-2018
pgoyette
Sync with head
Indexes created Tue Oct 28 12:10:06 GMT 2025