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

4.104.115
Last change on this file since c193baad was fe83cef6, checked in by Joel Sherrill <joel.sherrill@…>, on 01/11/10 at 16:14:47

2010-01-11 Allan Hessenflow <allanh@…>

  • serial/spi.c, serial/spi.h: Fill in skeleton with functional SPI master code.
  • include/spiRegs.h: Correct spi shadow register declaration.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12010-01-11      Allan Hessenflow <allanh@kallisti.com>
2
3        * serial/spi.c, serial/spi.h:
4        Fill in skeleton with functional SPI master code.
5        * include/spiRegs.h:
6        Correct spi shadow register declaration.
7
82009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * serial/uart.c:
11        Reflect changes to rtems_termios_callbacks->write.
12
132009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * clock/rtc.c: Add initializer (Silence warning).
16
172009-05-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
20
212009-05-25      Allan Hessenflow <allanh@kallisti.com>
22
23        * mmu/mmu.c: enable mmu after initializing it.
24        * mmu/mmu.h: add missing mmu flags entries.
25        * include/mmuRegs.h: correct a couple field name typos.
26
272008-09-25      Allan Hessenflow <allanh@kallisti.com>
28
29        * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
30
312008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
34        Convert to "bool".
35
362008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * clock/clock.c: The Shared Memory Driver no longer requires the
39        special IOCTL in Clock_control. This was a hack which has existed
40        since before the Classic API Timer Manager was implemented. All
41        implementations of and references to Clock_control were removed.
42
432008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
46        * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
47
482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * timer/timer.c: Rename timer driver methods to follow RTEMS
51        programming conventions.
52
532008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * serial/twi.c: Remove unused var.
56        * clock/tod.h: Add missing prototypes.
57
582008-08-15      Allan Hessenflow <allanh@kallisti.com>
59
60        * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
61        cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
62        clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
63        include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
64        include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
65        include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
66        include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
67        include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
68        include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
69        mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
70        serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
71        serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
72        timer/timer.c: New files.
73
Note: See TracBrowser for help on using the repository browser.