2007-05-28 Joel Sherrill * startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. 2007-05-15 Ray Xu * Makefile.am: Add abort.rel since it is now in the BSP shared source, not in score/cpu. 2007-04-12 Ralf Corsépius * bsp_specs: Remove qrtems_debug. 2007-03-26 Chris Johns * include/bsp.h: Terminate comment. 2007-03-12 Joel Sherrill * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously. 2007-03-11 Joel Sherrill * startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c 2006-12-15 Ralf Corsépius * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t. 2006-11-15 Joel Sherrill * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization. 2006-11-01 Joel Sherrill * bsp_specs: Fix typo. 2006-10-30 Joel Sherrill * bsp_specs: Add crti, crtbegin, crtend, and crtn. 2006-10-17 Ralf Corsépius * Makefile.am: Remove superfluous -DASM. 2006-10-17 Ralf Corsépius * configure.ac: Require autoconf-2.60. Require automake-1.10. 2006-01-11 Ralf Corsepius * Makefile.am: Add preinstall.am. 2005-11-22 Ralf Corsepius * bsp_specs: remove %lib. 2005-11-12 Ralf Corsepius * bsp_specs: Remove %cpp. 2005-05-26 Ralf Corsepius * include/bsp.h: New header guard. 2005-04-26 Joel Sherrill * network/network.c: Eliminate warnings. 2005-02-24 Jay Monkman PR 751/bsps * startup/linkcmds: Cleanup. * network/network.c: Added hardware initialization code. 2005-01-07 Ralf Corsepius * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. 2005-01-04 Joel Sherrill * startup/linkcmds: Remove warnings. 2005-01-02 Ralf Corsepius * Makefile.am: Remove build-variant support. 2004-11-05 Joel Sherrill * startup/linkcmds: Add .gnu.linkonce.b section. 2004-10-21 Ralf Corsepius * startup/bspstart.c: Use POSIX fixed size types. 2004-09-24 Ralf Corsepius * configure.ac: Require automake > 1.9. 2004-07-15 Jay Monkman * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uarts.c, include/.cvsignore, include/bsp.h, include/tm27.h, network/.cvsignore, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.