summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
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/libcpu/bfin
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 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/ChangeLog105
1 files changed, 0 insertions, 105 deletions
diff --git a/c/src/lib/libcpu/bfin/ChangeLog b/c/src/lib/libcpu/bfin/ChangeLog
deleted file mode 100644
index 5ff90865bb..0000000000
--- a/c/src/lib/libcpu/bfin/ChangeLog
+++ /dev/null
@@ -1,105 +0,0 @@
-2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * cache/cache_.h: Include required header file.
- * cache/cache.c: Removed superfuous header file.
-
-2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * serial/uart.c, serial/uart.h: Remove CVS-Author tag.
-
-2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
-
- PR 1781/bsps
- * bf52x/include: Added additional MMR.
- * bf52x/interrupt: The BF52X processors have a different
- System interrupt controller than present in the 53X range of
- processors. The 52X have 8 interrupt assignment registers. The
- implementation uses tables to increase predictability.
- * serial/uart.?: Added DMA based and interrupt based transfer
- support. The uart code used a single ISR for TX and RX and tried
- to identify and multiplex inside the ISR. In the new code the
- type of interrupt is identified by the central ISR dispatcher
- bf52x/interrupt or interrupt/. This simplifies the UART ISR.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-01-11 Allan Hessenflow <allanh@kallisti.com>
-
- * serial/spi.c, serial/spi.h:
- Fill in skeleton with functional SPI master code.
- * include/spiRegs.h:
- Correct spi shadow register declaration.
-
-2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * serial/uart.c:
- Reflect changes to rtems_termios_callbacks->write.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/rtc.c: Add initializer (Silence warning).
-
-2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
-
-2009-05-25 Allan Hessenflow <allanh@kallisti.com>
-
- * mmu/mmu.c: enable mmu after initializing it.
- * mmu/mmu.h: add missing mmu flags entries.
- * include/mmuRegs.h: correct a couple field name typos.
-
-2008-09-25 Allan Hessenflow <allanh@kallisti.com>
-
- * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
- Convert to "bool".
-
-2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * clock/clock.c: The Shared Memory Driver no longer requires the
- special IOCTL in Clock_control. This was a hack which has existed
- since before the Classic API Timer Manager was implemented. All
- implementations of and references to Clock_control were removed.
-
-2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
- * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * serial/twi.c: Remove unused var.
- * clock/tod.h: Add missing prototypes.
-
-2008-08-15 Allan Hessenflow <allanh@kallisti.com>
-
- * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
- cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
- clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
- include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
- include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
- include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
- include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
- include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
- include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
- mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
- serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
- serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
- timer/timer.c: New files.
-