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:
Joel Sherrill
2008-09-23 14:45:40 +00:00
parent 59bdd96602
commit b39fdd9b5a
6 changed files with 21 additions and 3 deletions

View File

@@ -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.

View File

@@ -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 \

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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