OpenGrok
Cross Reference: becc_timer.c
xref
: /
src
/
sys
/
arch
/
arm
/
xscale
/
becc_timer.c
Home
|
History
|
Annotate
|
Download
|
only in
xscale
History log of
/src/sys/arch/arm/xscale/becc_timer.c
Revision
Date
Author
Comments
1.16
29-May-2020
rin
For struct timecounter, use C99 initializers.
Compile tested. No functional changes intended.
1.15
01-Jul-2011
dyoung
#include <sys/bus.h> instead of <machine/bus.h>.
1.14
20-Jan-2008
joerg
Convert evbarm to timecounter. Only one of the systems was tested, the
rest of the patch is compile-time tested only.
1.13
06-Jan-2008
matt
Cleanup softint lossage.
1.12
11-Dec-2007
ad
Make it compile.
1.11
06-Jan-2007
christos
branches: 1.11.20; 1.11.24; 1.11.26; 1.11.32; 1.11.34; 1.11.36; 1.11.38;
Add generic TOD support. From Bucky Katz.
1.10
10-Sep-2006
gdamore
branches: 1.10.4;
First pass at enabling a lot of ARM ports to convert swiftly to
__HAVE_GENERIC_TODR. Just put #define __HAVE_GENERIC_TODR in types.h
if your port uses one of these files.
1.9
11-Dec-2005
christos
branches: 1.9.8; 1.9.20;
merge ktrace-lwp.
1.8
04-Jun-2005
he
branches: 1.8.2;
Fix the various todr_gettime() and todr_settime() fallouts from
-Wcast-qual differently, by instead changing the signatore of those
"functions" to take a "volatile struct timeval*" instead of a
"struct timeval*". Many places, these functions are called with
&time, and time is declared as volatile in <sys/kernel.h>. This
way we can get rid of all the ugly casts which now also triggered
warnings, and caused more code to be added to work around the
problem.
Reviewed by thorpej.
1.7
04-Jun-2005
rearnsha
Fix shadowed use of hz, and attempts to cast away volatile on time.
1.6
26-Feb-2005
simonb
Watch out for those unexpected tains.
1.5
27-Jul-2003
thorpej
branches: 1.5.8; 1.5.10;
Fix think'o in last. Pointed out by Izumi Tsutsui.
1.4
26-Jul-2003
thorpej
Flesh out inittodr() and resettodr().
1.3
15-Jul-2003
lukem
__KERNEL_RCSID()
1.2
23-May-2003
briggs
branches: 1.2.2;
Sprinkle a few aprint_normal()s in place of printf().
1.1
25-Jan-2003
thorpej
Support for ADI Engineering's Big Endian Companion Chip for the
Intel i80200 XScale processor. Despite its name, the BECC can
run in both big- and little-endian modes.
1.2.2.5
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.2.2.4
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.2.2.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.2.2.2
18-Sep-2004
skrll
Sync with HEAD.
1.2.2.1
03-Aug-2004
skrll
Sync with HEAD
1.5.10.1
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.5.8.1
29-Apr-2005
kent
sync with -current
1.8.2.3
21-Jan-2008
yamt
sync with head
1.8.2.2
26-Feb-2007
yamt
sync with head.
1.8.2.1
30-Dec-2006
yamt
sync with head.
1.9.20.2
12-Jan-2007
ad
Sync with head.
1.9.20.1
18-Nov-2006
ad
Sync with head.
1.9.8.1
14-Sep-2006
yamt
sync with head.
1.10.4.1
30-Apr-2007
bouyer
Pull up following revision(s) (requested by rearnsha in ticket #592):
sys/arch/arm/footbridge/footbridgevar.h: revision 1.5
sys/arch/arm/ep93xx/epclk.c: revision 1.10
sys/arch/arm/ixp12x0/ixp12x0_clk.c: revision 1.11
sys/arch/arm/footbridge/footbridge.c: revision 1.17
sys/arch/arm/footbridge/isa/dsrtc.c: revision 1.10
sys/arch/arm/s3c2xx0/s3c2800_clk.c: revision 1.10
sys/arch/arm/xscale/ixp425_timer.c: revision 1.13
sys/arch/arm/xscale/becc_timer.c: revision 1.11
sys/arch/arm/xscale/i80321_timer.c: revision 1.16
sys/arch/arm/s3c2xx0/s3c24x0_clk.c: revision 1.7
Add generic TOD support. From Bucky Katz.
1.11.38.3
20-Jan-2008
bouyer
Sync with HEAD
1.11.38.2
08-Jan-2008
bouyer
Sync with HEAD
1.11.38.1
13-Dec-2007
bouyer
Sync with HEAD
1.11.36.1
13-Dec-2007
yamt
sync with head.
1.11.34.1
26-Dec-2007
ad
Sync with head.
1.11.32.1
18-Feb-2008
mjf
Sync with HEAD.
1.11.26.2
23-Mar-2008
matt
sync with HEAD
1.11.26.1
09-Jan-2008
matt
sync with HEAD
1.11.24.3
27-Jan-2008
chris
Sync to HEAD.
1.11.24.2
20-Jan-2008
chris
Sync to HEAD.
1.11.24.1
01-Jan-2008
chris
Sync with HEAD.
1.11.20.2
28-Feb-2008
rjs
Sync with HEAD.
1.11.20.1
26-Dec-2007
rjs
Sync with HEAD.
Indexes created Tue Sep 30 20:09:53 GMT 2025