source: rtems/c/src/lib/libcpu/bfin/ChangeLog @ 479f8768

4.115
Last change on this file since 479f8768 was 479f8768, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 07:54:26

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • cache/cache_.h: Include required header file.
  • cache/cache.c: Removed superfuous header file.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * cache/cache_.h: Include required header file.
4        * cache/cache.c: Removed superfuous header file.
5
62011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * serial/uart.c, serial/uart.h: Remove CVS-Author tag.
9
102011-04-20  Rohan Kangralkar <rkangral@ece.neu.edu>
11
12        PR 1781/bsps
13        * bf52x/include: Added additional MMR.
14        * bf52x/interrupt: The BF52X processors have a different
15        System interrupt controller than present in the 53X range of
16        processors. The 52X have 8 interrupt assignment registers. The
17        implementation uses tables to increase predictability.
18        * serial/uart.?: Added DMA based and interrupt based transfer
19        support. The uart code used a single ISR for TX and RX and tried
20        to identify and multiplex inside the ISR. In the new code the
21        type of interrupt is identified by the central ISR dispatcher
22        bf52x/interrupt or interrupt/.  This simplifies the UART ISR.
23
242011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * timer/timer.c:
27        Use "__asm__" instead of "asm" for improved c99-compliance.
28
292011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Require autoconf-2.68, automake-1.11.1.
32
332010-01-11      Allan Hessenflow <allanh@kallisti.com>
34
35        * serial/spi.c, serial/spi.h:
36        Fill in skeleton with functional SPI master code.
37        * include/spiRegs.h:
38        Correct spi shadow register declaration.
39
402009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * serial/uart.c:
43        Reflect changes to rtems_termios_callbacks->write.
44
452009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * clock/rtc.c: Add initializer (Silence warning).
48
492009-05-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
52
532009-05-25      Allan Hessenflow <allanh@kallisti.com>
54
55        * mmu/mmu.c: enable mmu after initializing it.
56        * mmu/mmu.h: add missing mmu flags entries.
57        * include/mmuRegs.h: correct a couple field name typos.
58
592008-09-25      Allan Hessenflow <allanh@kallisti.com>
60
61        * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
62
632008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
66        Convert to "bool".
67
682008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * clock/clock.c: The Shared Memory Driver no longer requires the
71        special IOCTL in Clock_control. This was a hack which has existed
72        since before the Classic API Timer Manager was implemented. All
73        implementations of and references to Clock_control were removed.
74
752008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
78        * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
79
802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * timer/timer.c: Rename timer driver methods to follow RTEMS
83        programming conventions.
84
852008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * serial/twi.c: Remove unused var.
88        * clock/tod.h: Add missing prototypes.
89
902008-08-15      Allan Hessenflow <allanh@kallisti.com>
91
92        * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
93        cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
94        clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
95        include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
96        include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
97        include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
98        include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
99        include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
100        include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
101        mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
102        serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
103        serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
104        timer/timer.c: New files.
105
Note: See TracBrowser for help on using the repository browser.