Changeset 479ac2d8 in rtems


Ignore:
Timestamp:
03/11/05 07:26:45 (19 years ago)
Author:
Jay Monkman <jtm@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e8c785c6
Parents:
c995cd6
Message:

2005-03-11 Philippe Simons <loki_666@…>

  • Makefile.am, configure.ac: Added gp32 BSP.
  • s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c, s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h, s3c2400/timer/timer.c: New files.
Location:
c/src/lib/libcpu/arm
Files:
9 added
3 edited

Legend:

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

    rc995cd6 r479ac2d8  
     12005-03-11      Philippe Simons <loki_666@fastmail.fm>
     2
     3        * Makefile.am, configure.ac: Added gp32 BSP.
     4        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
     5        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
     6        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
     7        s3c2400/timer/timer.c: New files.
     8
    192005-03-08      Jay Monkman <jtm@lopingdog.com>
    210
  • c/src/lib/libcpu/arm/Makefile.am

    rc995cd6 r479ac2d8  
    55ACLOCAL_AMFLAGS = -I ../../../aclocal
    66
    7 SUBDIRS = shared at91rm9200 mc9328mxl
     7SUBDIRS = shared at91rm9200 mc9328mxl s3c2400
    88
    99all-local: $(TMPINSTALL_FILES)
  • c/src/lib/libcpu/arm/configure.ac

    rc995cd6 r479ac2d8  
    2525
    2626AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "at91rm9200" || \
    27                        test "$RTEMS_CPU_MODEL" = "mc9328mxl")
     27                       test "$RTEMS_CPU_MODEL" = "mc9328mxl" || \
     28                       test "$RTEMS_CPU_MODEL" = "s3c2400")
    2829AM_CONDITIONAL(at91rm9200, test "$RTEMS_CPU_MODEL" = "at91rm9200")
    2930AM_CONDITIONAL(mc9328mxl, test "$RTEMS_CPU_MODEL" = "mc9328mxl")
     31AM_CONDITIONAL(s3c2400, test "$RTEMS_CPU_MODEL" = "s3c2400")
    3032
    3133# Explicitly list all Makefiles here
     
    3436at91rm9200/Makefile
    3537mc9328mxl/Makefile
     38s3c2400/Makefile
    3639])
    3740AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.