Changeset f8e0327 in rtems


Ignore:
Timestamp:
10/20/04 18:28:00 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
48a57c5
Parents:
2fd2786
Message:

2004-10-20 Joel Sherrill <joel@…>

  • README, configure.ac, GT64260/Makefile.am, include/bsp.h, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string and license corrected.
  • GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in, include/Makefile.am, include/Makefile.in, irq/Makefile.in, network/Makefile.in, pci/Makefile.in, start/Makefile.in, startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in, wrapup/Makefile.in: Removed.
Location:
c/src/lib/libbsp/powerpc/mvme5500
Files:
12 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mvme5500/ChangeLog

    r2fd2786 rf8e0327  
     12004-10-20      Joel Sherrill <joel@OARcorp.com>
     2
     3        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
     4        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
     5        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
     6        and license corrected.
     7        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
     8        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
     9        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
     10        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
     11        wrapup/Makefile.in: Removed.
     12
    1132004-10-20  Kate Feng <feng1@bnl.gov>
    214
  • c/src/lib/libbsp/powerpc/mvme5500/GT64260/Makefile.am

    r2fd2786 rf8e0327  
    11##
    2 ## $Id: Makefile.am, S. Kate Feng /12/03
     2## $Id$
    33##
    44
  • c/src/lib/libbsp/powerpc/mvme5500/README

    r2fd2786 rf8e0327  
    11#
    2 #  $Id: README,v 1.1  Shuchen Kate Feng, NSLS, BNL (10/10/04)
     2#  $Id$
    33#
    44
  • c/src/lib/libbsp/powerpc/mvme5500/configure.ac

    r2fd2786 rf8e0327  
    33## configure.ac,v 1.9.2.2 2003/03/06 10:42:42 ralf Exp
    44
    5 AC_PREREQ(2.57)
     5AC_PREREQ(2.59)
    66AC_INIT([rtems-c-src-lib-libbsp-powerpc-mvme5500],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([bsp_specs])
     
    99
    1010RTEMS_CANONICAL_TARGET_CPU
    11 AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
     11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9])
    1212RTEMS_BSP_CONFIGURE
    1313
    1414RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
    1515RTEMS_CANONICALIZE_TOOLS
     16RTEMS_CHECK_TOOL(NM,nm,no)
     17RTEMS_PROG_CCAS
    1618
    1719RTEMS_CHECK_NETWORKING
  • c/src/lib/libbsp/powerpc/mvme5500/include/Makefile.am

    r2fd2786 rf8e0327  
    2424all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS)
    2525
    26 include $(top_srcdir)/../../../../../../automake/local.am
     26include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h

    r2fd2786 rf8e0327  
    66 *  The license and distribution terms for this file may be
    77 *  found in found in the file LICENSE in this distribution or at
    8  *  http://www.OARcorp.com/rtems/license.html.
     8 *  http://www.rtems.com/license/LICENSE.
    99 *
    1010 *  S. Kate Feng 12/03 : Modified it to support the MVME5500 board.
  • c/src/lib/libbsp/powerpc/mvme5500/irq/Makefile.am

    r2fd2786 rf8e0327  
    11##
    2 ## $Id: Makefile.am  S. Kate Feng, 12/03
     2## $Id$
    33##
    44
  • c/src/lib/libbsp/powerpc/mvme5500/irq/irq.c

    r2fd2786 rf8e0327  
    77 *  The license and distribution terms for this file may be
    88 *  found in the file LICENSE in this distribution or at
    9  *  http://www.OARcorp.com/rtems/license.html.
     9 *  http://www.rtems.com/license/LICENSE.
    1010 *
    1111 *  Special acknowledgement to Till Straumann <strauman@slac.stanford.edu>
  • c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h

    r2fd2786 rf8e0327  
    1414 *  The license and distribution terms for this file may be
    1515 *  found in found in the file LICENSE in this distribution or at
    16  *  http://www.OARcorp.com/rtems/license.html.
     16 *  http://www.rtems.com/license/LICENSE.
    1717 *
    1818 * Copyright 2004, Brookhaven National Laboratory and
     
    2222 *    - Discovery GT64260 interrupt controller instead of 8259.
    2323 *    - Added support for software IRQ priority levels.
     24 *
     25 *  $Id$
    2426 */
    2527
  • c/src/lib/libbsp/powerpc/mvme5500/irq/irq_init.c

    r2fd2786 rf8e0327  
    1515 * The license and distribution terms for this file may be
    1616 * found in the file LICENSE in this distribution or at
    17  * http://www.OARcorp.com/rtems/license.html.
    18  *
    19  */
     17 *  http://www.rtems.com/license/LICENSE.
     18 *
     19 *  $Id$
     20 */
     21
    2022#include <libcpu/io.h>
    2123#include <libcpu/spr.h>
  • c/src/lib/libbsp/powerpc/mvme5500/network/GT64260ethreg.h

    r2fd2786 rf8e0327  
    11/*      $NetBSD: GT64260ethreg.h,v 1.2 2003/03/17 16:41:16 matt Exp $   */
     2/*  $Id$ */
    23
    34/*
  • c/src/lib/libbsp/powerpc/mvme5500/pci/pci.c

    r2fd2786 rf8e0327  
    1212 *  The license and distribution terms for this file may be
    1313 *  found in the file LICENSE in this distribution or at
    14  *  http://www.OARcorp.com/rtems/license.html.
    15  *
    16  *  pci.c,v 1.2 2002/05/14 17:10:16 joel Exp
     14 *  http://www.rtems.com/license/LICENSE.
     15 *
     16 *  $Id$
    1717 *
    1818 *  Copyright 2004, Brookhaven National Laboratory and
  • c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c

    r2fd2786 rf8e0327  
    1010 *  The license and distribution terms for this file may be
    1111 *  found in the file LICENSE in this distribution or at
    12  *  http://www.OARcorp.com/rtems/license.html.
     12 *  http://www.rtems.com/license/LICENSE.
    1313 *
    1414 *  Modified to support the MCP750.
     
    2323 *  (C) by S. Kate Feng <feng1@bnl.gov>, 2003, 2004
    2424 *
    25  */
     25 *  $Id$
     26 */
     27
    2628#include <string.h>
    2729#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.