forked from Imagelibrary/rtems
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: bsp_cleanup() had the same code which was executed when you returned from boot_card() to start.S. So just use the stub bsp_cleanup() implementation and remove a file.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: bsp_cleanup() had the same code which was executed when
|
||||||
|
you returned from boot_card() to start.S. So just use the stub
|
||||||
|
bsp_cleanup() implementation and remove a file.
|
||||||
|
|
||||||
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* include/bsp.h: Remove unnecessary boilerplate comments.
|
* include/bsp.h: Remove unnecessary boilerplate comments.
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ project_lib_DATA = start.$(OBJEXT)
|
|||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds
|
dist_project_lib_DATA += startup/linkcmds
|
||||||
|
|
||||||
startup_SOURCES = ../../sparc/shared/bspclean.c ../../shared/bsplibc.c \
|
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppredriverhook.c ../../sparc/shared/bspgetworkarea.c \
|
../../shared/bsppredriverhook.c ../../sparc/shared/bspgetworkarea.c \
|
||||||
../../shared/bsppost.c ../../sparc/shared/bspstart.c \
|
../../shared/bsppost.c ../../sparc/shared/bspstart.c \
|
||||||
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
|
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: bsp_cleanup() had the same code which was executed when
|
||||||
|
you returned from boot_card() to start.S. So just use the stub
|
||||||
|
bsp_cleanup() implementation and remove a file.
|
||||||
|
|
||||||
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely
|
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ project_lib_DATA = start.$(OBJEXT)
|
|||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds
|
dist_project_lib_DATA += startup/linkcmds
|
||||||
|
|
||||||
startup_SOURCES = ../../sparc/shared/bspclean.c ../../shared/bsplibc.c \
|
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||||
../../sparc/shared/bspgetworkarea.c ../../sparc/shared/bspstart.c \
|
../../sparc/shared/bspgetworkarea.c ../../sparc/shared/bspstart.c \
|
||||||
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
|
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: bsp_cleanup() had the same code which was executed when
|
||||||
|
you returned from boot_card() to start.S. So just use the stub
|
||||||
|
bsp_cleanup() implementation and remove a file.
|
||||||
|
|
||||||
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into
|
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ project_lib_DATA = start.$(OBJEXT)
|
|||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds
|
dist_project_lib_DATA += startup/linkcmds
|
||||||
|
|
||||||
startup_SOURCES = ../../sparc/shared/bspclean.c ../../shared/bsplibc.c \
|
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
|
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
|
||||||
../../sparc/shared/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \
|
../../sparc/shared/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
startup/spurious.c startup/ithread.S
|
startup/spurious.c startup/ithread.S
|
||||||
|
|||||||
Reference in New Issue
Block a user