2011-07-13 Joel Sherrill PR 1824/cpukit * include/bsp.h, startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed. 2011-02-11 Ralf Corsépius * startup/bspclean.c: Use "__asm__" instead of "asm" for improved c99-compliance. 2011-02-09 Ralf Corsépius * timer/timer.c: Include . Fix benchmark_timer_read() definition. 2011-02-02 Ralf Corsépius * configure.ac: Require autoconf-2.68, automake-1.11.1. 2010-08-03 Joel Sherrill * console/debugio.c: Add BSP_poll_char. 2010-06-21 Joel Sherrill * README: Remove more ITRON references. 2010-05-03 Joel Sherrill * include/bsp.h: Add BSP_SMALL_MEMORY. * startup/linkcmds: Wildcard on .data so C++ links. 2010-04-25 Joel Sherrill * console/console.c: Fix prototypes. 2010-04-18 Joel Sherrill * .cvsignore, include/.cvsignore: New files. 2010-04-05 Thomas Znidar * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, console/debugio.c, include/bsp.h, include/tm27.h, make/custom/mcf5225x.cfg, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5225x.c, startup/linkcmds, timer/timer.c: New files. Thomas Znidar