Changeset d2a05e7 in rtems


Ignore:
Timestamp:
11/19/99 16:40:40 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
75f2b0b
Parents:
9c0385a
Message:

Renaming all BSP specific startXXX directories to use the same name (start).

Location:
c/src/lib/libbsp
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/efi332/Makefile.in

    r9c0385a rd2a05e7  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = include start332 startup clock console spurious timer wrapup
     23SUB_DIRS = include start startup clock console spurious timer wrapup
    2424
    2525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/efi332/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start332.o%s} \
    19 %{qrtems_debug: start332_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/efi332/start/Makefile.in

    r9c0385a rd2a05e7  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/efi332/start332
     9subdir = m68k/efi332/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    1414VPATH = @srcdir@
    1515
    16 PGM = ${ARCH}/start332.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
    19 C_PIECES = start332
     19C_PIECES = start
    2020C_FILES = $(C_PIECES:%=%.c)
    2121C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
  • c/src/lib/libbsp/m68k/efi332/start/start.c

    r9c0385a rd2a05e7  
    5454  /* end include in ram_init.S */
    5555  *SYNCR = (unsigned short int)
    56     ( SAM(EFI_W,15,W) | SAM(0x0,14,X) | SAM(EFI_Y,8,Y) | STSIM );
     56    ( SAM(EFI_W,15,VCO) | SAM(0x0,14,PRESCALE) | SAM(EFI_Y,8,COUNTER) | STSIM );
    5757  while (! (*SYNCR & SLOCK));   /* protect from clock overshoot */
    5858  /* include in ram_init.S */
    5959  *SYNCR = (unsigned short int)
    60     ( SAM(EFI_W,15,W) | SAM(EFI_X,14,X) | SAM(EFI_Y,8,Y) | STSIM );
     60    ( SAM(EFI_W,15,VCO) | SAM(EFI_X,14,PRESCALE) | SAM(EFI_Y,8,COUNTER) | STSIM );
    6161
    6262  /* System Protection Control Register */
  • c/src/lib/libbsp/m68k/efi68k/Makefile.in

    r9c0385a rd2a05e7  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = include start68k startup clock console spurious timer wrapup
     23SUB_DIRS = include start startup clock console spurious timer wrapup
    2424
    2525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/efi68k/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start68k.o%s} \
    19 %{qrtems_debug: start68k_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/efi68k/start/Makefile.in

    r9c0385a rd2a05e7  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/efi68k/start68k
     9subdir = m68k/efi68k/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    1414VPATH = @srcdir@
    1515
    16 PGM = ${ARCH}/start68k.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
    19 C_PIECES = start68k
     19C_PIECES = start
    2020C_FILES = $(C_PIECES:%=%.c)
    2121C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
  • c/src/lib/libbsp/m68k/gen68302/Makefile.in

    r9c0385a rd2a05e7  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include start302 startup clock console timer wrapup
     27SUB_DIRS = include start startup clock console timer wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/gen68302/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start302.o%s} \
    19 %{qrtems_debug: start302_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/gen68302/start/Makefile.in

    r9c0385a rd2a05e7  
    1414VPATH = @srcdir@
    1515
    16 PGMS = ${ARCH}/start302.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
     
    2424
    2525# Assembly source names, if any, go here -- minus the .S
    26 S_PIECES = start302
     26S_PIECES = start
    2727S_FILES = $(S_PIECES:%=%.S)
    2828S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
  • c/src/lib/libbsp/m68k/gen68340/Makefile.in

    r9c0385a rd2a05e7  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include start340 startup clock console timer wrapup
     27SUB_DIRS = include start startup clock console timer wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/gen68340/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start340.o%s} \
    19 %{qrtems_debug: start340_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/gen68340/start/Makefile.in

    r9c0385a rd2a05e7  
    1414VPATH = @srcdir@
    1515
    16 PGMS = ${ARCH}/start340.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
     
    2424
    2525# Assembly source names, if any, go here -- minus the .S
    26 S_PIECES = start340
     26S_PIECES = start
    2727S_FILES = $(S_PIECES:%=%.S)
    2828S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
  • c/src/lib/libbsp/m68k/gen68360/Makefile.in

    r9c0385a rd2a05e7  
    2929# wrapup is the one that actually builds and installs the library
    3030#  from the individual .rel files built in other directories
    31 SUB_DIRS = include start360 startup clock console timer $(NETWORKING_DRIVER) \
     31SUB_DIRS = include start startup clock console timer $(NETWORKING_DRIVER) \
    3232    wrapup
    3333
  • c/src/lib/libbsp/m68k/gen68360/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start360.o%s} \
    19 %{qrtems_debug: start360_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/gen68360/start/Makefile.in

    r9c0385a rd2a05e7  
    1414VPATH = @srcdir@
    1515
    16 PGMS = ${ARCH}/start360.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
     
    2424
    2525# Assembly source names, if any, go here -- minus the .S
    26 S_PIECES = start360
     26S_PIECES = start
    2727S_FILES = $(S_PIECES:%=%.S)
    2828S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
  • c/src/lib/libbsp/m68k/ods68302/Makefile.in

    r9c0385a rd2a05e7  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include start302 startup clock console timer wrapup
     27SUB_DIRS = include start startup clock console timer wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/ods68302/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: start302.o%s} \
    19 %{qrtems_debug: start302_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/m68k/ods68302/start/Makefile.in

    r9c0385a rd2a05e7  
    1414VPATH = @srcdir@
    1515
    16 PGM = ${ARCH}/start302.o
     16PGM = ${ARCH}/start.o
    1717
    1818RESET_S_PIECES_yes_V = debugreset
  • c/src/lib/libbsp/mips/p4000/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: idt_csu.o%s} \
    19 %{qrtems_debug: idt_csu_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/mips64orion/p4000/Makefile.in

    r9c0385a rd2a05e7  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include startup console liblnk wrapup
     27SUB_DIRS = include start startup console liblnk wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/mips64orion/p4000/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems: \
    18 %{!qrtems_debug: idt_csu.o%s} \
    19 %{qrtems_debug: idt_csu_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*link:
  • c/src/lib/libbsp/powerpc/psim/Makefile.in

    r9c0385a rd2a05e7  
    3030# wrapup is the one that actually builds and installs the library
    3131#  from the individual .rel files built in other directories
    32 SUB_DIRS = include clock console startup startsim $(MP_DRIVERS) timer \
     32SUB_DIRS = include start clock console startup $(MP_DRIVERS) timer \
    3333    vectors wrapup tools
    3434
  • c/src/lib/libbsp/powerpc/psim/bsp_specs

    r9c0385a rd2a05e7  
    1616*startfile:
    1717%{!qrtems: %(old_startfile)} %{qrtems:  ecrti%O%s \
    18 %{!qrtems_debug: startsim.o%s} \
    19 %{qrtems_debug: startsim_g.o%s}}
     18%{!qrtems_debug: start.o%s} \
     19%{qrtems_debug: start_g.o%s}}
    2020
    2121*endfile:
  • c/src/lib/libbsp/powerpc/psim/start/Makefile.in

    r9c0385a rd2a05e7  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = powerpc/psim/startsim
     9subdir = powerpc/psim/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
     
    1414VPATH = @srcdir@
    1515
    16 PGMS = ${ARCH}/startsim.o
     16PGM = ${ARCH}/start.o
    1717
    1818# C source names, if any, go here -- minus the .c
     
    2424
    2525# Assembly source names, if any, go here -- minus the .S
    26 S_PIECES = startsim
     26S_PIECES = start
    2727S_FILES = $(S_PIECES:%=%.S)
    2828S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
Note: See TracChangeset for help on using the changeset viewer.