2006-09-11 Joel Sherrill * console/console.c, startup/init5235.c: Convert C++ style comments to C style. 2006-06-23 Worth Burruss * Makefile.am, README, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235 eval boards to either load and run from ram using the dBug moniter as the boot deviced (Board setup as shipped from the factory), or it allows the user to Boot his code from flash he loads onto the eval board. The code changes between the two are based on the selected linker script using a variable in the script. The options to the linker are used to override the default linker script and select which options to configure at boot either from flash, or from ram: -qnolinkcmds -T linkcmdsflash If no options are given the standard linker sript assumes dBug was used to set up the board and the user is going to load his program to RAM. 2006-02-08 Joel Sherrill * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add sections required by newer gcc versions. 2006-01-11 Ralf Corsepius * Makefile.am: Add preinstall.am. 2005-11-07 Ralf Corsepius * console/console.c: Eliminate unsigned32, unsigned8. * include/bsp.h: Eliminate unsigned32. * startup/bspstart.c: Eliminate unsigned32. 2005-06-17 Mike Bertosh * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.