2008-09-23 Joel Sherrill * configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS. 2008-09-16 Joel Sherrill * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * startup/bspgetworkarea.c: New file. 2008-09-10 Joel Sherrill * Makefile.am: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. * startup/bspclean.c: Removed. 2008-08-30 Joel Sherrill * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook(). 2008-08-20 Sebastian Huber * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c, tests/tests.c: Added copyright information. Added missing prototypes. Fixed integer conversion warning. * startup/bspclean.c: Include bootcard.h. 2008-08-20 Ralf Corsépius * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c: Add missing prototypes. 2008-08-01 Sebastian Huber * startup/start.S: Clear environment pointer for bootcard. 2008-07-31 Joel Sherrill * Makefile.am: Do not build .rel files. Reduces code bloat. 2008-07-31 Joel Sherrill * tests/tests.c: Remove C++ style comments. 2008-07-31 Joel Sherrill * startup/bspclean.c: Use C style comment. 2008-07-27 Ralf Corsépius * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET. * Makefile.am: Remove doxygen comments. Remove bogus BUILT_SOURCES. 2008-07-24 Sebastian Huber * configure.ac, startup/bspstart.c: Support RAM allocation via bootcard. 2008-07-17 Ralf Corsépius * configure.ac: Remove RTEMS_AMPOLISH3. 2008-07-15 Joel Sherrill * .cvsignore, include/.cvsignore: New files. 2008-07-14 Sebastian Huber * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h, include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am, README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S, tests/tests.c: New files.