summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /c/src/lib/libbsp/m68k/mcf5225x/ChangeLog
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/ChangeLog54
1 files changed, 0 insertions, 54 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog b/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog
deleted file mode 100644
index 1158913296..0000000000
--- a/c/src/lib/libbsp/m68k/mcf5225x/ChangeLog
+++ /dev/null
@@ -1,54 +0,0 @@
-2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- 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 <ralf.corsepius@rtems.org>
-
- * startup/bspclean.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/debugio.c: Add BSP_poll_char.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * README: Remove more ITRON references.
-
-2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * include/bsp.h: Add BSP_SMALL_MEMORY.
- * startup/linkcmds: Wildcard on .data so C++ links.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/console.c: Fix prototypes.
-
-2010-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
-
- * 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 <t.znidar@embed-it.com>
-
-