Changeset c6af4585 in rtems


Ignore:
Timestamp:
12/06/13 16:17:52 (10 years ago)
Author:
Chirayu Desai <cdesai@…>
Branches:
4.11, 5, master
Children:
09c33ed
Parents:
e626c60
git-author:
Chirayu Desai <cdesai@…> (12/06/13 16:17:52)
git-committer:
Gedare Bloom <gedare@…> (12/06/13 18:27:35)
Message:

powerpc/ss555: move startup/start.S to start/start.S

Location:
c/src/lib/libbsp/powerpc/ss555
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/ss555/Makefile.am

    re626c60 rc6af4585  
    3232    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
    3333    startup/bspstart.c ../../shared/bootcard.c startup/iss555.c \
    34     ../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/start.S \
     34    ../../shared/sbrk.c ../../shared/gnatinstallhandler.c start/start.S \
    3535    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c
    3636# tm27supp
  • c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c

    re626c60 rc6af4585  
    6464 *  does some of the board independent initialization. It is called from the
    6565 *  SS555 entry point _start() defined in
    66  *  rtems/c/src/lib/libbsp/powerpc/ss555/startup/start.S
     66 *  rtems/c/src/lib/libbsp/powerpc/ss555/start/start.S
    6767 *
    6868 *  _start() has set up a stack, has zeroed the .bss section, has set up the
Note: See TracChangeset for help on using the changeset viewer.