From fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Fri, 8 Mar 2013 15:55:06 -0500 Subject: 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. --- c/src/lib/libbsp/avr/ChangeLog | 16 ------ c/src/lib/libbsp/avr/avrtest/ChangeLog | 92 ---------------------------------- 2 files changed, 108 deletions(-) delete mode 100644 c/src/lib/libbsp/avr/ChangeLog delete mode 100644 c/src/lib/libbsp/avr/avrtest/ChangeLog (limited to 'c/src/lib/libbsp/avr') diff --git a/c/src/lib/libbsp/avr/ChangeLog b/c/src/lib/libbsp/avr/ChangeLog deleted file mode 100644 index 29e5382897..0000000000 --- a/c/src/lib/libbsp/avr/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -2011-02-02 Ralf Corsépius - - * configure.ac: Require autoconf-2.68, automake-1.11.1. - -2009-02-25 Ralf Corsépius - - * Makefile.am: Rework. - -2008-11-20 Joel Sherrill - - * .cvsignore: New file. - -2008-11-20 Joel Sherrill - - * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files. - diff --git a/c/src/lib/libbsp/avr/avrtest/ChangeLog b/c/src/lib/libbsp/avr/avrtest/ChangeLog deleted file mode 100644 index 1bea15e32d..0000000000 --- a/c/src/lib/libbsp/avr/avrtest/ChangeLog +++ /dev/null @@ -1,92 +0,0 @@ -2011-06-20 Ralf Corsépius - - * Makefile.am: Don't reference non-existing files. - -2011-06-11 Joel Sherrill - - * Makefile.am, configure.ac: runtest for this BSP obsoleted by - rtems-testing/sim-scripts support. Please use those scripts. - * tools/.cvsignore, tools/Makefile.am, tools/configure.ac, - tools/runtest.in: Removed. - -2011-02-25 Ralf Corsépius - - * tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU. - Fix package name. - -2011-02-11 Ralf Corsépius - - * include/bsp.h: - 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. - -2011-02-02 Ralf Corsépius - - * tools/configure.ac: Require autoconf-2.68, automake-1.11.1. - -2010-04-25 Joel Sherrill - - * bsp_specs: Remove warning on __start not found. - -2009-10-21 Ralf Corsépius - - * make/custom/avrtest.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/avrtest.cfg: New (relocated from /make/custom). - -2009-09-15 Ralf Corsépius - - * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. - - 2009-07-23 Josh Switnicki - - * README: Included information about simulavrxx - -2009-07-16 Joel Sherrill - - * configure.ac: Rename BSP_BOOTCARD_OPTIONS to - RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs - have the same options. - -2009-07-03 Josh Switnicki - - * start/start.S: copied gcrt1.S and macros.inc from avr-libc. - Change from call main to call boot_card for RTEMS. - * start/macros.inc: New file. - -2009-05-08 Joel Sherrill - - * startup/linkcmds: Correct to have 65K total RAM (mostly external) and - correct base address. - -2009-05-04 Joel Sherrill - - * include/bsp.h: Add BSP_SMALL_MEMORY. - -2009-04-28 Chris Johns - - * start/start.S: Update for boot_card command line change. - -2008-12-04 Joel Sherrill - - * bsp_specs, start/start.S: Move -e start from *link to *startfile to - avoid warning for undefined entry symbol when linking relocatables - with binutils 2.19. Also rename entry from _init to _start to avoid - conflict with C++ constructor method name on other architectures. - -2008-11-20 Joel Sherrill - - * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, - preinstall.am, console/console-io.c, include/.cvsignore, - include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore, - tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files. - -- cgit v1.2.3