summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips64orion/timer/timer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-072004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-138/+0
* mips64orion/.cvsignore, mips64orion/ChangeLog, mips64orion/Makefile.am, mips64orion/configure.ac, mips64orion/clock/.cvsignore, mips64orion/clock/Makefile.am, mips64orion/clock/ckinit.c, mips64orion/clock/clock.S, mips64orion/clock/clock.h, mips64orion/timer/.cvsignore, mips64orion/timer/Makefile.am, mips64orion/timer/gettime.S, mips64orion/timer/timer.c: Removed.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/ckinit.c, timer/timer.c: URL for license changed.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1-1/+0
particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill1-3/+7
1996-09-11added $ string to file headerJoel Sherrill1-1/+1
1996-09-06new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1-20/+51
Derrick Ostertag (ostertag@transition.com).