2011-02-11 Ralf Corsépius * include/swi.h, startup/bspreset.c, startup/syscalls.c: Use "__asm__" instead of "asm" for improved c99-compliance. 2011-02-02 Ralf Corsépius * configure.ac: Require autoconf-2.68, automake-1.11.1. 2010-12-03 Sebastian Huber * bsp_specs, start/start.S, startup/linkcmds: Use linker command base file. 2010-08-15 Joel Sherrill * startup/syscalls.c: ifdef out _times since it conflicts with RTEMS internal one. Besides we only use the simulator syscalls for console IO. 2010-05-15 Joel Sherrill * startup/syscalls.c: Rename to avoid conflict with newlib. 2010-04-30 Sebastian Huber * make/custom/arm920.cfg: Use VFP floating point model. 2010-04-07 Joel Sherrill * start/start.S: Verify boot_card() is passed a NULL. 2009-10-21 Ralf Corsépius * make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY. 2009-10-20 Ralf Corsépius * configure.ac: Don't add -ansi -fasm to CFLAGS. 2009-10-15 Ralf Corsépius * make/custom/arm1136jfs.cfg: New (relocated from /make/custom). * make/custom/arm1136js.cfg: New (relocated from /make/custom). * make/custom/arm7tdmi.cfg: New (relocated from /make/custom). * make/custom/arm920.cfg: New (relocated from /make/custom). * make/custom/armcortexa9.cfg: New (relocated from /make/custom). 2009-10-01 Joel Sherrill * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/.cvsignore, console/console-io.c, include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspreset.c, startup/bspstart.c, startup/linkcmds, startup/syscalls.c: New files.