From 7a592dcddd60929aa03db6c2eb62c6f76b046037 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Sep 2008 19:52:21 +0000 Subject: 2008-09-23 Joel Sherrill * Makefile.am, configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS. --- c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog | 6 ++++++ c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am | 1 + c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac | 2 ++ 3 files changed, 9 insertions(+) (limited to 'c/src/lib') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog index ad5edd2657..591323aa16 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @@ -1,3 +1,9 @@ +2008-09-23 Joel Sherrill + + * 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 * Makefile.am, include/bsp.h: Use standardized bsp_cleanup() which can diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am index c35fd3bf2b..017389de9f 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am @@ -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 \ diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac index 1b3631de0c..7f290f799e 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac @@ -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]) -- cgit v1.2.3