change log for rtems (2010-06-17)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jun 17 19:12:22 UTC 2010


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.

M 1.2419  cpukit/ChangeLog
M  1.140  cpukit/sapi/include/confdefs.h

diff -u rtems/cpukit/ChangeLog:1.2418 rtems/cpukit/ChangeLog:1.2419
--- rtems/cpukit/ChangeLog:1.2418	Thu Jun 17 12:20:51 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 13:38:00 2010
@@ -1,3 +1,7 @@
+2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
+
 2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* score/include/rtems/score/object.h,

diff -u rtems/cpukit/sapi/include/confdefs.h:1.139 rtems/cpukit/sapi/include/confdefs.h:1.140
--- rtems/cpukit/sapi/include/confdefs.h:1.139	Mon Jun 14 04:48:41 2010
+++ rtems/cpukit/sapi/include/confdefs.h	Thu Jun 17 13:38:00 2010
@@ -99,12 +99,11 @@
 
 
 /*
- *  When building for coverage, we always need a mount table
+ *  If the application disables the filesystem, they will not need
+ *  a mount table, so do not produce one.
  */
-#if !defined(RTEMS_COVERAGE)
-  #ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
-    #define CONFIGURE_HAS_OWN_MOUNT_TABLE
-  #endif
+#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+  #define CONFIGURE_HAS_OWN_MOUNT_TABLE
 #endif
 
 /**
@@ -372,8 +371,7 @@
   /*
    *  DEVFS variables.
    */
-  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) && \
-      !defined(RTEMS_COVERAGE)
+  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #elif defined(CONFIGURE_FILESYSTEM_DEVFS)
     #ifndef CONFIGURE_MAXIMUM_DEVICES
@@ -384,9 +382,6 @@
     #define CONFIGURE_MEMORY_FOR_DEVFS \
       _Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
          sizeof (rtems_device_name_t))
-  #elif defined(RTEMS_COVERAGE)
-    uint32_t rtems_device_table_size = 0;
-    #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #else
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #endif


 *joel* (on branch rtems-4-10-branch):
2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.

M 1.2346.2.37  cpukit/ChangeLog
M 1.135.2.1  cpukit/sapi/include/confdefs.h

diff -u rtems/cpukit/ChangeLog:1.2346.2.36 rtems/cpukit/ChangeLog:1.2346.2.37
--- rtems/cpukit/ChangeLog:1.2346.2.36	Wed Jun 16 23:38:28 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 13:38:20 2010
@@ -1,3 +1,7 @@
+2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
+
 2010-06-17	Chris Johns <chrisj at rtems.org>
 
 	* libfs/src/rfs/rtems-rfs-bitmaps.h,

diff -u rtems/cpukit/sapi/include/confdefs.h:1.135 rtems/cpukit/sapi/include/confdefs.h:1.135.2.1
--- rtems/cpukit/sapi/include/confdefs.h:1.135	Thu Jun  3 01:46:51 2010
+++ rtems/cpukit/sapi/include/confdefs.h	Thu Jun 17 13:38:20 2010
@@ -99,12 +99,11 @@
 
 
 /*
- *  When building for coverage, we always need a mount table
+ *  If the application disables the filesystem, they will not need
+ *  a mount table, so do not produce one.
  */
-#if !defined(RTEMS_COVERAGE)
-  #ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
-    #define CONFIGURE_HAS_OWN_MOUNT_TABLE
-  #endif
+#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+  #define CONFIGURE_HAS_OWN_MOUNT_TABLE
 #endif
 
 /**
@@ -357,8 +356,7 @@
   /*
    *  DEVFS variables.
    */
-  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) && \
-      !defined(RTEMS_COVERAGE)
+  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #elif defined(CONFIGURE_FILESYSTEM_DEVFS)
     #ifndef CONFIGURE_MAXIMUM_DEVICES
@@ -369,9 +367,6 @@
     #define CONFIGURE_MEMORY_FOR_DEVFS \
       _Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
          sizeof (rtems_device_name_t))
-  #elif defined(RTEMS_COVERAGE)
-    uint32_t rtems_device_table_size = 0;
-    #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #else
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #endif


 *joel*:
Typo.

M 1.2420  cpukit/ChangeLog

diff -u rtems/cpukit/ChangeLog:1.2419 rtems/cpukit/ChangeLog:1.2420
--- rtems/cpukit/ChangeLog:1.2419	Thu Jun 17 13:38:00 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 13:38:36 2010
@@ -1,6 +1,6 @@
 2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
-	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
+	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
 
 2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>

	* sapi/include/confdefs.h: Remove ITRON configuration parameters.

M 1.2421  cpukit/ChangeLog
M  1.141  cpukit/sapi/include/confdefs.h

