2008-10-02 Joel Sherrill * Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed. 2008-09-30 Joel Sherrill * include/tm27.h: Remove reference to set_vector. 2008-09-29 Ralf Corsépius * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules. 2008-09-29 Ralf Corsépius * Makefile.am: Eliminate *_SOURCES. 2008-09-29 Ralf Corsépius * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components. 2008-09-29 Ralf Corsépius * Makefile.am: Remove noinst_PROGRAMS (Unused). 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. 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-22 Joel Sherrill * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed. 2008-09-16 Joel Sherrill * Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation. * startup/bspgetworkarea.c: Removed. 2008-09-14 Joel Sherrill * Makefile.am, configure.ac, startup/bspstart.c: Create bsp_get_work_area() into its own file and use BSP Framework to perform more initialization. * startup/bspgetworkarea.c: New file. 2008-09-06 Ralf Corsépius * startup/bspstart.c: Convert to "bool". 2008-08-20 Ralf Corsépius * irq/irq.c, irq/irq_init.c, startup/bspstart.c: Add missing prototypes. 2008-07-31 Joel Sherrill * Makefile.am: Do not build .rel files. Reduces code bloat. 2008-07-17 Ralf Corsépius * Makefile.am: Remove reference to startup/setvec.c. 2008-07-15 Joel Sherrill * .cvsignore, include/.cvsignore: New files. 2008-07-14 Thomas Doerfler * irq/irq.c: adapted DCR access syntax * startup/linkcmds, startup/bspstartup.c, Makefile.am: adapted to exception support code 2008-07-14 Thomas Doerfler * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac, * Makefile.am, preinstall.am, dlentry/dlentry.S, * include/bsp.h, include/coverhd.h, include/tm27.h * irq/irq.c, irq/irq.h, irq/irq_init.c, * startup/bspclean.c, startup/bspstart.c, startup/linkcmds: Added BSP contributed by Michael Hamel