2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am, configure.ac: Make letting boot_card() handle work area
	allocation mandatory. Rename
	RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
This commit is contained in:
Joel Sherrill
2008-09-23 19:52:21 +00:00
parent 12d02b8e91
commit 7a592dcddd
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Make letting boot_card() handle work area
allocation mandatory. Rename
RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, include/bsp.h: Use standardized bsp_cleanup() which can

View File

@@ -45,6 +45,7 @@ project_lib_DATA += vectors_entry.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds
startup_SOURCES = ../../powerpc/shared/startup/bspstart.c \
../../powerpc/shared/startup/bspgetworkarea.c \
../../powerpc/shared/showbats.c \
../../powerpc/shared/startup/pretaskinghook.c \
../../shared/bsppredriverhook.c \

View File

@@ -41,6 +41,8 @@ RTEMS_BSPOPTS_SET([mpc8240],[*],[])
RTEMS_BSPOPTS_HELP([mpc8240],
[Defined for boards with MPC8240 -- undefined for others])
BSP_BOOTCARD_OPTIONS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
bootloader/Makefile])