2011-06-07 Sebastian Huber * cache/cache_.h: Include required header file. * cache/cache.c: Removed superfuous header file. 2011-05-25 Ralf Corsépius * serial/uart.c, serial/uart.h: Remove CVS-Author tag. 2011-04-20 Rohan Kangralkar 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 * timer/timer.c: Use "__asm__" instead of "asm" for improved c99-compliance. 2011-02-02 Ralf Corsépius * configure.ac: Require autoconf-2.68, automake-1.11.1. 2010-01-11 Allan Hessenflow * 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 * serial/uart.c: Reflect changes to rtems_termios_callbacks->write. 2009-10-20 Ralf Corsépius * clock/rtc.c: Add initializer (Silence warning). 2009-05-27 Sebastian Huber * clock/rtc.c, clock/tod.h: Update for new RTC driver interface. 2009-05-25 Allan Hessenflow * 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 * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h: 2008-09-06 Ralf Corsépius * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h: Convert to "bool". 2008-09-05 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. 2008-09-05 Ralf Corsépius * 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 * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions. 2008-08-18 Ralf Corsépius * serial/twi.c: Remove unused var. * clock/tod.h: Add missing prototypes. 2008-08-15 Allan Hessenflow * 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.