summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/nios2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-1/+0
| | | | | | Make sure also the size is cache aligned since otherwise we may have some overlap with the next allocation block. A cache invalidate on this area would be fatal.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-30/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-8/+0
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-302-1/+5
| | | | * Makefile.am: Fix typo in path.
* 2010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-293-68/+7
| | | | | | PR 1538/libcpu * Makefile.am: Use shared stub implementation of cache.c (no_cache.c). * shared/cache/cache.c: Removed.
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* Cleanup.Ralf Corsepius2008-07-141-6/+0
|
* Regenerate.Ralf Corsepius2007-01-081-1/+1
|
* 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-121-0/+4
| | | | * configure.ac: Add RTEMS_AMPOLISH3.
* Add RTEMS_AMPOLISH3.Ralf Corsepius2006-12-121-0/+2
|
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* Regenerate.Ralf Corsepius2006-11-151-3/+2
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-101-0/+4
| | | | * ChangeLog: New file.
* *** empty log message ***Joel Sherrill2006-08-101-0/+14
|
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-096-0/+215
* nios2/Makefile.am, nios2/configure.ac, nios2/preinstall.am, nios2/shared/cache/cache.c, nios2/shared/cache/cache_.h, nios2/shared/misc/memcpy.c: New files.