source: rtems/c/src/lib/libcpu/bfin/ChangeLog @ 359e537

4.104.115
Last change on this file since 359e537 was 61b5aec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 12:54:46

2009-10-20 Ralf Corsépius <ralf.corsepius@…>

  • clock/rtc.c: Add initializer (Silence warning).
  • Property mode set to 100644
File size: 2.3 KB
Line 
12009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/rtc.c: Add initializer (Silence warning).
4
52009-05-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
8
92009-05-25      Allan Hessenflow <allanh@kallisti.com>
10
11        * mmu/mmu.c: enable mmu after initializing it.
12        * mmu/mmu.h: add missing mmu flags entries.
13        * include/mmuRegs.h: correct a couple field name typos.
14
152008-09-25      Allan Hessenflow <allanh@kallisti.com>
16
17        * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
18
192008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
22        Convert to "bool".
23
242008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * clock/clock.c: The Shared Memory Driver no longer requires the
27        special IOCTL in Clock_control. This was a hack which has existed
28        since before the Classic API Timer Manager was implemented. All
29        implementations of and references to Clock_control were removed.
30
312008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
34        * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
35
362008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * timer/timer.c: Rename timer driver methods to follow RTEMS
39        programming conventions.
40
412008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * serial/twi.c: Remove unused var.
44        * clock/tod.h: Add missing prototypes.
45
462008-08-15      Allan Hessenflow <allanh@kallisti.com>
47
48        * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
49        cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
50        clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
51        include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
52        include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
53        include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
54        include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
55        include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
56        include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
57        mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
58        serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
59        serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
60        timer/timer.c: New files.
61
Note: See TracBrowser for help on using the repository browser.