diff -u rtems/cpukit/ChangeLog:1.2420 rtems/cpukit/ChangeLog:1.2421
--- rtems/cpukit/ChangeLog:1.2420	Thu Jun 17 13:38:36 2010
+++ rtems/cpukit/ChangeLog	Thu Jun 17 13:39:28 2010
@@ -1,3 +1,7 @@
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* sapi/include/confdefs.h: Remove ITRON configuration parameters.
+
 2010-06-17	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.

diff -u rtems/cpukit/sapi/include/confdefs.h:1.140 rtems/cpukit/sapi/include/confdefs.h:1.141
--- rtems/cpukit/sapi/include/confdefs.h:1.140	Thu Jun 17 13:38:00 2010
+++ rtems/cpukit/sapi/include/confdefs.h	Thu Jun 17 13:39:28 2010
@@ -58,9 +58,6 @@
 #ifdef RTEMS_POSIX_API
   extern posix_api_configuration_table    Configuration_POSIX_API;
 #endif
-#ifdef RTEMS_ITRON_API
-  extern itron_api_configuration_table    Configuration_ITRON_API;
-#endif
 
 /**
  *  This macro determines whether the RTEMS reentrancy support for
@@ -1504,175 +1501,6 @@
   #define CONFIGURE_ADA_TASKS_STACK        0
 #endif
 
-/*
- *  ITRON API Configuration Parameters
- */
-
-#ifdef RTEMS_ITRON_API
-
-  #include <rtems/itron.h>
-  #include <rtems/itron/config.h>
-  #include <rtems/itron/eventflags.h>
-  #include <rtems/itron/fmempool.h>
-  #include <rtems/itron/mbox.h>
-  #include <rtems/itron/msgbuffer.h>
-  #include <rtems/itron/port.h>
-  #include <rtems/itron/semaphore.h>
-  #include <rtems/itron/task.h>
-  #include <rtems/itron/vmempool.h>
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_TASKS
-    #define CONFIGURE_MAXIMUM_ITRON_TASKS      0
-  #endif
-  #define CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API 0
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_SEMAPHORES
-    #define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES                 0
-    #define CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES(_semaphores) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES(_semaphores) \
-      _Configure_Object_RAM(_semaphores, sizeof(ITRON_Semaphore_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS
-    #define CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS                 0
-    #define CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS(_eventflags) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS(_eventflags) \
-      _Configure_Object_RAM(_eventflags, sizeof(ITRON_Eventflags_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MAILBOXES
-    #define CONFIGURE_MAXIMUM_ITRON_MAILBOXES                0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES(_mailboxes) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES(_mailboxes) \
-      _Configure_Object_RAM(_mailboxes, sizeof(ITRON_Mailbox_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS
-    #define CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS                      0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(_message_buffers) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(_message_buffers) \
-      _Configure_Object_RAM(_message_buffers, \
-        sizeof(ITRON_Message_buffer_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_PORTS
-    #define CONFIGURE_MAXIMUM_ITRON_PORTS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_PORTS(_ports) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_PORTS(_ports) \
-      _Configure_Object_RAM(_ports, sizeof(ITRON_Port_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS
-    #define CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(_pools) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(_pools) \
-      _Configure_Object_RAM( _pools, sizeof(ITRON_Variable_memory_pool_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS
-    #define CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(_pools) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(_pools) \
-      _Configure_Object_RAM(_pools, sizeof(ITRON_Fixed_memory_pool_Control))
-  #endif
-
-  #ifdef CONFIGURE_ITRON_INIT_TASK_TABLE
-
-    #ifdef CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE
-
-      /*
-       *  The user is defining their own table information and setting the
-       *  appropriate variables for the ITRON Initialization Task Table.
-       */
-
-    #else
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT
-        #define CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT   ITRON_Init
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES
-        #define CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES    TA_HLNG
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_PRIORITY
-        #define CONFIGURE_ITRON_INIT_TASK_PRIORITY      1
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_STACK_SIZE
-        #define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE \
-                CONFIGURE_MINIMUM_TASK_STACK_SIZE
-      #endif
-
-      #ifdef CONFIGURE_INIT
-        itron_initialization_tasks_table ITRON_Initialization_tasks[] = {
-          { 1,                                    /* ID */
-            { (VP) 0,                                /* exinfo */
-              CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES,  /* task attributes */
-              CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT, /* task start address */
-              CONFIGURE_ITRON_INIT_TASK_PRIORITY,    /* initial task priority */
-              CONFIGURE_ITRON_INIT_TASK_STACK_SIZE   /* stack size */
-            }
-          }
-        };
-      #endif
-
-      #define CONFIGURE_ITRON_INIT_TASK_TABLE_NAME ITRON_Initialization_tasks
-
-      #define CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE \
-        sizeof(CONFIGURE_ITRON_INIT_TASK_TABLE_NAME) / \
-            sizeof(itron_initialization_tasks_table)
-
-    #endif    /* CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE */
-
-  #else     /* CONFIGURE_ITRON_INIT_TASK_TABLE */
-
-    #define CONFIGURE_ITRON_INIT_TASK_TABLE_NAME NULL
-    #define CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE 0
-    #define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE 0
-
-  #endif
-
-  #define CONFIGURE_MEMORY_FOR_ITRON \
-    ( CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES( \
-          CONFIGURE_MAXIMUM_ITRON_SEMAPHORES ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS( \
-          CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES( \
-          CONFIGURE_MAXIMUM_ITRON_MAILBOXES ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS( \
-          CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_PORTS( \
-          CONFIGURE_MAXIMUM_ITRON_PORTS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS( \
-          CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS( \
-          CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS ) + \
-      CONFIGURE_ITRON_INIT_TASK_STACK_SIZE \
-     )
-
-#else
-
-  #define CONFIGURE_MAXIMUM_ITRON_TASKS               0
-  #define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES          0
-  #define CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS          0
-  #define CONFIGURE_MAXIMUM_ITRON_MAILBOXES           0
-  #define CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS     0
-  #define CONFIGURE_MAXIMUM_ITRON_PORTS               0
-  #define CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS        0
-  #define CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS  0
-  #define CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API     0
-  #define CONFIGURE_MEMORY_FOR_ITRON                  0
-
-#endif    /* RTEMS_ITRON_API */
-
 /**
  *  This macro specifies the amount of memory to be reserved for the
  *  Newlib C Library reentrancy structure -- if we are using newlib.
@@ -1707,8 +1535,7 @@
    (_Configure_From_workspace(CONFIGURE_MINIMUM_TASK_STACK_SIZE) + \
     CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API + \
     CONFIGURE_MEMORY_PER_TASK_FOR_NEWLIB + \
-    CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API + \
-    CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API))  + \
+    CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API))  + \
   _Configure_From_workspace( \
     _Configure_Max_Objects(_number_FP_tasks) * CONTEXT_FP_SIZE) + \
   _Configure_From_workspace( \
@@ -1860,25 +1687,12 @@
 #endif
 
 /**
- *  This accounts for any extra memory required by the ITRON API
- *  Initialization Task.
- */
-#if defined(RTEMS_ITRON_API) && \
-    (CONFIGURE_ITRON_INIT_TASK_STACK_SIZE > CONFIGURE_MINIMUM_TASK_STACK_SIZE)
-  #define CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART \
-      (CONFIGURE_ITRON_INIT_TASK_STACK_SIZE - CONFIGURE_MINIMUM_TASK_STACK_SIZE)
-#else
-  #define CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART 0
-#endif
-
-/**
  *  This macro provides a summation of the various initialization task
  *  and thread stack requirements.
  */
 #define CONFIGURE_INITIALIZATION_THREADS_STACKS \
     (CONFIGURE_INITIALIZATION_THREADS_STACKS_CLASSIC_PART + \
-    CONFIGURE_INITIALIZATION_THREADS_STACKS_POSIX_PART + \
-    CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART)
+    CONFIGURE_INITIALIZATION_THREADS_STACKS_POSIX_PART)
 
 /**
  *  This macro provides a summation of the various task and thread
@@ -1886,9 +1700,7 @@
  */
 #define CONFIGURE_TOTAL_TASKS_AND_THREADS \
    (CONFIGURE_MAXIMUM_TASKS + \
-    CONFIGURE_MAXIMUM_POSIX_THREADS + CONFIGURE_MAXIMUM_ADA_TASKS + \
-    CONFIGURE_MAXIMUM_ITRON_TASKS \
-   )
+    CONFIGURE_MAXIMUM_POSIX_THREADS + CONFIGURE_MAXIMUM_ADA_TASKS)
 
 /**
  *  This macro reserves the memory required by the statically configured
@@ -1936,7 +1748,6 @@
     uint32_t FP_OVERHEAD;
     uint32_t CLASSIC;
     uint32_t POSIX;
-    uint32_t ITRON;
 
     /* System overhead pieces */
     uint32_t INTERRUPT_VECTOR_TABLE;
@@ -1969,16 +1780,6 @@
     uint32_t POSIX_SPINLOCKS;
     uint32_t POSIX_RWLOCKS;
 #endif
-#ifdef RTEMS_ITRON_API
-    /* ITRON API Pieces */
-    uint32_t ITRON_SEMAPHORES;
-    uint32_t ITRON_EVENTFLAGS;
-    uint32_t ITRON_MAILBOXES;
-    uint32_t ITRON_MESSAGE_BUFFERS;
-    uint32_t ITRON_PORTS;
-    uint32_t ITRON_MEMORY_POOLS;
-    uint32_t ITRON_FIXED_MEMORY_POOLS;
-#endif
   } Configuration_Debug_t;
 
   Configuration_Debug_t Configuration_Memory_Debug = {
@@ -1990,7 +1791,6 @@
     CONFIGURE_MEMORY_FOR_TASKS(0, 1),
     CONFIGURE_MEMORY_FOR_CLASSIC,
     CONFIGURE_MEMORY_FOR_POSIX,
-    CONFIGURE_MEMORY_FOR_ITRON,
 
     /* System overhead pieces */
     CONFIGURE_INTERRUPT_VECTOR_TABLE,
@@ -2027,20 +1827,6 @@
     CONFIGURE_MEMORY_FOR_POSIX_RWLOCKS( CONFIGURE_MAXIMUM_POSIX_RWLOCKS ),
     CONFIGURE_MEMORY_FOR_POSIX_TIMERS( CONFIGURE_MAXIMUM_POSIX_TIMERS ),
 #endif
-
-#ifdef RTEMS_ITRON_API
-    /* ITRON API Pieces */
-    CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES( CONFIGURE_MAXIMUM_ITRON_SEMAPHORES ),
-    CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS( CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS ),
-    CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES( CONFIGURE_MAXIMUM_ITRON_MAILBOXES ),
-    CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(
-        CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS ),
-    CONFIGURE_MEMORY_FOR_ITRON_PORTS( CONFIGURE_MAXIMUM_ITRON_PORTS ),
-    CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(
-        CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS ),
-    CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(
-        CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS ),
-#endif
   };
 #endif
 
@@ -2056,7 +1842,6 @@
    CONFIGURE_MEMORY_FOR_CLASSIC + \
    CONFIGURE_MEMORY_FOR_POSIX + \
    (CONFIGURE_MAXIMUM_POSIX_THREADS * CONFIGURE_MINIMUM_TASK_STACK_SIZE ) + \
-   CONFIGURE_MEMORY_FOR_ITRON + \
    CONFIGURE_INITIALIZATION_THREADS_STACKS + \
    CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS + \
    CONFIGURE_MEMORY_FOR_MP + \
@@ -2109,24 +1894,6 @@
     };
   #endif
 
-  #ifdef RTEMS_ITRON_API
-    /**
-     *  This is the ITRON API Configuration Table.
-     */
-    itron_api_configuration_table Configuration_ITRON_API = {
-      CONFIGURE_MAXIMUM_ITRON_TASKS,
-      CONFIGURE_MAXIMUM_ITRON_SEMAPHORES,
-      CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS,
-      CONFIGURE_MAXIMUM_ITRON_MAILBOXES,
-      CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS,
-      CONFIGURE_MAXIMUM_ITRON_PORTS,
-      CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS,
-      CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS,
-      CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE,
-      CONFIGURE_ITRON_INIT_TASK_TABLE_NAME
-    };
-  #endif
-
   /** This variable specifies the minimum stack size for tasks in an RTEMS
    *  application.
    *
@@ -2208,23 +1975,6 @@
   #endif
 #endif
 
-/*
- *  If the user has configured a set of ITRON Initialization Tasks,
- *  then we need to install the code that runs that loop.
- */
-#ifdef RTEMS_ITRON_API
-  #ifdef CONFIGURE_INIT
-    #if defined(CONFIGURE_ITRON_INIT_TASK_TABLE) || \
-        defined(CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE)
-      void _ITRON_Task_Initialize_user_tasks_body(void);
-      void (*_ITRON_Initialize_user_tasks_p)(void) =
-                _ITRON_Task_Initialize_user_tasks_body;
-    #else
-      void (*_ITRON_Initialize_user_tasks_p)(void) = NULL;
-    #endif
-  #endif
-#endif
-
 #ifdef __cplusplus
 }
 #endif
@@ -2249,8 +1999,7 @@
 #if !defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION)
   #if (CONFIGURE_MAXIMUM_TASKS == 0) && \
       (CONFIGURE_MAXIMUM_POSIX_THREADS == 0) && \
-      (CONFIGURE_MAXIMUM_ADA_TASKS == 0) &&  \
-      (CONFIGURE_MAXIMUM_ITRON_TASKS == 0)
+      (CONFIGURE_MAXIMUM_ADA_TASKS == 0)
     #error "CONFIGURATION ERROR: No tasks or threads configured!!"
   #endif
 #endif
@@ -2261,7 +2010,6 @@
  */
 #if !defined(CONFIGURE_RTEMS_INIT_TASKS_TABLE) && \
     !defined(CONFIGURE_POSIX_INIT_THREAD_TABLE) && \
-    !defined(CONFIGURE_ITRON_INIT_TASK_TABLE) && \
     !defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION)
 #error "CONFIGURATION ERROR: No initialization tasks or threads configured!!"
 #endif
@@ -2298,24 +2046,6 @@
 #endif
 
 /*
- *  If an attempt was made to configure ITRON objects and
- *  the ITRON API was not configured into RTEMS, error out.
- */
-#if !defined(RTEMS_ITRON_API)
-  #if ((CONFIGURE_MAXIMUM_ITRON_TASKS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_SEMAPHORES != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MAILBOXES != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_PORTS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0) || \
-      defined(CONFIGURE_ITRON_INIT_TASK_TABLE))
-  #error "CONFIGURATION ERROR: ITRON API support not configured!!"
-  #endif
-#endif
-
-/*
  *  You must either explicity include or exclude the clock driver.
  *  It is such a common newbie error to leave it out.  Maybe this
  *  will put an end to it.


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>

	* Makefile.am, configure.ac, index.html.in, develenv/direct.t,
	posix_users/gen_size_report, started/nextstep.t,
	started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
	* itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
	itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
	itron3.0/gen_section, itron3.0/gen_status_shell,
	itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
	itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
	itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
	itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
	itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.

M  1.282  doc/ChangeLog
M   1.24  doc/Makefile.am
M   1.31  doc/configure.ac
M    1.8  doc/develenv/direct.t
M   1.25  doc/index.html.in
R    1.8  doc/itron3.0/.cvsignore
R   1.12  doc/itron3.0/Makefile.am
R    1.9  doc/itron3.0/config.t
R   1.15  doc/itron3.0/eventflags.t
R   1.12  doc/itron3.0/fixedblock.t
R    1.1  doc/itron3.0/gen_all
R    1.7  doc/itron3.0/gen_section
R    1.2  doc/itron3.0/gen_status_shell
R    1.9  doc/itron3.0/interrupt.t
R   1.14  doc/itron3.0/itron.texi
R   1.13  doc/itron3.0/mailbox.t
R   1.12  doc/itron3.0/memorypool.t
R   1.10  doc/itron3.0/msgbuffer.t
R    1.9  doc/itron3.0/network.t
R    1.2  doc/itron3.0/preface.texi
R    1.9  doc/itron3.0/rendezvous.t
R   1.12  doc/itron3.0/semaphore.t
R   1.10  doc/itron3.0/stamp-vti
R    1.8  doc/itron3.0/status.t
R   1.12  doc/itron3.0/task.t
R   1.10  doc/itron3.0/tasksync.t
R    1.9  doc/itron3.0/time.t
R   1.10  doc/itron3.0/version.texi
M    1.6  doc/posix_users/gen_size_report
M    1.8  doc/started/nextstep.t
M   1.25  doc/started_ada/buildada.t
M   1.65  doc/user/conf.t
M    1.7  doc/user/object.t

diff -u rtems/doc/ChangeLog:1.281 rtems/doc/ChangeLog:1.282
--- rtems/doc/ChangeLog:1.281	Wed Jun 16 14:34:14 2010
+++ rtems/doc/ChangeLog	Thu Jun 17 13:45:30 2010
@@ -1,3 +1,17 @@
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile.am, configure.ac, index.html.in, develenv/direct.t,
+	posix_users/gen_size_report, started/nextstep.t,
+	started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
+	* itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
+	itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
+	itron3.0/gen_section, itron3.0/gen_status_shell,
+	itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
+	itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
+	itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
+	itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
+	itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
+
 2010-06-16	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	PR 1568/doc

diff -u rtems/doc/Makefile.am:1.23 rtems/doc/Makefile.am:1.24
--- rtems/doc/Makefile.am:1.23	Fri Jun 11 06:11:24 2010
+++ rtems/doc/Makefile.am	Thu Jun 17 13:45:31 2010
@@ -8,7 +8,7 @@
 #       + tools, common and images are shared across many documents
 
 SUBDIRS = tools started user bsp_howto porting develenv posix_users \
-    posix1003.1 filesystem itron3.0 networking ada_user started_ada \
+    posix1003.1 filesystem networking ada_user started_ada \
     new_chapters relnotes cpu_supplement shell
 
 if USE_HTML

diff -u rtems/doc/configure.ac:1.30 rtems/doc/configure.ac:1.31
--- rtems/doc/configure.ac:1.30	Wed Feb 20 16:55:13 2008
+++ rtems/doc/configure.ac	Thu Jun 17 13:45:32 2010
@@ -206,7 +206,6 @@
 posix_users/Makefile
 posix1003.1/Makefile
 filesystem/Makefile
-itron3.0/Makefile
 ada_user/Makefile
 started_ada/Makefile
 relnotes/Makefile

diff -u rtems/doc/develenv/direct.t:1.7 rtems/doc/develenv/direct.t:1.8
--- rtems/doc/develenv/direct.t:1.7	Thu Nov 29 10:02:42 2007
+++ rtems/doc/develenv/direct.t	Thu Jun 17 13:45:34 2010
@@ -404,10 +404,6 @@
 RTEMS and not considered to be owned by any other component
 in the CPU Kit.
 
- at item $@{RTEMS_ROOT@}/cpukit/itron/
-This directory contains the implementation of the 
-ITRON API.
-
 @item $@{RTEMS_ROOT@}/cpukit/libblock/
 This directory contains support code for using 
 Block Devices such as hard drives, floppies, and
@@ -476,8 +472,8 @@
 @item $@{RTEMS_ROOT@}/cpukit/score/
 This directory contains the "SuperCore" of RTEMS.
 All APIs are implemented in terms of SuperCore services.
-For example, Classic API tasks, POSIX threads, and ITRON
-tasks are all implemented in terms of SuperCore threads.
+For example, Classic API tasks and POSIX threads
+are all implemented in terms of SuperCore threads.
 This provides a common infrastructure and a high degree
 of interoperability between the APIs.  For example, 
 services from all APIs may be used by any task/thread
@@ -529,10 +525,6 @@
 
 @table @code
 
- at item $@{RTEMS_ROOT@}/testsuites/itrontests/
-This directory contains the test suite for the 
-RTEMS ITRON API.
-
 @item $@{RTEMS_ROOT@}/testsuites/libtests/
 This directory contains the test suite for the
 various RTEMS support components.
@@ -564,16 +556,12 @@
 this is no longer the case as some SuperCore functionality
 is not available through the Classic API.  Thus
 some functionality in the SuperCore is only covered
-by tests in the POSIX API and ITRON API Test Suites.
+by tests in the POSIX API Test Suites.
 
 @item $@{RTEMS_ROOT@}/testsuites/support/
 This directory contains support software and header files
 for the various test suites.
 
- at item $@{RTEMS_ROOT@}/testsuites/tmitrontests/
-This directory contains the timing test suite for
-the RTEMS ITRON API.
-
 @item $@{RTEMS_ROOT@}/testsuites/tmtests/
 This directory contains the timing test suite for
 the RTEMS Classic API.  This include tests that
@@ -651,10 +639,6 @@
 This directory contains the source code for the graphics
 used in the HTML version of the RTEMS Documentation.
 
- at item $@{RTEMS_ROOT@}/doc/itron3.0/
-This directory contains the source code for the 
- at cite{RTEMS ITRON 3.0 API User's Guide}.
-
 @item $@{RTEMS_ROOT@}/doc/networking/
 This directory contains the source code for the 
 @cite{RTEMS Network Supplement}.  

diff -u rtems/doc/index.html.in:1.24 rtems/doc/index.html.in:1.25
--- rtems/doc/index.html.in:1.24	Fri Dec 19 11:49:33 2008
+++ rtems/doc/index.html.in	Thu Jun 17 13:45:34 2010
@@ -40,16 +40,6 @@
                RTEMS POSIX API User's Guide</A>
             </LI>
 
-        <LI><A HREF="../pdf/itron.pdf">
-                    <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="../ps/itron.ps">
-                    <IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="../dvi/itron.dvi">
-                    <IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="itron/index.html">
-               RTEMS ITRON 3.0 API User's Guide</A>
-            </LI>
-
         <LI><A HREF="../pdf/networking.pdf">
                     <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
             <A HREF="../ps/networking.ps">

diff -u rtems/doc/posix_users/gen_size_report:1.5 rtems/doc/posix_users/gen_size_report:1.6
--- rtems/doc/posix_users/gen_size_report:1.5	Thu Jan 17 15:47:45 2002
+++ rtems/doc/posix_users/gen_size_report	Thu Jun 17 13:45:36 2010
@@ -190,24 +190,4 @@
   per_manager $i exec/posix/src lib/libc libm_extract
 done
 
-# Grab the size of the ITRON API
-cd ${docdir}/itron3.0
-echo
-echo "=============================================================="
-echo "=============================================================="
-echo "====                                                      ===="
-echo "====           ITRON 3.0 API SIZE INFORMATION             ===="
-echo "====                                                      ===="
-echo "=============================================================="
-echo "=============================================================="
-echo
-if [ -r ${objdir}/../../../${bsp}/lib/libitron.a ] ; then
-  for i in *.t
-  do
-    per_manager $i exec/itron/src
-  done
-else
-  echo "ITRON API not configured."
-fi
-
 

diff -u rtems/doc/started/nextstep.t:1.7 rtems/doc/started/nextstep.t:1.8
--- rtems/doc/started/nextstep.t:1.7	Thu Oct  2 13:01:48 2003
+++ rtems/doc/started/nextstep.t	Thu Jun 17 13:45:36 2010
@@ -44,9 +44,6 @@
 @item @b{RTEMS POSIX API User's Guide} describes the 
 RTEMS POSIX API that is based on the POSIX 1003.1b API.
 
- at item @b{RTEMS ITRON 3.0 API User's Guide} describes
-the RTEMS implementation of the ITRON 3.0 API.
-
 @item @b{RTEMS Network Supplement} provides information
 on the network services provided by RTEMS.
 
@@ -103,7 +100,7 @@
 to configure an application to start with a 
 single thread that whose entry point is @code{main()}.
 
-Each API supported by RTEMS (Classic, POSIX, and ITRON)
+Each API supported by RTEMS (Internal, Classic, and POSIX)
 allows the user to configure a set of one or more tasks
 that are created and started automatically
 during RTEMS initialization.  The RTEMS Automatic
@@ -117,8 +114,6 @@
 @item @code{Init} - single Classic API Initialization Task
 
 @item @code{POSIX_Init} - single POSIX API Initialization Thread
-
- at item @code{ITRON_Init} - single ITRON API Initialization Task
 @end itemize
 
 Regardless of the API used, when the initialization task executes,

diff -u rtems/doc/started_ada/buildada.t:1.24 rtems/doc/started_ada/buildada.t:1.25
--- rtems/doc/started_ada/buildada.t:1.24	Wed Oct 14 08:08:39 2009
+++ rtems/doc/started_ada/buildada.t	Thu Jun 17 13:45:36 2010
@@ -492,11 +492,6 @@
 
 This must be enabled to support the GNAT/RTEMS run-time.
 
- at item ENABLE_RTEMS_ITRON
-is set to "yes" if you want to enable the RTEMS ITRON API support.
-This corresponds to the
- at code{configure} option @code{--enable-itron}.
-
 @item ENABLE_RTEMS_MP
 is set to "yes" if you want to enable the RTEMS multiprocessing
 support.  This feature is not supported by all RTEMS BSPs and

diff -u rtems/doc/user/conf.t:1.64 rtems/doc/user/conf.t:1.65
--- rtems/doc/user/conf.t:1.64	Thu Mar  4 08:40:06 2010
+++ rtems/doc/user/conf.t	Thu Jun 17 13:45:36 2010
@@ -764,115 +764,6 @@
 
 @end itemize
 
- at subsection ITRON API Configuration
-
-The parameters in this section are used to configure resources
-for the RTEMS ITRON API.  They are only relevant if the POSIX API
-is enabled at configure time using the @code{--enable-itron} option.
-
- at itemize @bullet
- at findex CONFIGURE_MAXIMUM_ITRON_TASKS
- at item @code{CONFIGURE_MAXIMUM_ITRON_TASKS}
-is the maximum number of
-ITRON API tasks that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_SEMAPHORES
- at item @code{CONFIGURE_MAXIMUM_ITRON_SEMAPHORES}
-is the maximum number of
-ITRON API semaphores that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS
- at item @code{CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS}
-is the maximum number of
-ITRON API eventflags that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_MAILBOXES
- at item @code{CONFIGURE_MAXIMUM_ITRON_MAILBOXES}
-is the maximum number of
-ITRON API mailboxes that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS
- at item @code{CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS}
-is the maximum number of
-ITRON API message buffers that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_PORTS
- at item @code{CONFIGURE_MAXIMUM_ITRON_PORTS}
-is the maximum number of
-ITRON API ports that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS
- at item @code{CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS}
-is the maximum number of
-ITRON API memory pools that can be concurrently active.
-The default is 0.
-
- at findex CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS
- at item @code{CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS}
-is the maximum number of
-ITRON API fixed memory pools that can be concurrently active.
-The default is 0.
-
- at end itemize
-
- at subsection ITRON Initialization Task Table Configuration
-
-The @code{rtems/confdefs.h} configuration system can automatically
-generate an ITRON Initialization Tasks Table named
- at code{ITRON_Initialization_tasks} with a single entry.  The following
-parameters control the generation of that table.
-
- at itemize @bullet
- at findex CONFIGURE_ITRON_INIT_TASK_TABLE
- at item @code{CONFIGURE_ITRON_INIT_TASK_TABLE} is defined
-if the user wishes to use a ITRON API Initialization
-Tasks Table.  The application may choose to use the initialization
-tasks or threads table from another API.  By default, this
-field is not defined as the user MUST select their own
-API for initialization tasks.
-
- at findex CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE
- at item @code{CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE}
-is defined if the user wishes to define their own ITRON API Initialization
-Tasks Table.  This table should be named @code{ITRON_Initialization_tasks}.
-By default, this is not defined.
-
- at findex CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT
- at item @code{CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT}
-is the entry point (a.k.a. function name)
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{ITRON_Init}.
-
- at findex CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES
- at item @code{CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES}
-is the attribute set
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{TA_HLNG}.
-
- at findex CONFIGURE_ITRON_INIT_TASK_PRIORITY
- at item @code{CONFIGURE_ITRON_INIT_TASK_PRIORITY}
-is the initial priority
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{1} which is the highest priority
-in the ITRON API.
-
- at findex CONFIGURE_ITRON_INIT_TASK_STACK_SIZE
- at item @code{CONFIGURE_ITRON_INIT_TASK_STACK_SIZE}
-is the stack size of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-value is the configured minimum stack size.
-
- at end itemize
-
 @subsection Ada Tasks
 
 This section defines the system configuration parameters supported
@@ -941,7 +832,6 @@
 #endif
   rtems_api_configuration_table  *RTEMS_api_configuration;
   posix_api_configuration_table  *POSIX_api_configuration;
-  itron_api_configuration        *ITRON_api_configuration;
 @} rtems_configuration_table;
 @end group
 @end example

diff -u rtems/doc/user/object.t:1.6 rtems/doc/user/object.t:1.7
--- rtems/doc/user/object.t:1.6	Mon Nov 23 08:53:28 2009
+++ rtems/doc/user/object.t	Thu Jun 17 13:45:36 2010
@@ -44,7 +44,7 @@
 @subsection APIs
 
 RTEMS implements multiple APIs including an Internal API,
-the Classic API, the POSIX API, and the uITRON API.  These
+the Classic API, and the POSIX API.  These
 APIs share the common foundation of SuperCore objects and
 thus share object management code. This includes a common
 scheme for object Ids and for managing object names whether


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>

	* .cvsignore, include/.cvsignore: New files.

A    1.1  c/src/lib/libbsp/sparc64/niagara/.cvsignore
M    1.2  c/src/lib/libbsp/sparc64/niagara/ChangeLog
A    1.1  c/src/lib/libbsp/sparc64/niagara/include/.cvsignore
A    1.1  c/src/lib/libbsp/sparc64/usiii/.cvsignore
M    1.2  c/src/lib/libbsp/sparc64/usiii/ChangeLog
A    1.1  c/src/lib/libbsp/sparc64/usiii/include/.cvsignore

diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/niagara/.cvsignore:1.1
--- /dev/null	Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/.cvsignore	Thu Jun 17 13:54:45 2010
@@ -0,0 +1,8 @@
+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in

diff -u rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.1	Thu Jun 17 11:20:32 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog	Thu Jun 17 13:54:45 2010
@@ -1,5 +1,9 @@
 2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* .cvsignore, include/.cvsignore: New files.
+
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
 	preinstall.am, include/bsp.h, include/tm27.h,
 	make/custom/niagara.cfg, start/bspinit.S: New files.

diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/niagara/include/.cvsignore:1.1
--- /dev/null	Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/include/.cvsignore	Thu Jun 17 13:54:45 2010
@@ -0,0 +1,4 @@
+bspopts.h
+bspopts.h.in
+stamp-h
+stamp-h.in

diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/usiii/.cvsignore:1.1
--- /dev/null	Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/.cvsignore	Thu Jun 17 13:54:47 2010
@@ -0,0 +1,8 @@
+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in

diff -u rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.1	Thu Jun 17 11:20:38 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog	Thu Jun 17 13:54:47 2010
@@ -1,5 +1,9 @@
 2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* .cvsignore, include/.cvsignore: New files.
+
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
 	preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg,
 	start/bspinit.S: New files.

diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/usiii/include/.cvsignore:1.1
--- /dev/null	Thu Jun 17 14:12:22 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/include/.cvsignore	Thu Jun 17 13:54:47 2010
@@ -0,0 +1,4 @@
+bspopts.h
+bspopts.h.in
+stamp-h
+stamp-h.in


 *joel*:
2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>

	* .cvsignore: New file.

A    1.1  c/src/lib/libbsp/sparc64/.cvsignore
M    1.2  c/src/lib/libbsp/sparc64/ChangeLog

diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/.cvsignore:1.1
--- /dev/null	Thu Jun 17 14:12:22 2010
+++ rtems/c/src/lib/libbsp/sparc64/.cvsignore	Thu Jun 17 13:54:49 2010
@@ -0,0 +1,8 @@
+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in

diff -u rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.1	Thu Jun 17 11:20:43 2010
+++ rtems/c/src/lib/libbsp/sparc64/ChangeLog	Thu Jun 17 13:54:49 2010
@@ -1,5 +1,9 @@
 2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* .cvsignore: New file.
+
+2010-06-17	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
 	shared/clock/ckinit.c, shared/console/conscfg.c,
 	shared/helenos/LICENSE, shared/helenos/README,



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100617/732d1bc6/attachment.html>


More information about the vc mailing list