summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill2-8/+12
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.
1999-03-31Fixed paths to include files so this will build.Joel Sherrill2-6/+6
1998-02-17updated copyright to 1998Joel Sherrill2-2/+2
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill2-4/+4
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill2-10/+10
of switching to the modified GNU GPL.
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill2-6/+14
1996-09-11added $ string to file headerJoel Sherrill5-2/+5
1996-09-08added definition of EXT_INT5Joel Sherrill1-1/+1
1996-09-06removed need for exceptbdr.h fileJoel Sherrill1-1/+1
1996-09-06new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill5-0/+483
Derrick Ostertag (ostertag@transition.com).