Home | History | Annotate | Download | only in xscale
History log of /src/sys/arch/arm/xscale/ixp425_timer.c
RevisionDateAuthorComments
 1.20  29-May-2020  rin For struct timecounter, use C99 initializers.
Compile tested. No functional changes intended.
 1.19  12-Jul-2018  maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.18  12-Nov-2012  skrll branches: 1.18.36; 1.18.38;
C99 types
 1.17  14-Oct-2012  msaitoh struct device * -> device_t for IXP4xx (and nslu2).
Tested with my NSLU2.
 1.16  01-Jul-2011  dyoung branches: 1.16.2; 1.16.12;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.15  21-Oct-2009  rmind Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.
Reviewed and approved by ichiro@ (copyright holder).
 1.14  20-Jan-2008  joerg branches: 1.14.10;
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-2007  christos branches: 1.13.20; 1.13.24; 1.13.26; 1.13.32; 1.13.38;
Add generic TOD support. From Bucky Katz.
 1.12  10-Sep-2006  gdamore branches: 1.12.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.11  10-Apr-2006  simonb branches: 1.11.8;
Tab Police.
 1.10  04-Mar-2006  scw branches: 1.10.2; 1.10.4; 1.10.6;
Allow the kernel config file to override the default timer frequency
using "options IXP425_CLOCK_FREQ".
 1.9  11-Dec-2005  christos branches: 1.9.4; 1.9.6;
merge ktrace-lwp.
 1.8  04-Jun-2005  he branches: 1.8.2;
Fix shadowing warning.
 1.7  04-Jun-2005  he 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.6  26-Feb-2005  simonb Watch out for those unexpected tains.
 1.5  16-Nov-2003  scw branches: 1.5.8; 1.5.10;
- Remove ixpsip_bs_tag (ixp425_sip_io.c). It just duplicated some of
the functionality of ixp425_bs_tag.
- Add missing stream_{read,write}_1 ops to ixp425_bs_tag.
- Re-work the delay() implementation to use the free-running Time-
Stamp counter. This removes the need to bootstrap TMR0 early on.
 1.4  08-Oct-2003  scw Make it easier to support different types of IXP425 board:

- Move board-specific PCI/GPIO initialisation to its rightful place.

- Handle clearing down latched GPIO interrupts in a board-independent way.

- Use MI com(4) driver for on-chip UARTs.

- Misc. tidying up.

Tested on IXDP425.
 1.3  27-Jul-2003  thorpej Fix think'o in last. Pointed out by Izumi Tsutsui.
 1.2  26-Jul-2003  thorpej Flesh out inittodr() and resettodr().
 1.1  23-May-2003  ichiro branches: 1.1.2;
support IXP425 Intel Network Processor
running on BigEndian
 1.1.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.2.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.1.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.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.4  21-Jan-2008  yamt sync with head
 1.8.2.3  26-Feb-2007  yamt sync with head.
 1.8.2.2  30-Dec-2006  yamt sync with head.
 1.8.2.1  21-Jun-2006  yamt sync with head.
 1.9.6.1  22-Apr-2006  simonb Sync with head.
 1.9.4.1  09-Sep-2006  rpaulo sync with head
 1.10.6.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.10.4.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.10.2.2  14-Sep-2006  yamt sync with head.
 1.10.2.1  11-Apr-2006  yamt sync with head
 1.11.8.2  12-Jan-2007  ad Sync with head.
 1.11.8.1  18-Nov-2006  ad Sync with head.
 1.12.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.13.38.1  20-Jan-2008  bouyer Sync with HEAD
 1.13.32.1  18-Feb-2008  mjf Sync with HEAD.
 1.13.26.1  23-Mar-2008  matt sync with HEAD
 1.13.24.1  27-Jan-2008  chris Sync to HEAD.
 1.13.20.1  28-Feb-2008  rjs Sync with HEAD.
 1.14.10.1  11-Mar-2010  yamt sync with head
 1.16.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.16.2.2  16-Jan-2013  yamt sync with (a bit old) head
 1.16.2.1  30-Oct-2012  yamt sync with head
 1.18.38.1  10-Jun-2019  christos Sync with HEAD
 1.18.36.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed