summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sh: Delete libcpu/shSebastian Huber2017-12-081-13/+0
|
* bsp/gensh4: Move libcpu files to BSPSebastian Huber2017-12-081-38/+0
| | | | Update #3254.
* bsp/gensh2: Move libcpu files to BSPSebastian Huber2017-12-081-39/+0
| | | | Update #3254.
* bsp/gensh1: Move libcpu files to BSPSebastian Huber2017-12-081-43/+0
| | | | Update #3254.
* bsp/shsim: Move libcpu files to BSPSebastian Huber2017-12-081-8/+0
| | | | Update #3254.
* bsps: Do not install <libcpu/cache.h>Sebastian Huber2017-12-081-3/+0
| | | | | | This is a cache manager implementation header file. Update #3254.
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-2/+1
| | | | | | 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.
* libcpu/sh: Build cache stubs so apps usign cache API linkJoel Sherrill2014-04-221-8/+26
|
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-251-0/+8
| | | | | | | | | | * Makefile.am, configure.ac, sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c: Move duplicated context switch code to score/cpu and provide an interrupt handling stub for the GDB SuperH simulator since it does not support interrupts or devices. This has been used to run tests on the simulator BSP as SH1, SH2, and SH4. * shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: New files.
* Cleanup.Ralf Corsepius2006-01-121-3/+0
|
* Merge-in sh7750/Makefile.am.Ralf Corsepius2005-05-111-4/+37
|
* Merge-in sh7045/Makefile.am.Ralf Corsepius2005-05-111-6/+43
|
* Merge-in sh7032/Makefile.am.Ralf Corsepius2005-05-111-1/+47
|
* 2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-211-1/+1
| | | | | | | | | | | | | * Makefile.am: Unconditionally build subdirs sh7032, sh7045, sh7750. * configure.ac: Merge-in sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac. Add AM_CONDITIONALS sh7032, sh7045, sh7750. * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Reflect changes above. Add PREINSTALL_DIRS. * sh7032/configure.ac, sh7045/configure.ac, sh7750/configure.ac: Remove. * sh7032/.cvsignore, sh7045/.cvsignore, sh7750/.cvsignore: Reflect changes above.
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-1/+1
| | | | * Makefile.am: Reflect having moved aclocal/.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-2/+2
| | | | Makefile.am: Reflect having moved automake.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-091-1/+1
| | | | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-021-1/+1
| | | | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
* 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-261-1/+1
| | | | | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
* Patch rtems-rc-20000614-sh.tar.gz from Ralf CorsepiusJoel Sherrill2000-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> that migrates the SH port to multilib'ing. This patch involved moving a number of files in the CVS repository, adding new files, and deleting files from their previous location. Ralf gave good instructions (not repeated here) and here are his notes: Note 1: In this version, I did not change the installation points of the headers which are moved inside of the source-tree. This is a temporary hack for not breaking compatibility with 4.5 based BSPs, but will probably not last once having real multilibs (We would have include file conflicts when several BSPs/CPU_MODELS share a common installation prefix). Note 2: I hope not to have broken too much, but I would not be astonished if something goes wrong. Note 3: There are more patches to come :)
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+2
|
* Removing Makefile.in and adding Makefile.am. These were missed in conversionJoel Sherrill1999-12-211-0/+11
to automake by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.