Changeset ca406082 in rtems


Ignore:
Timestamp:
11/15/00 21:40:05 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c34ac295
Parents:
cb88748
Message:

2000-11-14 Jiri Gaisler <jgais@…>

  • Makefile.am, configure.in: Added support for instruction cache enabling based on CPU model.
  • cache/.cvsignore, cache/Makefile.am, cache/cache.c, cache/cache_.h: New files.
Location:
c/src/lib/libcpu/sparc
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sparc/ChangeLog

    rcb88748 rca406082  
     12000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
     2
     3        * Makefile.am, configure.in: Added support for instruction
     4        cache enabling based on CPU model.
     5        * cache/.cvsignore, cache/Makefile.am, cache/cache.c,
     6        cache/cache_.h: New files.
     7
    182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libcpu/sparc/Makefile.am

    rcb88748 rca406082  
    66ACLOCAL_AMFLAGS = -I ../../../../../aclocal
    77
    8 SUBDIRS = include reg_win syscall
     8SUBDIRS = include cache reg_win syscall
    99
    1010include $(top_srcdir)/../../../../../automake/subdirs.am
  • c/src/lib/libcpu/sparc/configure.in

    rcb88748 rca406082  
    2727RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
    2828
     29AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
     30|| test "$RTEMS_CPU_MODEL" = "leon2" )
     31
    2932# Explicitly list all Makefiles here
    3033AC_OUTPUT(
    3134Makefile
     35cache/Makefile
    3236include/Makefile
    3337reg_win/Makefile
Note: See TracChangeset for help on using the changeset viewer.