source: rtems/c/src/lib/libcpu/bfin/ChangeLog @ bd84f81

4.104.114.95
Last change on this file since bd84f81 was bd84f81, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:47

2008-09-05 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 1.6 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/clock.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
11        * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
12
132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * timer/timer.c: Rename timer driver methods to follow RTEMS
16        programming conventions.
17
182008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * serial/twi.c: Remove unused var.
21        * clock/tod.h: Add missing prototypes.
22
232008-08-15      Allan Hessenflow <allanh@kallisti.com>
24
25        * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
26        cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
27        clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
28        include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
29        include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
30        include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
31        include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
32        include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
33        include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
34        mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
35        serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
36        serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
37        timer/timer.c: New files.
38
Note: See TracBrowser for help on using the repository browser.