mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user