summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/Makefile.am37
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/include/bf52x.h131
-rw-r--r--c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h144
-rw-r--r--c/src/lib/libcpu/bfin/configure.ac2
-rw-r--r--c/src/lib/libcpu/bfin/include/bf533.h135
-rw-r--r--c/src/lib/libcpu/bfin/include/bf537.h225
-rw-r--r--c/src/lib/libcpu/bfin/include/cecRegs.h46
-rw-r--r--c/src/lib/libcpu/bfin/include/coreTimerRegs.h29
-rw-r--r--c/src/lib/libcpu/bfin/include/dmaRegs.h97
-rw-r--r--c/src/lib/libcpu/bfin/include/ebiuRegs.h133
-rw-r--r--c/src/lib/libcpu/bfin/include/ethernetRegs.h419
-rw-r--r--c/src/lib/libcpu/bfin/include/gpioRegs.h36
-rw-r--r--c/src/lib/libcpu/bfin/include/memoryRegs.h58
-rw-r--r--c/src/lib/libcpu/bfin/include/mmuRegs.h54
-rw-r--r--c/src/lib/libcpu/bfin/include/ppiRegs.h58
-rw-r--r--c/src/lib/libcpu/bfin/include/rtcRegs.h65
-rw-r--r--c/src/lib/libcpu/bfin/include/sicRegs.h43
-rw-r--r--c/src/lib/libcpu/bfin/include/spiRegs.h69
-rw-r--r--c/src/lib/libcpu/bfin/include/sportRegs.h111
-rw-r--r--c/src/lib/libcpu/bfin/include/timerRegs.h45
-rw-r--r--c/src/lib/libcpu/bfin/include/twiRegs.h118
-rw-r--r--c/src/lib/libcpu/bfin/include/uartRegs.h70
-rw-r--r--c/src/lib/libcpu/bfin/include/wdogRegs.h33
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.h80
-rw-r--r--c/src/lib/libcpu/bfin/mmu/mmu.h73
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.h54
-rw-r--r--c/src/lib/libcpu/bfin/preinstall.am146
-rw-r--r--c/src/lib/libcpu/bfin/serial/spi.h53
-rw-r--r--c/src/lib/libcpu/bfin/serial/sport.h2
-rw-r--r--c/src/lib/libcpu/bfin/serial/twi.h68
-rw-r--r--c/src/lib/libcpu/bfin/serial/uart.h135
31 files changed, 2 insertions, 2767 deletions
diff --git a/c/src/lib/libcpu/bfin/Makefile.am b/c/src/lib/libcpu/bfin/Makefile.am
index 1dc90d481b..5f981657f7 100644
--- a/c/src/lib/libcpu/bfin/Makefile.am
+++ b/c/src/lib/libcpu/bfin/Makefile.am
@@ -6,21 +6,12 @@ EXTRA_DIST =
noinst_PROGRAMS =
-include_bspdir = $(includedir)/bsp
-include_libcpudir = $(includedir)/libcpu
-
-include_bsp_HEADERS =
-include_libcpu_HEADERS =
-
############
# Start of bf52x files
if bf52x
-include_HEADERS = bf52x/include/bf52x.h
-
## INTERRUPT
-include_bsp_HEADERS += bf52x/interrupt/interrupt.h
noinst_PROGRAMS += bf52x/interrupt.rel
bf52x_interrupt_rel_SOURCES = bf52x/interrupt/interrupt.c \
bf52x/interrupt/interrupt.h
@@ -31,33 +22,12 @@ endif
# endof bf52x
############
-include_libcpu_HEADERS += include/bf533.h
-include_libcpu_HEADERS += include/bf537.h
-include_libcpu_HEADERS += include/cecRegs.h
-include_libcpu_HEADERS += include/memoryRegs.h
-include_libcpu_HEADERS += include/mmuRegs.h
-include_libcpu_HEADERS += include/sicRegs.h
-include_libcpu_HEADERS += include/ebiuRegs.h
-include_libcpu_HEADERS += include/ppiRegs.h
-include_libcpu_HEADERS += include/coreTimerRegs.h
-include_libcpu_HEADERS += include/wdogRegs.h
-include_libcpu_HEADERS += include/timerRegs.h
-include_libcpu_HEADERS += include/dmaRegs.h
-include_libcpu_HEADERS += include/ethernetRegs.h
-include_libcpu_HEADERS += include/uartRegs.h
-include_libcpu_HEADERS += include/sportRegs.h
-include_libcpu_HEADERS += include/twiRegs.h
-include_libcpu_HEADERS += include/spiRegs.h
-include_libcpu_HEADERS += include/rtcRegs.h
-include_libcpu_HEADERS += include/gpioRegs.h
-
noinst_PROGRAMS += cache.rel
cache_rel_SOURCES = cache/cache.c \
../shared/src/cache_manager.c cache/cache_.h
cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache
cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-include_libcpu_HEADERS += mmu/mmu.h
noinst_PROGRAMS += mmu.rel
mmu_rel_SOURCES = mmu/mmu.c
mmu_rel_CPPFLAGS = $(AM_CPPFLAGS)
@@ -66,7 +36,6 @@ mmu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
if bf52x
else
-include_libcpu_HEADERS += interrupt/interrupt.h
noinst_PROGRAMS += interrupt.rel
interrupt_rel_SOURCES = interrupt/interrupt.c
interrupt_rel_CPPFLAGS = $(AM_CPPFLAGS)
@@ -84,25 +53,21 @@ rtc_rel_SOURCES = clock/rtc.c clock/rtc.h
rtc_rel_CPPFLAGS = $(AM_CPPFLAGS)
rtc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-include_libcpu_HEADERS += serial/uart.h
noinst_PROGRAMS += uart.rel
uart_rel_SOURCES = serial/uart.c
uart_rel_CPPFLAGS = $(AM_CPPFLAGS)
uart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-include_libcpu_HEADERS += serial/sport.h
noinst_PROGRAMS += sport.rel
sport_rel_SOURCES = serial/sport.c
sport_rel_CPPFLAGS = $(AM_CPPFLAGS)
sport_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-include_libcpu_HEADERS += serial/spi.h
noinst_PROGRAMS += spi.rel
spi_rel_SOURCES = serial/spi.c
spi_rel_CPPFLAGS = $(AM_CPPFLAGS)
spi_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-include_libcpu_HEADERS += serial/twi.h
noinst_PROGRAMS += twi.rel
twi_rel_SOURCES = serial/twi.c
twi_rel_CPPFLAGS = $(AM_CPPFLAGS)
@@ -115,7 +80,6 @@ timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
if HAS_NETWORKING
## network
-include_libcpu_HEADERS += network/ethernet.h
network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
noinst_PROGRAMS += network.rel
network_rel_SOURCES = network/ethernet.c
@@ -123,5 +87,4 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif
-include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h b/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
deleted file mode 100644
index 6c3d087c79..0000000000
--- a/c/src/lib/libcpu/bfin/bf52x/include/bf52x.h
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- *@file bf52x.h
- *
- *@brief
- * - This file provides the register address for the 52X model. The file is
- * based on the 533 implementation with some addition to support 52X range of
- * processors.
- *
- * Target: TLL6527v1-0
- * Compiler:
- *
- * COPYRIGHT (c) 2010 by ECE Northeastern University.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license
- *
- * @author Rohan Kangralkar, ECE, Northeastern University
- * (kangralkar.r@husky.neu.edu)
- *
- * LastChange:
- */
-
-#ifndef _BF52X_H_
-#define _BF52X_H_
-
-/* register (or register block) addresses */
-
-#define SIC_BASE_ADDRESS 0xffc00100
-#define WDOG_BASE_ADDRESS 0xffc00200
-#define RTC_BASE_ADDRESS 0xffc00300
-#define UART0_BASE_ADDRESS 0xffc00400
-#define UART1_BASE_ADDRESS 0xffc02000
-#define SPI_BASE_ADDRESS 0xffc00500
-#define TIMER_BASE_ADDRESS 0xffc00600
-#define TIMER_CHANNELS 3
-#define TIMER_PITCH 0x10
-#define TIMER0_BASE_ADDRESS 0xffc00600
-#define TIMER1_BASE_ADDRESS 0xffc00610
-#define TIMER2_BASE_ADDRESS 0xffc00620
-#define TIMER_ENABLE 0xffc00640
-#define TIMER_DISABLE 0xffc00644
-#define TIMER_STATUS 0xffc00648
-#define PORTFIO_BASE_ADDRESS 0xffc00700
-#define SPORT0_BASE_ADDRESS 0xffc00800
-#define SPORT1_BASE_ADDRESS 0xffc00900
-#define EBIU_BASE_ADDRESS 0xffc00a00
-#define DMA_TC_PER 0xffc00b0c
-#define DMA_TC_CNT 0xffc00b10
-#define DMA_BASE_ADDRESS 0xffc00c00
-#define DMA_CHANNELS 8
-#define DMA_PITCH 0x40
-#define DMA0_BASE_ADDRESS 0xffc00c00
-#define DMA1_BASE_ADDRESS 0xffc00c40
-#define DMA2_BASE_ADDRESS 0xffc00c80
-#define DMA3_BASE_ADDRESS 0xffc00cc0
-#define DMA4_BASE_ADDRESS 0xffc00d00
-#define DMA5_BASE_ADDRESS 0xffc00d40
-#define DMA6_BASE_ADDRESS 0xffc00d80
-#define DMA7_BASE_ADDRESS 0xffc00dc0
-#define DMA8_BASE_ADDRESS 0xffc00e00
-#define DMA9_BASE_ADDRESS 0xffc00e40
-#define DMA10_BASE_ADDRESS 0xffc00e80
-#define DMA11_BASE_ADDRESS 0xffc00ec0
-#define MDMA_BASE_ADDRESS 0xffc00e00
-#define MDMA_CHANNELS 2
-#define MDMA_D_S 0x40
-#define MDMA_PITCH 0x80
-#define MDMA0D_BASE_ADDRESS 0xffc00e00
-#define MDMA0S_BASE_ADDRESS 0xffc00e40
-#define MDMA1D_BASE_ADDRESS 0xffc00e80
-#define MDMA1S_BASE_ADDRESS 0xffc00ec0
-#define PPI_BASE_ADDRESS 0xffc01000
-
-
-/* register fields */
-
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_MASK 0xf800
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_SHIFT 11
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_MASK 0x0700
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_SHIFT 8
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_MASK 0x00f0
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_SHIFT 4
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_MASK 0x000f
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_SHIFT 0
-
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_MASK 0xf800
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_SHIFT 11
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_MASK 0x0700
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_SHIFT 8
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_MASK 0x00f0
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_SHIFT 4
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_MASK 0x000f
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_SHIFT 0
-
-#define TIMER_ENABLE_TIMEN2 0x0004
-#define TIMER_ENABLE_TIMEN1 0x0002
-#define TIMER_ENABLE_TIMEN0 0x0001
-
-#define TIMER_DISABLE_TIMDIS2 0x0004
-#define TIMER_DISABLE_TIMDIS1 0x0002
-#define TIMER_DISABLE_TIMDIS0 0x0001
-
-#define TIMER_STATUS_TRUN2 0x00004000
-#define TIMER_STATUS_TRUN1 0x00002000
-#define TIMER_STATUS_TRUN0 0x00001000
-#define TIMER_STATUS_TOVF_ERR2 0x00000040
-#define TIMER_STATUS_TOVF_ERR1 0x00000020
-#define TIMER_STATUS_TOVF_ERR0 0x00000010
-#define TIMER_STATUS_TIMIL2 0x00000004
-#define TIMER_STATUS_TIMIL1 0x00000002
-#define TIMER_STATUS_TIMIL0 0x00000001
-
-/* Core Event Controller vectors */
-
-#define CEC_EMULATION_VECTOR 0
-#define CEC_RESET_VECTOR 1
-#define CEC_NMI_VECTOR 2
-#define CEC_EXCEPTIONS_VECTOR 3
-#define CEC_HARDWARE_ERROR_VECTOR 5
-#define CEC_CORE_TIMER_VECTOR 6
-#define CEC_INTERRUPT_BASE_VECTOR 7
-#define CEC_INTERRUPT_COUNT 9
-
-
-/* System Interrupt Controller vectors */
-
-#define SIC_IAR_COUNT 8
-
-#endif /* _BF52X_H_ */
-
diff --git a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
deleted file mode 100644
index 7a98775dd5..0000000000
--- a/c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.h
+++ /dev/null
@@ -1,144 +0,0 @@
-/**
- *@file interrupt.h
- *
- *@brief
- * - This file implements interrupt dispatcher. The init code is taken from
- * the 533 implementation for blackfin. Since 52X supports 56 line and 2 ISR
- * registers some portion is written twice.
- *
- * Target: TLL6527v1-0
- * Compiler:
- *
- * COPYRIGHT (c) 2010 by ECE Northeastern University.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license
- *
- * @author Rohan Kangralkar, ECE, Northeastern University
- * (kangralkar.r@husky.neu.edu)
- *
- * LastChange:
- */
-
-#ifndef _BFIN_INTERRUPT_H_
-#define _BFIN_INTERRUPT_H_
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/** The type of interrupts handled by the SIC
- */
-typedef enum {
- IRQ_PLL_WAKEUP_INTERRUPT, /* 0 */
- IRQ_DMA_ERROR_0, /* 1 */
- IRQ_DMAR0_BLOCK_INTERRUPT, /* 2 */
- IRQ_DMAR1_BLOCK_INTERRUPT, /* 3 */
- IRQ_DMAR0_OVERFLOW_ERROR, /* 4 */
- IRQ_DMAR1_OVERFLOW_ERROR, /* 5 */
- IRQ_PPI_STATUS, /* 6 */
- IRQ_MAC_STATUS, /* 7 */
- IRQ_SPORT0_STATUS, /* 8 */
- IRQ_SPORT1_STATUS, /* 9 */
- IRQ_RESERVED_10, /* 10 */
- IRQ_RESERVED_11, /* 11 */
- IRQ_UART0_STATUS, /* 12 */
- IRQ_UART1_STATUS, /* 13 */
- IRQ_REAL_TIME_CLOCK, /* 14 */
- IRQ_DMA0_PPI_NFC, /* 15 */
- IRQ_DMA3_SPORT0_RX, /* 16 */
- IRQ_DMA4_SPORT0_TX, /* 17 */
- IRQ_DMA5_SPORT1_RX, /* 18 */
- IRQ_DMA6_SPORT1_TX, /* 19 */
- IRQ_TWI_INTERRUPT, /* 20 */
- IRQ_DMA7_SPI, /* 21 */
- IRQ_DMA8_UART0_RX, /* 22 */
- IRQ_DMA9_UART0_TX, /* 23 */
- IRQ_DMA10_UART1_RX, /* 24 */
- IRQ_DMA11_UART1_TX, /* 25 */
- IRQ_OTP, /* 26 */
- IRQ_GP_COUNTER, /* 27 */
- IRQ_DMA1_MAC_RX_HOSTDP, /* 28 */
- IRQ_PORT_H_INTERRUPT_A, /* 29 */
- IRQ_DMA2_MAC_TX_NFC, /* 30 */
- IRQ_PORT_H_INTERRUPT_B, /* 31 */
- SIC_ISR0_MAX, /* 32 ***/
- IRQ_TIMER0 = SIC_ISR0_MAX, /* 32 */
- IRQ_TIMER1, /* 33 */
- IRQ_TIMER2, /* 34 */
- IRQ_TIMER3, /* 35 */
- IRQ_TIMER4, /* 36 */
- IRQ_TIMER5, /* 37 */
- IRQ_TIMER6, /* 38 */
- IRQ_TIMER7, /* 39 */
- IRQ_PORT_G_INTERRUPT_A, /* 40 */
- IRQ_PORT_G_INTERRUPT_B, /* 41 */
- IRQ_MDMA0_STREAM_0_INTERRUPT, /* 42 */
- IRQ_MDMA1_STREAM_0_INTERRUPT, /* 43 */
- IRQ_SOFTWARE_WATCHDOG_INTERRUPT, /* 44 */
- IRQ_PORT_F_INTERRUPT_A, /* 45 */
- IRQ_PORT_F_INTERRUPT_B, /* 46 */
- IRQ_SPI_STATUS, /* 47 */
- IRQ_NFC_STATUS, /* 48 */
- IRQ_HOSTDP_STATUS, /* 49 */
- IRQ_HOREAD_DONE_INTERRUPT, /* 50 */
- IRQ_RESERVED_19, /* 51 */
- IRQ_USB_INT0_INTERRUPT, /* 52 */
- IRQ_USB_INT1_INTERRUPT, /* 53 */
- IRQ_USB_INT2_INTERRUPT, /* 54 */
- IRQ_USB_DMAINT, /* 55 */
- IRQ_MAX, /* 56 */
-} e_isr_t;
-
-
-
-
-/* source is the source to the SIC (the bit number in SIC_ISR). isr is
- the function that will be called when the interrupt is active. */
-typedef struct bfin_isr_s {
-#if INTERRUPT_USE_TABLE
- e_isr_t source;
- void (*pFunc)(void *arg);
- void *pArg;
- int priority; /** not used */
-#else
- int source;
- void (*isr)(void *arg);
- void *_arg;
- /* the following are for internal use only */
- uint32_t mask0;
- uint32_t mask1;
- uint32_t vector;
- struct bfin_isr_s *next;
-#endif
-} bfin_isr_t;
-
-/**
- * This routine registers a new ISR. It will write a new entry to the IVT table
- * @param isr contains a callback function and source
- * @return rtems status code
- */
-rtems_status_code bfin_interrupt_register(bfin_isr_t *isr);
-
-/**
- * This function unregisters a registered interrupt handler.
- * @param isr
- */
-rtems_status_code bfin_interrupt_unregister(bfin_isr_t *isr);
-
-/**
- * blackfin interrupt initialization routine. It initializes the bfin ISR
- * dispatcher. It will also create SIC CEC map which will be used for
- * identifying the ISR.
- */
-void bfin_interrupt_init(void);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _BFIN_INTERRUPT_H_ */
-
diff --git a/c/src/lib/libcpu/bfin/configure.ac b/c/src/lib/libcpu/bfin/configure.ac
index 7888b083ea..4330957698 100644
--- a/c/src/lib/libcpu/bfin/configure.ac
+++ b/c/src/lib/libcpu/bfin/configure.ac
@@ -3,6 +3,8 @@
AC_PREREQ([2.69])
AC_INIT([rtems-c-src-lib-libcpu-bfin],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
RTEMS_TOP([../../../../..],[../../..])
+RTEMS_SOURCE_TOP
+RTEMS_BUILD_TOP
RTEMS_CANONICAL_TARGET_CPU
diff --git a/c/src/lib/libcpu/bfin/include/bf533.h b/c/src/lib/libcpu/bfin/include/bf533.h
deleted file mode 100644
index 78cfaa0125..0000000000
--- a/c/src/lib/libcpu/bfin/include/bf533.h
+++ /dev/null
@@ -1,135 +0,0 @@
-/* Blackfin BF533 Definitions
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _bf533_h_
-#define _bf533_h_
-
-/* register (or register block) addresses */
-
-#define SIC_BASE_ADDRESS 0xffc00100
-#define WDOG_BASE_ADDRESS 0xffc00200
-#define RTC_BASE_ADDRESS 0xffc00300
-#define UART0_BASE_ADDRESS 0xffc00400
-#define SPI_BASE_ADDRESS 0xffc00500
-#define TIMER_BASE_ADDRESS 0xffc00600
-#define TIMER_CHANNELS 3
-#define TIMER_PITCH 0x10
-#define TIMER0_BASE_ADDRESS 0xffc00600
-#define TIMER1_BASE_ADDRESS 0xffc00610
-#define TIMER2_BASE_ADDRESS 0xffc00620
-#define TIMER_ENABLE 0xffc00640
-#define TIMER_DISABLE 0xffc00644
-#define TIMER_STATUS 0xffc00648
-#define PORTFIO_BASE_ADDRESS 0xffc00700
-#define SPORT0_BASE_ADDRESS 0xffc00800
-#define SPORT1_BASE_ADDRESS 0xffc00900
-#define EBIU_BASE_ADDRESS 0xffc00a00
-#define DMA_TC_PER 0xffc00b0c
-#define DMA_TC_CNT 0xffc00b10
-#define DMA_BASE_ADDRESS 0xffc00c00
-#define DMA_CHANNELS 8
-#define DMA_PITCH 0x40
-#define DMA0_BASE_ADDRESS 0xffc00c00
-#define DMA1_BASE_ADDRESS 0xffc00c40
-#define DMA2_BASE_ADDRESS 0xffc00c80
-#define DMA3_BASE_ADDRESS 0xffc00cc0
-#define DMA4_BASE_ADDRESS 0xffc00d00
-#define DMA5_BASE_ADDRESS 0xffc00d40
-#define DMA6_BASE_ADDRESS 0xffc00d80
-#define DMA7_BASE_ADDRESS 0xffc00dc0
-#define MDMA_BASE_ADDRESS 0xffc00e00
-#define MDMA_CHANNELS 2
-#define MDMA_D_S 0x40
-#define MDMA_PITCH 0x80
-#define MDMA0D_BASE_ADDRESS 0xffc00e00
-#define MDMA0S_BASE_ADDRESS 0xffc00e40
-#define MDMA1D_BASE_ADDRESS 0xffc00e80
-#define MDMA1S_BASE_ADDRESS 0xffc00ec0
-#define PPI_BASE_ADDRESS 0xffc01000
-
-
-/* register fields */
-
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_MASK 0xf800
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_SHIFT 11
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_MASK 0x0700
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_SHIFT 8
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_MASK 0x00f0
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_SHIFT 4
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_MASK 0x000f
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_SHIFT 0
-
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_MASK 0xf800
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_SHIFT 11
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_MASK 0x0700
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_SHIFT 8
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_MASK 0x00f0
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_SHIFT 4
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_MASK 0x000f
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_SHIFT 0
-
-#define TIMER_ENABLE_TIMEN2 0x0004
-#define TIMER_ENABLE_TIMEN1 0x0002
-#define TIMER_ENABLE_TIMEN0 0x0001
-
-#define TIMER_DISABLE_TIMDIS2 0x0004
-#define TIMER_DISABLE_TIMDIS1 0x0002
-#define TIMER_DISABLE_TIMDIS0 0x0001
-
-#define TIMER_STATUS_TRUN2 0x00004000
-#define TIMER_STATUS_TRUN1 0x00002000
-#define TIMER_STATUS_TRUN0 0x00001000
-#define TIMER_STATUS_TOVF_ERR2 0x00000040
-#define TIMER_STATUS_TOVF_ERR1 0x00000020
-#define TIMER_STATUS_TOVF_ERR0 0x00000010
-#define TIMER_STATUS_TIMIL2 0x00000004
-#define TIMER_STATUS_TIMIL1 0x00000002
-#define TIMER_STATUS_TIMIL0 0x00000001
-
-/* Core Event Controller vectors */
-
-#define CEC_EMULATION_VECTOR 0
-#define CEC_RESET_VECTOR 1
-#define CEC_NMI_VECTOR 2
-#define CEC_EXCEPTIONS_VECTOR 3
-#define CEC_HARDWARE_ERROR_VECTOR 5
-#define CEC_CORE_TIMER_VECTOR 6
-#define CEC_INTERRUPT_BASE_VECTOR 7
-#define CEC_INTERRUPT_COUNT 9
-
-
-/* System Interrupt Controller vectors */
-
-#define SIC_IAR_COUNT 3
-
-#define SIC_PLL_WAKEUP_VECTOR 0
-#define SIC_DMA_ERROR_VECTOR 1
-#define SIC_PPI_ERROR_VECTOR 2
-#define SIC_SPORT0_ERROR_VECTOR 3
-#define SIC_SPORT1_ERROR_VECTOR 4
-#define SIC_SPI_ERROR_VECTOR 5
-#define SIC_UART0_ERROR_VECTOR 6
-#define SIC_RTC_VECTOR 7
-#define SIC_DMA0_PPI_VECTOR 8
-#define SIC_DMA1_SPORT0_RX_VECTOR 9
-#define SIC_DMA2_SPORT0_TX_VECTOR 10
-#define SIC_DMA3_SPORT1_RX_VECTOR 11
-#define SIC_DMA4_SPORT1_TX_VECTOR 12
-#define SIC_DMA5_SPI_VECTOR 13
-#define SIC_DMA6_UART0_RX_VECTOR 14
-#define SIC_DMA7_UART0_TX_VECTOR 15
-#define SIC_TIMER0_VECTOR 16
-#define SIC_TIMER1_VECTOR 17
-#define SIC_TIMER2_VECTOR 18
-#define SIC_MDMA0_VECTOR 21
-#define SIC_MDMA1_VECTOR 22
-#define SIC_WATCHDOG_VECTOR 23
-
-#endif /* _bf533_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/bf537.h b/c/src/lib/libcpu/bfin/include/bf537.h
deleted file mode 100644
index 8ed235205f..0000000000
--- a/c/src/lib/libcpu/bfin/include/bf537.h
+++ /dev/null
@@ -1,225 +0,0 @@
-/* Blackfin BF537 Definitions
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _bf537_h_
-#define _bf537_h_
-
-/* register (or register block) addresses */
-
-#define SIC_BASE_ADDRESS 0xffc00100
-#define WDOG_BASE_ADDRESS 0xffc00200
-#define RTC_BASE_ADDRESS 0xffc00300
-#define UART0_BASE_ADDRESS 0xffc00400
-#define SPI_BASE_ADDRESS 0xffc00500
-#define TIMER_BASE_ADDRESS 0xffc00600
-#define TIMER_CHANNELS 8
-#define TIMER_PITCH 0x10
-#define TIMER0_BASE_ADDRESS 0xffc00600
-#define TIMER1_BASE_ADDRESS 0xffc00610
-#define TIMER2_BASE_ADDRESS 0xffc00620
-#define TIMER3_BASE_ADDRESS 0xffc00630
-#define TIMER4_BASE_ADDRESS 0xffc00640
-#define TIMER5_BASE_ADDRESS 0xffc00650
-#define TIMER6_BASE_ADDRESS 0xffc00660
-#define TIMER7_BASE_ADDRESS 0xffc00670
-#define TIMER_ENABLE 0xffc00680
-#define TIMER_DISABLE 0xffc00684
-#define TIMER_STATUS 0xffc00688
-#define PORTFIO_BASE_ADDRESS 0xffc00700
-#define SPORT0_BASE_ADDRESS 0xffc00800
-#define SPORT1_BASE_ADDRESS 0xffc00900
-#define EBIU_BASE_ADDRESS 0xffc00a00
-#define DMA_TC_PER 0xffc00b0c
-#define DMA_TC_CNT 0xffc00b10
-#define DMA_BASE_ADDRESS 0xffc00c00
-#define DMA_CHANNELS 12
-#define DMA_PITCH 0x40
-#define DMA0_BASE_ADDRESS 0xffc00c00
-#define DMA1_BASE_ADDRESS 0xffc00c40
-#define DMA2_BASE_ADDRESS 0xffc00c80
-#define DMA3_BASE_ADDRESS 0xffc00cc0
-#define DMA4_BASE_ADDRESS 0xffc00d00
-#define DMA5_BASE_ADDRESS 0xffc00d40
-#define DMA6_BASE_ADDRESS 0xffc00d80
-#define DMA7_BASE_ADDRESS 0xffc00dc0
-#define DMA8_BASE_ADDRESS 0xffc00e00
-#define DMA9_BASE_ADDRESS 0xffc00e40
-#define DMA10_BASE_ADDRESS 0xffc00e80
-#define DMA11_BASE_ADDRESS 0xffc00ec0
-#define MDMA_BASE_ADDRESS 0xffc00f00
-#define MDMA_CHANNELS 2
-#define MDMA_D_S 0x40
-#define MDMA_PITCH 0x80
-#define MDMA0D_BASE_ADDRESS 0xffc00f00
-#define MDMA0S_BASE_ADDRESS 0xffc00f40
-#define MDMA1D_BASE_ADDRESS 0xffc00f80
-#define MDMA1S_BASE_ADDRESS 0xffc00fc0
-#define PPI_BASE_ADDRESS 0xffc01000
-#define TWI_BASE_ADDRESS 0xffc01400
-#define PORTGIO_BASE_ADDRESS 0xffc01500
-#define PORTHIO_BASE_ADDRESS 0xffc01700
-#define UART1_BASE_ADDRESS 0xffc02000
-#define CAN_BASE_ADDRESS 0xffc02a00
-#define CAN_AM_BASE_ADDRESS 0xffc02b00
-#define CAN_MB_BASE_ADDRESS 0xffc02c00
-#define EMAC_BASE_ADDRESS 0xffc03000
-#define PORTF_FER 0xffc03200
-#define PORTG_FER 0xffc03204
-#define PORTH_FER 0xffc03208
-#define PORT_MUX 0xffc0320c
-#define HMDMA0_BASE_ADDRESS 0xffc03300
-#define HMDMA1_BASE_ADDRESS 0xffc03340
-
-
-/* register fields */
-
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_MASK 0xf800
-#define DMA_TC_PER_MDMA_ROUND_ROBIN_PERIOD_SHIFT 11
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_MASK 0x0700
-#define DMA_TC_PER_DAB_TRAFFIC_PERIOD_SHIFT 8
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_MASK 0x00f0
-#define DMA_TC_PER_DEB_TRAFFIC_PERIOD_SHIFT 4
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_MASK 0x000f
-#define DMA_TC_PER_DCB_TRAFFIC_PERIOD_SHIFT 0
-
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_MASK 0xf800
-#define DMA_TC_CNT_MDMA_ROUND_ROBIN_COUNT_SHIFT 11
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_MASK 0x0700
-#define DMA_TC_CNT_DAB_TRAFFIC_COUNT_SHIFT 8
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_MASK 0x00f0
-#define DMA_TC_CNT_DEB_TRAFFIC_COUNT_SHIFT 4
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_MASK 0x000f
-#define DMA_TC_CNT_DCB_TRAFFIC_COUNT_SHIFT 0
-
-#define TIMER_ENABLE_TIMEN7 0x0080
-#define TIMER_ENABLE_TIMEN6 0x0040
-#define TIMER_ENABLE_TIMEN5 0x0020
-#define TIMER_ENABLE_TIMEN4 0x0010
-#define TIMER_ENABLE_TIMEN3 0x0008
-#define TIMER_ENABLE_TIMEN2 0x0004
-#define TIMER_ENABLE_TIMEN1 0x0002
-#define TIMER_ENABLE_TIMEN0 0x0001
-
-#define TIMER_DISABLE_TIMDIS7 0x0080
-#define TIMER_DISABLE_TIMDIS6 0x0040
-#define TIMER_DISABLE_TIMDIS5 0x0020
-#define TIMER_DISABLE_TIMDIS4 0x0010
-#define TIMER_DISABLE_TIMDIS3 0x0008
-#define TIMER_DISABLE_TIMDIS2 0x0004
-#define TIMER_DISABLE_TIMDIS1 0x0002
-#define TIMER_DISABLE_TIMDIS0 0x0001
-
-#define TIMER_STATUS_TRUN7 0x80000000
-#define TIMER_STATUS_TRUN6 0x40000000
-#define TIMER_STATUS_TRUN5 0x20000000
-#define TIMER_STATUS_TRUN4 0x10000000
-#define TIMER_STATUS_TOVF_ERR7 0x00800000
-#define TIMER_STATUS_TOVF_ERR6 0x00400000
-#define TIMER_STATUS_TOVF_ERR5 0x00200000
-#define TIMER_STATUS_TOVF_ERR4 0x00100000
-#define TIMER_STATUS_TIMIL7 0x00080000
-#define TIMER_STATUS_TIMIL6 0x00040000
-#define TIMER_STATUS_TIMIL5 0x00020000
-#define TIMER_STATUS_TIMIL4 0x00010000
-#define TIMER_STATUS_TRUN3 0x00008000
-#define TIMER_STATUS_TRUN2 0x00004000
-#define TIMER_STATUS_TRUN1 0x00002000
-#define TIMER_STATUS_TRUN0 0x00001000
-#define TIMER_STATUS_TOVF_ERR3 0x00000080
-#define TIMER_STATUS_TOVF_ERR2 0x00000040
-#define TIMER_STATUS_TOVF_ERR1 0x00000020
-#define TIMER_STATUS_TOVF_ERR0 0x00000010
-#define TIMER_STATUS_TIMIL3 0x00000008
-#define TIMER_STATUS_TIMIL2 0x00000004
-#define TIMER_STATUS_TIMIL1 0x00000002
-#define TIMER_STATUS_TIMIL0 0x00000001
-
-#define PORT_MUX_PGTE 0x0800
-#define PORT_MUX_PGRE 0x0400
-#define PORT_MUX_PGSE 0x0200
-#define PORT_MUX_PFFE 0x0100
-#define PORT_MUX_PFS4E 0x0080
-#define PORT_MUX_PFS5E 0x0040
-#define PORT_MUX_PFS6E 0x0020
-#define PORT_MUX_PFTE 0x0010
-#define PORT_MUX_PFDE 0x0008
-#define PORT_MUX_PJCE_MASK 0x0006
-#define PORT_MUX_PJCE_DR0SEC_DTOSEC 0x0000
-#define PORT_MUX_PJCE_CANRX_CANTX 0x0002
-#define PORT_MUX_PJCE_SPISSEL7 0x0004
-#define PORT_MUX_PJSE 0x0001
-
-
-/* Core Event Controller vectors */
-
-#define CEC_EMULATION_VECTOR 0
-#define CEC_RESET_VECTOR 1
-#define CEC_NMI_VECTOR 2
-#define CEC_EXCEPTIONS_VECTOR 3
-#define CEC_HARDWARE_ERROR_VECTOR 5
-#define CEC_CORE_TIMER_VECTOR 6
-#define CEC_INTERRUPT_BASE_VECTOR 7
-#define CEC_INTERRUPT_COUNT 9
-
-
-/* System Interrupt Controller vectors */
-
-#define SIC_IAR_COUNT 4
-
-#define SIC_PLL_WAKEUP_VECTOR 0
-#define SIC_DMA_ERROR_VECTOR 1
-#define SIC_DMAR0_BLOCK_DONE_VECTOR 1
-#define SIC_DMAR1_BLOCK_DONE_VECTOR 1
-#define SIC_DMAR0_OVERFLOW_VECTOR 1
-#define SIC_DMAR1_OVERFLOW_VECTOR 1
-#define SIC_CAN_ERROR_VECTOR 2
-#define SIC_MAC_ERROR_VECTOR 2
-#define SIC_SPORT0_ERROR_VECTOR 2
-#define SIC_SPORT1_ERROR_VECTOR 2
-#define SIC_PPI_ERROR_VECTOR 2
-#define SIC_SPI_ERROR_VECTOR 2
-#define SIC_UART0_ERROR_VECTOR 2
-#define SIC_UART1_ERROR_VECTOR 2
-#define SIC_RTC_VECTOR 3
-#define SIC_DMA0_PPI_VECTOR 4
-#define SIC_DMA3_SPORT0_RX_VECTOR 5
-#define SIC_DMA4_SPORT0_TX_VECTOR 6
-#define SIC_DMA5_SPORT1_RX_VECTOR 7
-#define SIC_DMA5_SPORT1_TX_VECTOR 8
-#define SIC_TWI_VECTOR 9
-#define SIC_DMA7_SPI_VECTOR 10
-#define SIC_DMA8_UART0_RX_VECTOR 11
-#define SIC_DMA9_UART0_TX_VECTOR 12
-#define SIC_DMA10_UART1_RX_VECTOR 13
-#define SIC_DMA11_UART1_TX_VECTOR 14
-#define SIC_CAN_RX_VECTOR 15
-#define SIC_CAN_TX_VECTOR 16
-#define SIC_DMA1_MAC_RX_VECTOR 17
-#define SIC_PORTH_IRQ_A_VECTOR 17
-#define SIC_DMA2_MAC_TX_VECTOR 18
-#define SIC_PORTH_IRQ_B_VECTOR 18
-#define SIC_TIMER0_VECTOR 19
-#define SIC_TIMER1_VECTOR 20
-#define SIC_TIMER2_VECTOR 21
-#define SIC_TIMER3_VECTOR 22
-#define SIC_TIMER4_VECTOR 23
-#define SIC_TIMER5_VECTOR 24
-#define SIC_TIMER6_VECTOR 25
-#define SIC_TIMER7_VECTOR 26
-#define SIC_PORTF_IRQ_A_VECTOR 27
-#define SIC_PORTG_IRQ_A_VECTOR 27
-#define SIC_PORTG_IRQ_B_VECTOR 28
-#define SIC_MDMA0_VECTOR 29
-#define SIC_MDMA1_VECTOR 30
-#define SIC_WATCHDOG_VECTOR 31
-#define SIC_PORTF_IRQ_B_VECTOR 31
-
-
-#endif /* _bf537_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/cecRegs.h b/c/src/lib/libcpu/bfin/include/cecRegs.h
deleted file mode 100644
index 89564c6f70..0000000000
--- a/c/src/lib/libcpu/bfin/include/cecRegs.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* Blackfin Core Event Controller Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _cecRegs_h_
-#define _cecRegs_h_
-
-/* register addresses */
-#define CEC_EVT_BASE 0xffe02000
-#define CEC_EVT_COUNT 16
-#define CEC_EVT_PITCH 0x04
-#define CEC_EVT0 0xffe02000
-#define CEC_EVT1 0xffe02004
-#define CEC_EVT2 0xffe02008
-#define CEC_EVT3 0xffe0200c
-#define CEC_EVT4 0xffe02010
-#define CEC_EVT5 0xffe02014
-#define CEC_EVT6 0xffe02018
-#define CEC_EVT7 0xffe0201c
-#define CEC_EVT8 0xffe02020
-#define CEC_EVT9 0xffe02024
-#define CEC_EVT10 0xffe02028
-#define CEC_EVT11 0xffe0202c
-#define CEC_EVT12 0xffe02030
-#define CEC_EVT13 0xffe02034
-#define CEC_EVT14 0xffe02038
-#define CEC_EVT15 0xffe0203c
-#define CEC_IMASK 0xffe02104
-#define CEC_IPEND 0xffe02108
-#define CEC_ILAT 0xffe0210c
-#define CEC_IPRIO 0xffe02110
-
-
-/* register fields */
-
-#define CEC_IPRIO_IPRIO_MARK_MASK 0x0000000f
-#define CEC_IPRIO_IPRIO_MARK_SHIFT 0
-
-
-#endif /* _cecRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h b/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
deleted file mode 100644
index c5b257783c..0000000000
--- a/c/src/lib/libcpu/bfin/include/coreTimerRegs.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Blackfin Core Timer Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _coreTimerRegs_h_
-#define _coreTimerRegs_h_
-
-/* register addresses */
-
-#define TCNTL 0xffe03000
-#define TPERIOD 0xffe03004
-#define TSCALE 0xffe03008
-#define TCOUNT 0xffe0300c
-
-
-/* register fields */
-
-#define TCNTL_TINT 0x00000008
-#define TCNTL_TAUTORLD 0x00000004
-#define TCNTL_TMREN 0x00000002
-#define TCNTL_TMPWR 0x00000001
-
-#endif /* _coreTimerRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/dmaRegs.h b/c/src/lib/libcpu/bfin/include/dmaRegs.h
deleted file mode 100644
index 7c895b7cab..0000000000
--- a/c/src/lib/libcpu/bfin/include/dmaRegs.h
+++ /dev/null
@@ -1,97 +0,0 @@
-/* Blackfin DMA Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _dmaRegs_h_
-#define _dmaRegs_h_
-
-
-/* register addresses */
-
-#define DMA_NEXT_DESC_PTR_OFFSET 0x0000
-#define DMA_START_ADDR_OFFSET 0x0004
-#define DMA_CONFIG_OFFSET 0x0008
-#define DMA_X_COUNT_OFFSET 0x0010
-#define DMA_X_MODIFY_OFFSET 0x0014
-#define DMA_Y_COUNT_OFFSET 0x0018
-#define DMA_Y_MODIFY_OFFSET 0x001c
-#define DMA_CURR_DESC_PTR_OFFSET 0x0020
-#define DMA_CURR_ADDR_OFFSET 0x0024
-#define DMA_IRQ_STATUS_OFFSET 0x0028
-#define DMA_PERIPHERAL_MAP_OFFSET 0x002c
-#define DMA_CURR_X_COUNT_OFFSET 0x0030
-#define DMA_CURR_Y_COUNT_OFFSET 0x0038
-
-#define HMDMA_CONTROL_OFFSET 0x0000
-#define HMDMA_ECINIT_OFFSET 0x0004
-#define HMDMA_BCINIT_OFFSET 0x0008
-#define HMDMA_ECURGENT_OFFSET 0x000c
-#define HMDMA_ECOVERFLOW_OFFSET 0x0010
-#define HMDMA_ECOUNT_OFFSET 0x0014
-#define HMDMA_BCOUNT_OFFSET 0x0018
-
-
-/* register fields */
-
-#define DMA_CONFIG_FLOW_MASK 0x7000
-#define DMA_CONFIG_FLOW_STOP 0x0000
-#define DMA_CONFIG_FLOW_AUTOBUFFER 0x1000
-#define DMA_CONFIG_FLOW_DESC_ARRAY 0x4000
-#define DMA_CONFIG_FLOW_DESC_SMALL 0x6000
-#define DMA_CONFIG_FLOW_DESC_LARGE 0x7000
-#define DMA_CONFIG_NDSIZE_MASK 0x0f00
-#define DMA_CONFIG_NDSIZE_SHIFT 8
-#define DMA_CONFIG_DI_EN 0x0080
-#define DMA_CONFIG_DI_SEL 0x0040
-#define DMA_CONFIG_SYNC 0x0020
-#define DMA_CONFIG_DMA2D 0x0010
-#define DMA_CONFIG_WDSIZE_MASK 0x000c
-#define DMA_CONFIG_WDSIZE_8 0x0000
-#define DMA_CONFIG_WDSIZE_16 0x0004
-#define DMA_CONFIG_WDSIZE_32 0x0008
-#define DMA_CONFIG_WNR 0x0002
-#define DMA_CONFIG_DMAEN 0x0001
-
-#define DMA_IRQ_STATUS_DMA_RUN 0x0008
-#define DMA_IRQ_STATUS_DFETCH 0x0004
-#define DMA_IRQ_STATUS_DMA_ERR 0x0002
-#define DMA_IRQ_STATUS_DMA_DONE 0x0001
-
-#define DMA_PERIPHERAL_MAP_PMAP_MASK 0xf000
-#define DMA_PERIPHERAL_MAP_PMAP_PPI 0x0000
-#define DMA_PERIPHERAL_MAP_PMAP_ETHRX 0x1000
-#define DMA_PERIPHERAL_MAP_PMAP_ETHTX 0x2000
-#define DMA_PERIPHERAL_MAP_PMAP_SPORT0RX 0x3000
-#define DMA_PERIPHERAL_MAP_PMAP_SPORT0TX 0x4000
-#define DMA_PERIPHERAL_MAP_PMAP_SPORT1RX 0x5000
-#define DMA_PERIPHERAL_MAP_PMAP_SPORT1TX 0x6000
-#define DMA_PERIPHERAL_MAP_PMAP_SPI 0x7000
-#define DMA_PERIPHERAL_MAP_PMAP_UART0RX 0x8000
-#define DMA_PERIPHERAL_MAP_PMAP_UART0TX 0x9000
-#define DMA_PERIPHERAL_MAP_PMAP_UART1RX 0xa000
-#define DMA_PERIPHERAL_MAP_PMAP_UART1TX 0xb000
-#define DMA_PERIPHERAL_MAP_CTYPE 0x0040
-
-#define HMDMA_CONTROL_BDI 0x8000
-#define HMDMA_CONTROL_OI 0x4000
-#define HMDMA_CONTROL_PS 0x2000
-#define HMDMA_CONTROL_RBC 0x1000
-#define HMDMA_CONTROL_DRQ_MASK 0x0300
-#define HMDMA_CONTROL_DRQ_NONE 0x0000
-#define HMDMA_CONTROL_DRQ_SINGLE 0x0100
-#define HMDMA_CONTROL_DRQ_MULTIPLE 0x0200
-#define HMDMA_CONTROL_DRQ_URGENT_MULTIPLE 0x0300
-#define HMDMA_CONTROL_MBDI 0x0040
-#define HMDMA_CONTROL_BDIE 0x0020
-#define HMDMA_CONTROL_OIE 0x0010
-#define HMDMA_CONTROL_UTE 0x0008
-#define HMDMA_CONTROL_REP 0x0002
-#define HMDMA_CONTROL_HMDMAEN 0x0001
-
-#endif /* _dmaRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/ebiuRegs.h b/c/src/lib/libcpu/bfin/include/ebiuRegs.h
deleted file mode 100644
index 1a07ff6985..0000000000
--- a/c/src/lib/libcpu/bfin/include/ebiuRegs.h
+++ /dev/null
@@ -1,133 +0,0 @@
-/* Blackfin External Peripheral Interface Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _ebiuRegs_h_
-#define _ebiuRegs_h_
-
-/* register addresses */
-
-#define EBIU_AMGCTL (EBIU_BASE_ADDRESS + 0x0000)
-#define EBIU_AMBCTL0 (EBIU_BASE_ADDRESS + 0x0004)
-#define EBIU_AMBCTL1 (EBIU_BASE_ADDRESS + 0x0008)
-#define EBIU_SDGCTL (EBIU_BASE_ADDRESS + 0x0010)
-#define EBIU_SDBCTL (EBIU_BASE_ADDRESS + 0x0014)
-#define EBIU_SDRRC (EBIU_BASE_ADDRESS + 0x0018)
-#define EBIU_SDSTAT (EBIU_BASE_ADDRESS + 0x001c)
-
-/* register fields */
-
-#define EBIU_AMGCTL_CDPRIO 0x0100
-#define EBIU_AMGCTL_AMBEN_MASK 0x000e
-#define EBIU_AMGCTL_AMBEN_SHIFT 1
-#define EBIU_AMGCTL_AMCKEN 0x0001
-
-#define EBIU_AMBCTL0_B1WAT_MASK 0xf0000000
-#define EBIU_AMBCTL0_B1WAT_SHIFT 28
-#define EBIU_AMBCTL0_B1RAT_MASK 0x0f000000
-#define EBIU_AMBCTL0_B1RAT_SHIFT 24
-#define EBIU_AMBCTL0_B1HT_MASK 0x00c00000
-#define EBIU_AMBCTL0_B1HT_SHIFT 22
-#define EBIU_AMBCTL0_B1ST_MASK 0x00300000
-#define EBIU_AMBCTL0_B1ST_SHIFT 20
-#define EBIU_AMBCTL0_B1TT_MASK 0x000c0000
-#define EBIU_AMBCTL0_B1TT_SHIFT 18
-#define EBIU_AMBCTL0_B1RDYPOL 0x00020000
-#define EBIU_AMBCTL0_B1RDYEN 0x00010000
-#define EBIU_AMBCTL0_B0WAT_MASK 0x0000f000
-#define EBIU_AMBCTL0_B0WAT_SHIFT 12
-#define EBIU_AMBCTL0_B0RAT_MASK 0x00000f00
-#define EBIU_AMBCTL0_B0RAT_SHIFT 8
-#define EBIU_AMBCTL0_B0HT_MASK 0x000000c0
-#define EBIU_AMBCTL0_B0HT_SHIFT 6
-#define EBIU_AMBCTL0_B0ST_MASK 0x00000030
-#define EBIU_AMBCTL0_B0ST_SHIFT 4
-#define EBIU_AMBCTL0_B0TT_MASK 0x0000000c
-#define EBIU_AMBCTL0_B0TT_SHIFT 2
-#define EBIU_AMBCTL0_B0RDYPOL 0x00000002
-#define EBIU_AMBCTL0_B0RDYEN 0x00000001
-
-#define EBIU_AMBCTL1_B3WAT_MASK 0xf0000000
-#define EBIU_AMBCTL1_B3WAT_SHIFT 28
-#define EBIU_AMBCTL1_B3RAT_MASK 0x0f000000
-#define EBIU_AMBCTL1_B3RAT_SHIFT 24
-#define EBIU_AMBCTL1_B3HT_MASK 0x00c00000
-#define EBIU_AMBCTL1_B3HT_SHIFT 22
-#define EBIU_AMBCTL1_B3ST_MASK 0x00300000
-#define EBIU_AMBCTL1_B3ST_SHIFT 20
-#define EBIU_AMBCTL1_B3TT_MASK 0x000c0000
-#define EBIU_AMBCTL1_B3TT_SHIFT 18
-#define EBIU_AMBCTL1_B3RDYPOL 0x00020000
-#define EBIU_AMBCTL1_B3RDYEN 0x00010000
-#define EBIU_AMBCTL1_B2WAT_MASK 0x0000f000
-#define EBIU_AMBCTL1_B2WAT_SHIFT 12
-#define EBIU_AMBCTL1_B2RAT_MASK 0x00000f00
-#define EBIU_AMBCTL1_B2RAT_SHIFT 8
-#define EBIU_AMBCTL1_B2HT_MASK 0x000000c0
-#define EBIU_AMBCTL1_B2HT_SHIFT 6
-#define EBIU_AMBCTL1_B2ST_MASK 0x00000030
-#define EBIU_AMBCTL1_B2ST_SHIFT 4
-#define EBIU_AMBCTL1_B2TT_MASK 0x0000000c
-#define EBIU_AMBCTL1_B2TT_SHIFT 2
-#define EBIU_AMBCTL1_B2RDYPOL 0x00000002
-#define EBIU_AMBCTL1_B2RDYEN 0x00000001
-
-#define EBIU_SDGCTL_CDDBG 0x40000000
-#define EBIU_SDGCTL_TCSR 0x20000000
-#define EBIU_SDGCTL_EMREN 0x10000000
-#define EBIU_SDGCTL_FBBRW 0x04000000
-#define EBIU_SDGCTL_EBUFE 0x02000000
-#define EBIU_SDGCTL_SRFS 0x01000000
-#define EBIU_SDGCTL_PSSE 0x00800000
-#define EBIU_SDGCTL_PSM 0x00400000
-#define EBIU_SDGCTL_PUPSD 0x00200000
-#define EBIU_SDGCTL_TWR_MASK 0x00180000
-#define EBIU_SDGCTL_TWR_SHIFT 19
-#define EBIU_SDGCTL_TRCD_MASK 0x00038000
-#define EBIU_SDGCTL_TRCD_SHIFT 15
-#define EBIU_SDGCTL_TRP_MASK 0x00003800
-#define EBIU_SDGCTL_TRP_SHIFT 11
-#define EBIU_SDGCTL_TRAS_MASK 0x000003c0
-#define EBIU_SDGCTL_TRAS_SHIFT 6
-#define EBIU_SDGCTL_PASR_MASK 0x00000030
-#define EBIU_SDGCTL_PASR_ALL 0x00000000
-#define EBIU_SDGCTL_PASR_0_1 0x00000010
-#define EBIU_SDGCTL_PASR_0 0x00000020
-#define EBIU_SDGCTL_CL_MASK 0x0000000c
-#define EBIU_SDGCTL_CL_SHIFT 2
-#define EBIU_SDGCTL_SCTLE 0x00000001
-
-#define EBIU_SDBCTL_EBCAW_MASK 0x0030
-#define EBIU_SDBCTL_SHIFT 4
-#define EBIU_SDBCTL_EBCAW_8 0x0000
-#define EBIU_SDBCTL_EBCAW_9 0x0010
-#define EBIU_SDBCTL_EBCAW_10 0x0020
-#define EBIU_SDBCTL_EBCAW_11 0x0030
-#define EBIU_SDBCTL_EBSZ_MASK 0x000e
-#define EBIU_SDBCTL_EBSZ_SHIFT 1
-#define EBIU_SDBCTL_EBSZ_16M 0x0000
-#define EBIU_SDBCTL_EBSZ_32M 0x0002
-#define EBIU_SDBCTL_EBSZ_64M 0x0004
-#define EBIU_SDBCTL_EBSZ_128M 0x0006
-#define EBIU_SDBCTL_EBSZ_256M 0x0008
-#define EBIU_SDBCTL_EBSZ_512M 0x000a
-#define EBIU_SDBCTL_EBE 0x0001
-
-#define EBIU_SDRRC_RDIV_MASK 0x0fff
-#define EBIU_SDRRC_RDIV_SHIFT 0
-
-#define EBIU_SDSTAT_BGSTAT 0x0020
-#define EBIU_SDSTAT_SDEASE 0x0010
-#define EBIU_SDSTAT_SDRS 0x0008
-#define EBIU_SDSTAT_SDPUA 0x0004
-#define EBIU_SDSTAT_SDSRA 0x0002
-#define EBIU_SDSTAT_SDCI 0x0001
-
-
-#endif /* _ebiuRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/ethernetRegs.h b/c/src/lib/libcpu/bfin/include/ethernetRegs.h
deleted file mode 100644
index 7bf85c576b..0000000000
--- a/c/src/lib/libcpu/bfin/include/ethernetRegs.h
+++ /dev/null
@@ -1,419 +0,0 @@
-/* Blackfin Ethernet Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _ethernetRegs_h_
-#define _ethernetRegs_h_
-
-/* register addresses */
-
-#define EMAC_OPMODE_OFFSET 0x0000
-#define EMAC_ADDRLO_OFFSET 0x0004
-#define EMAC_ADDRHI_OFFSET 0x0008
-#define EMAC_HASHLO_OFFSET 0x000c
-#define EMAC_HASHHI_OFFSET 0x0010
-#define EMAC_STAADD_OFFSET 0x0014
-#define EMAC_STADAT_OFFSET 0x0018
-#define EMAC_FLC_OFFSET 0x001c
-#define EMAC_VLAN1_OFFSET 0x0020
-#define EMAC_VLAN2_OFFSET 0x0024
-#define EMAC_WKUP_CTL_OFFSET 0x002c
-#define EMAC_WKUP_FFMSK0_OFFSET 0x0030
-#define EMAC_WKUP_FFMSK1_OFFSET 0x0034
-#define EMAC_WKUP_FFMSK2_OFFSET 0x0038
-#define EMAC_WKUP_FFMSK3_OFFSET 0x003c
-#define EMAC_WKUP_FFCMD_OFFSET 0x0040
-#define EMAC_WKUP_FFOFF_OFFSET 0x0044
-#define EMAC_WKUP_FFCRC01_OFFSET 0x0048
-#define EMAC_WKUP_FFCRC23_OFFSET 0x004c
-#define EMAC_SYSCTL_OFFSET 0x0060
-#define EMAC_SYSTAT_OFFSET 0x0064
-#define EMAC_RX_STAT_OFFSET 0x0068
-#define EMAC_RX_STKY_OFFSET 0x006c
-#define EMAC_RX_IRQE_OFFSET 0x0070
-#define EMAC_TX_STAT_OFFSET 0x0074
-#define EMAC_TX_STKY_OFFSET 0x0078
-#define EMAC_TX_IRQE_OFFSET 0x007c
-#define EMAC_MMC_CTL_OFFSET 0x0080
-#define EMAC_MMC_RIRQS_OFFSET 0x0084
-#define EMAC_MMC_RIRQE_OFFSET 0x0088
-#define EMAC_MMC_TIRQS_OFFSET 0x008c
-#define EMAC_MMC_TIRQE_OFFSET 0x0090
-
-#define EMAC_RXC_OK_OFFSET 0x0100
-#define EMAC_RXC_FCS_OFFSET 0x0104
-#define EMAC_RXC_ALIGN_OFFSET 0x0108
-#define EMAC_RXC_OCTET_OFFSET 0x010c
-#define EMAC_RXC_DMAOVF_OFFSET 0x0110
-#define EMAC_RXC_UNICST_OFFSET 0x0114
-#define EMAC_RXC_MULTI_OFFSET 0x0118
-#define EMAC_RXC_BROAD_OFFSET 0x011c
-#define EMAC_RXC_LNERRI_OFFSET 0x0120
-#define EMAC_RXC_LNERRO_OFFSET 0x0124
-#define EMAC_RXC_LONG_OFFSET 0x0128
-#define EMAC_RXC_MACCTL_OFFSET 0x012c
-#define EMAC_RXC_OPCODE_OFFSET 0x0130
-#define EMAC_RXC_PAUSE_OFFSET 0x0134
-#define EMAC_RXC_ALLFRM_OFFSET 0x0138
-#define EMAC_RXC_ALLOCT_OFFSET 0x013c
-#define EMAC_RXC_TYPED_OFFSET 0x0140
-#define EMAC_RXC_SHORT_OFFSET 0x0144
-#define EMAC_RXC_EQ64_OFFSET 0x0148
-#define EMAC_RXC_LT128_OFFSET 0x014c
-#define EMAC_RXC_LT256_OFFSET 0x0150
-#define EMAC_RXC_LT512_OFFSET 0x0154
-#define EMAC_RXC_LT1024_OFFSET 0x0158
-#define EMAC_RXC_GE1024_OFFSET 0x015c
-
-#define EMAC_TXC_OK_OFFSET 0x0180
-#define EMAC_TXC_1COL_OFFSET 0x0184
-#define EMAC_TXC_GT1COL_OFFSET 0x0188
-#define EMAC_TXC_OCTET_OFFSET 0x018c
-#define EMAC_TXC_DEFER_OFFSET 0x0190
-#define EMAC_TXC_LATECL_OFFSET 0x0194
-#define EMAC_TXC_XS_COL_OFFSET 0x0198
-#define EMAC_TXC_DMAUND_OFFSET 0x019c
-#define EMAC_TXC_CRSERR_OFFSET 0x01a0
-#define EMAC_TXC_UNICST_OFFSET 0x01a4
-#define EMAC_TXC_MULTI_OFFSET 0x01a8
-#define EMAC_TXC_BROAD_OFFSET 0x01ac
-#define EMAC_TXC_ES_DFR_OFFSET 0x01b0
-#define EMAC_TXC_MACCTL_OFFSET 0x01b4
-#define EMAC_TXC_ALLFRM_OFFSET 0x01b8
-#define EMAC_TXC_ALLOCT_OFFSET 0x01bc
-#define EMAC_TXC_EQ64_OFFSET 0x01c0
-#define EMAC_TXC_LT128_OFFSET 0x01c4
-#define EMAC_TXC_LT256_OFFSET 0x01c8
-#define EMAC_TXC_LT512_OFFSET 0x01cc
-#define EMAC_TXC_LT1024_OFFSET 0x01d0
-#define EMAC_TXC_GE1024_OFFSET 0x01d4
-#define EMAC_TXC_ABORT_OFFSET 0x01d8
-
-
-/* register fields */
-
-#define EMAC_OPMODE_DRO 0x10000000
-#define EMAC_OPMODE_LB 0x08000000
-#define EMAC_OPMODE_FDMODE 0x04000000
-#define EMAC_OPMODE_RMII_10 0x02000000
-#define EMAC_OPMODE_RMII 0x01000000
-#define EMAC_OPMODE_LCTRE 0x00800000
-#define EMAC_OPMODE_DRTY 0x00400000
-#define EMAC_OPMODE_BOLMT_MASK 0x00300000
-#define EMAC_OPMODE_BOLMT_1023 0x00000000
-#define EMAC_OPMODE_BOLMT_255 0x00100000
-#define EMAC_OPMODE_BOLMT_15 0x00200000
-#define EMAC_OPMODE_BOLMT_1 0x00300000
-#define EMAC_OPMODE_DC 0x00080000
-#define EMAC_OPMODE_DTXCRC 0x00040000
-#define EMAC_OPMODE_DTXPAD 0x00020000
-#define EMAC_OPMODE_TE 0x00010000
-#define EMAC_OPMODE_RAF 0x00001000
-#define EMAC_OPMODE_PSF 0x00000800
-#define EMAC_OPMODE_PBF 0x00000400
-#define EMAC_OPMODE_DBF 0x00000200
-#define EMAC_OPMODE_IFE 0x00000100
-#define EMAC_OPMODE_PR 0x00000080
-#define EMAC_OPMODE_PAM 0x00000040
-#define EMAC_OPMODE_HM 0x00000020
-#define EMAC_OPMODE_HU 0x00000010
-#define EMAC_OPMODE_ASTP 0x00000002
-#define EMAC_OPMODE_RE 0x00000001
-
-#define EMAC_STAADD_PHYAD_MASK 0x0000f800
-#define EMAC_STAADD_PHYAD_SHIFT 11
-#define EMAC_STAADD_REGAD_MASK 0x000007c0
-#define EMAC_STAADD_REGAD_SHIFT 6
-#define EMAC_STAADD_STAIE 0x00000008
-#define EMAC_STAADD_STADISPRE 0x00000004
-#define EMAC_STAADD_STAOP 0x00000002
-#define EMAC_STAADD_STABUSY 0x00000001
-
-#define EMAC_FLC_FLCPAUSE_MASK 0xffff0000
-#define EMAC_FLC_FLCPAUSE_SHIFT 16
-#define EMAC_FLC_BKPRSEN 0x00000008
-#define EMAC_FLC_PCF 0x00000004
-#define EMAC_FLC_FLCE 0x00000002
-#define EMAC_FLC_FLCBUSY 0x00000001
-
-#define EMAC_WKUP_CTL_RWKS_MASK 0x00000f00
-#define EMAC_WKUP_CTL_RWKS_SHIFT 8
-#define EMAC_WKUP_CTL_MPKS 0x00000020
-#define EMAC_WKUP_CTL_GUWKE 0x00000008
-#define EMAC_WKUP_CTL_RWKE 0x00000004
-#define EMAC_WKUP_CTL_MPKE 0x00000002
-#define EMAC_WKUP_CTL_CAPWKFRM 0x00000001
-
-#define EMAC_WKUP_FFCMD_3_TYPE 0x08000000
-#define EMAC_WKUP_FFCMD_3_EN 0x01000000
-#define EMAC_WKUP_FFCMD_2_TYPE 0x00080000
-#define EMAC_WKUP_FFCMD_2_EN 0x00010000
-#define EMAC_WKUP_FFCMD_1_TYPE 0x00000800
-#define EMAC_WKUP_FFCMD_1_EN 0x00000100
-#define EMAC_WKUP_FFCMD_0_TYPE 0x00000008
-#define EMAC_WKUP_FFCMD_0_EN 0x00000001
-
-#define EMAC_WKUP_FFOFF_3_MASK 0xff000000
-#define EMAC_WKUP_FFOFF_3_SHIFT 24
-#define EMAC_WKUP_FFOFF_2_MASK 0x00ff0000
-#define EMAC_WKUP_FFOFF_2_SHIFT 16
-#define EMAC_WKUP_FFOFF_1_MASK 0x0000ff00
-#define EMAC_WKUP_FFOFF_1_SHIFT 8
-#define EMAC_WKUP_FFOFF_0_MASK 0x000000ff
-#define EMAC_WKUP_FFOFF_0_SHIFT 0
-
-#define EMAC_WKUP_FFCRC01_1_MASK 0xffff0000
-#define EMAC_WKUP_FFCRC01_1_SHIFT 16
-#define EMAC_WKUP_FFCRC01_0_MASK 0x0000ffff
-#define EMAC_WKUP_FFCRC01_0_SHIFT 0
-
-#define EMAC_WKUP_FFCRC23_3_MASK 0xffff0000
-#define EMAC_WKUP_FFCRC23_3_SHIFT 16
-#define EMAC_WKUP_FFCRC23_2_MASK 0x0000ffff
-#define EMAC_WKUP_FFCRC23_2_SHIFT 0
-
-#define EMAC_SYSCTL_MDCDIV_MASK 0x00003f00
-#define EMAC_SYSCTL_MDCDIV_SHIFT 8
-#define EMAC_SYSCTL_TXDWA 0x00000010
-#define EMAC_SYSCTL_RXCKS 0x00000004
-#define EMAC_SYSCTL_RXDWA 0x00000002
-#define EMAC_SYSCTL_PHYIE 0x00000001
-
-#define EMAC_SYSTAT_STMDONE 0x00000080
-#define EMAC_SYSTAT_TXDMAERR 0x00000040
-#define EMAC_SYSTAT_RXDMAERR 0x00000020
-#define EMAC_SYSTAT_WAKEDET 0x00000010
-#define EMAC_SYSTAT_TXFSINT 0x00000008
-#define EMAC_SYSTAT_RXFSINT 0x00000004
-#define EMAC_SYSTAT_MMCINT 0x00000002
-#define EMAC_SYSTAT_PHYINT 0x00000001
-
-#define EMAC_RX_STAT_RX_ACCEPT 0x80000000
-#define EMAC_RX_STAT_RX_VLAN2 0x40000000
-#define EMAC_RX_STAT_RX_VLAN1 0x20000000
-#define EMAC_RX_STAT_RX_TYPE 0x10000000
-#define EMAC_RX_STAT_RX_UCTL 0x08000000
-#define EMAC_RX_STAT_RX_CTL 0x04000000
-#define EMAC_RX_STAT_RX_BROAD_MULTI_MASK 0x03000000
-#define EMAC_RX_STAT_RX_BROAD_MULTI_ILLEGAL 0x03000000
-#define EMAC_RX_STAT_RX_BROAD_MULTI_BROADCAST 0x02000000
-#define EMAC_RX_STAT_RX_BROAD_MULTI_GROUP 0x01000000
-#define EMAC_RX_STAT_RX_BROAD_MULTI_UNICAST 0x00000000
-#define EMAC_RX_STAT_RX_RANGE 0x00800000
-#define EMAC_RX_STAT_RX_LATE 0x00400000
-#define EMAC_RX_STAT_RX_PHY 0x00200000
-#define EMAC_RX_STAT_RX_DMAO 0x00100000
-#define EMAC_RX_STAT_RX_ADDR 0x00080000
-#define EMAC_RX_STAT_RX_FRAG 0x00040000
-#define EMAC_RX_STAT_RX_LEN 0x00020000
-#define EMAC_RX_STAT_RX_CRC 0x00010000
-#define EMAC_RX_STAT_RX_ALIGN 0x00008000
-#define EMAC_RX_STAT_RX_LONG 0x00004000
-#define EMAC_RX_STAT_RX_OK 0x00002000
-#define EMAC_RX_STAT_RX_COMP 0x00001000
-#define EMAC_RX_STAT_RX_FRLEN_MASK 0x000007ff
-#define EMAC_RX_STAT_RX_FRLEN_SHIFT 0
-
-#define EMAC_RX_STKY_RX_ACCEPT 0x80000000
-#define EMAC_RX_STKY_RX_VLAN2 0x40000000
-#define EMAC_RX_STKY_RX_VLAN1 0x20000000
-#define EMAC_RX_STKY_RX_TYPE 0x10000000
-#define EMAC_RX_STKY_RX_UCTL 0x08000000
-#define EMAC_RX_STKY_RX_CTL 0x04000000
-#define EMAC_RX_STKY_RX_BROAD 0x02000000
-#define EMAC_RX_STKY_RX_MULTI 0x01000000
-#define EMAC_RX_STKY_RX_RANGE 0x00800000
-#define EMAC_RX_STKY_RX_LATE 0x00400000
-#define EMAC_RX_STKY_RX_PHY 0x00200000
-#define EMAC_RX_STKY_RX_DMAO 0x00100000
-#define EMAC_RX_STKY_RX_ADDR 0x00080000
-#define EMAC_RX_STKY_RX_FRAG 0x00040000
-#define EMAC_RX_STKY_RX_LEN 0x00020000
-#define EMAC_RX_STKY_RX_CRC 0x00010000
-#define EMAC_RX_STKY_RX_ALIGN 0x00008000
-#define EMAC_RX_STKY_RX_LONG 0x00004000
-#define EMAC_RX_STKY_RX_OK 0x00002000
-#define EMAC_RX_STKY_RX_COMP 0x00001000
-
-#define EMAC_RX_IRQE_RX_ACCEPT 0x80000000
-#define EMAC_RX_IRQE_RX_VLAN2 0x40000000
-#define EMAC_RX_IRQE_RX_VLAN1 0x20000000
-#define EMAC_RX_IRQE_RX_TYPE 0x10000000
-#define EMAC_RX_IRQE_RX_UCTL 0x08000000
-#define EMAC_RX_IRQE_RX_CTL 0x04000000
-#define EMAC_RX_IRQE_RX_BROAD 0x02000000
-#define EMAC_RX_IRQE_RX_MULTI 0x01000000
-#define EMAC_RX_IRQE_RX_RANGE 0x00800000
-#define EMAC_RX_IRQE_RX_LATE 0x00400000
-#define EMAC_RX_IRQE_RX_PHY 0x00200000
-#define EMAC_RX_IRQE_RX_DMAO 0x00100000
-#define EMAC_RX_IRQE_RX_ADDR 0x00080000
-#define EMAC_RX_IRQE_RX_FRAG 0x00040000
-#define EMAC_RX_IRQE_RX_LEN 0x00020000
-#define EMAC_RX_IRQE_RX_CRC 0x00010000
-#define EMAC_RX_IRQE_RX_ALIGN 0x00008000
-#define EMAC_RX_IRQE_RX_LONG 0x00004000
-#define EMAC_RX_IRQE_RX_OK 0x00002000
-#define EMAC_RX_IRQE_RX_COMP 0x00001000
-
-#define EMAC_TX_STAT_TX_FRLEN_MASK 0x07ff0000
-#define EMAC_TX_STAT_TX_FRLEN_SHIFT 16
-#define EMAC_TX_STAT_TX_RETRY 0x00008000
-#define EMAC_TX_STAT_TX_LOSS 0x00004000
-#define EMAC_TX_STAT_TX_CRS 0x00002000
-#define EMAC_TX_STAT_TX_DEFER 0x00001000
-#define EMAC_TX_STAT_TX_CCNT_MASK 0x00000f00
-#define EMAC_TX_STAT_TX_CCNT_SHIFT 8
-#define EMAC_TX_STAT_TX_MULTI_BROAD_MASK 0x000000c0
-#define EMAC_TX_STAT_TX_MULTI_BROAD_ILLEGAL 0x000000c0
-#define EMAC_TX_STAT_TX_MULTI_BROAD_GROUP 0x00000080
-#define EMAC_TX_STAT_TX_MULTI_BROAD_BROADCAST 0x00000040
-#define EMAC_TX_STAT_TX_MULTI_BROAD_UNICAST 0x00000000
-#define EMAC_TX_STAT_TX_EDEFER 0x00000020
-#define EMAC_TX_STAT_TX_DMAU 0x00000010
-#define EMAC_TX_STAT_TX_LATE 0x00000008
-#define EMAC_TX_STAT_TX_ECOLL 0x00000004
-#define EMAC_TX_STAT_TX_OK 0x00000002
-#define EMAC_TX_STAT_TX_COMP 0x00000001
-
-#define EMAC_TX_STKY_TX_RETRY 0x00008000
-#define EMAC_TX_STKY_TX_LOSS 0x00004000
-#define EMAC_TX_STKY_TX_CRS 0x00002000
-#define EMAC_TX_STKY_TX_DEFER 0x00001000
-#define EMAC_TX_STKY_TX_CCNT_MASK 0x00000f00
-#define EMAC_TX_STKY_TX_CCNT_SHIFT 8
-#define EMAC_TX_STKY_TX_MULTI 0x00000080
-#define EMAC_TX_STKY_TX_BROAD 0x00000040
-#define EMAC_TX_STKY_TX_EDEFER 0x00000020
-#define EMAC_TX_STKY_TX_DMAU 0x00000010
-#define EMAC_TX_STKY_TX_LATE 0x00000008
-#define EMAC_TX_STAT_TX_ECOLL 0x00000004
-#define EMAC_TX_STAT_TX_OK 0x00000002
-#define EMAC_TX_STAT_TX_COMP 0x00000001
-
-#define EMAC_TX_IRQE_TX_RETRY 0x00008000
-#define EMAC_TX_IRQE_TX_LOSS 0x00004000
-#define EMAC_TX_IRQE_TX_CRS 0x00002000
-#define EMAC_TX_IRQE_TX_DEFER 0x00001000
-#define EMAC_TX_IRQE_TX_CCNT_MASK 0x00000f00
-#define EMAC_TX_IRQE_TX_CCNT_SHIFT 8
-#define EMAC_TX_IRQE_TX_MULTI 0x00000080
-#define EMAC_TX_IRQE_TX_BROAD 0x00000040
-#define EMAC_TX_IRQE_TX_EDEFER 0x00000020
-#define EMAC_TX_IRQE_TX_DMAU 0x00000010
-#define EMAC_TX_IRQE_TX_LATE 0x00000008
-#define EMAC_TX_IRQE_TX_ECOLL 0x00000004
-#define EMAC_TX_IRQE_TX_OK 0x00000002
-#define EMAC_TX_IRQE_TX_COMP 0x00000001
-
-#define EMAC_MMC_RIRQS_RX_GE1024_CNT 0x00800000
-#define EMAC_MMC_RIRQS_RX_LT1024_CNT 0x00400000
-#define EMAC_MMC_RIRQS_RX_LT512_CNT 0x00200000
-#define EMAC_MMC_RIRQS_RX_LT256_CNT 0x00100000
-#define EMAC_MMC_RIRQS_RX_LT128_CNT 0x00080000
-#define EMAC_MMC_RIRQS_RX_EQ64_CNT 0x00040000
-#define EMAC_MMC_RIRQS_RX_SHORT_CNT 0x00020000
-#define EMAC_MMC_RIRQS_RX_TYPED_CNT 0x00010000
-#define EMAC_MMC_RIRQS_RX_ALLO_CNT 0x00008000
-#define EMAC_MMC_RIRQS_RX_ALLF_CNT 0x00004000
-#define EMAC_MMC_RIRQS_RX_PAUSE_CNT 0x00002000
-#define EMAC_MMC_RIRQS_RX_OPCODE_CNT 0x00001000
-#define EMAC_MMC_RIRQS_RX_MACCTL_CNT 0x00000800
-#define EMAC_MMC_RIRQS_RX_LONG_CNT 0x00000400
-#define EMAC_MMC_RIRQS_RX_ORL_CNT 0x00000200
-#define EMAC_MMC_RIRQS_RX_IRL_CNT 0x00000100
-#define EMAC_MMC_RIRQS_RX_BROAD_CNT 0x00000080
-#define EMAC_MMC_RIRQS_RX_MULTI_CNT 0x00000040
-#define EMAC_MMC_RIRQS_RX_UNI_CNT 0x00000020
-#define EMAC_MMC_RIRQS_RX_LOST_CNT 0x00000010
-#define EMAC_MMC_RIRQS_RX_OCTET_CNT 0x00000008
-#define EMAC_MMC_RIRQS_RX_ALIGN_CNT 0x00000004
-#define EMAC_MMC_RIRQS_RX_FCS_CNT 0x00000002
-#define EMAC_MMC_RIRQS_RX_OK_CNT 0x00000001
-
-#define EMAC_MMC_RIRQE_RX_GE1024_CNT 0x00800000
-#define EMAC_MMC_RIRQE_RX_LT1024_CNT 0x00400000
-#define EMAC_MMC_RIRQE_RX_LT512_CNT 0x00200000
-#define EMAC_MMC_RIRQE_RX_LT256_CNT 0x00100000
-#define EMAC_MMC_RIRQE_RX_LT128_CNT 0x00080000
-#define EMAC_MMC_RIRQE_RX_EQ64_CNT 0x00040000
-#define EMAC_MMC_RIRQE_RX_SHORT_CNT 0x00020000
-#define EMAC_MMC_RIRQE_RX_TYPED_CNT 0x00010000
-#define EMAC_MMC_RIRQE_RX_ALLO_CNT 0x00008000
-#define EMAC_MMC_RIRQE_RX_ALLF_CNT 0x00004000
-#define EMAC_MMC_RIRQE_RX_PAUSE_CNT 0x00002000
-#define EMAC_MMC_RIRQE_RX_OPCODE_CNT 0x00001000
-#define EMAC_MMC_RIRQE_RX_MACCTL_CNT 0x00000800
-#define EMAC_MMC_RIRQE_RX_LONG_CNT 0x00000400
-#define EMAC_MMC_RIRQE_RX_ORL_CNT 0x00000200
-#define EMAC_MMC_RIRQE_RX_IRL_CNT 0x00000100
-#define EMAC_MMC_RIRQE_RX_BROAD_CNT 0x00000080
-#define EMAC_MMC_RIRQE_RX_MULTI_CNT 0x00000040
-#define EMAC_MMC_RIRQE_RX_UNI_CNT 0x00000020
-#define EMAC_MMC_RIRQE_RX_LOST_CNT 0x00000010
-#define EMAC_MMC_RIRQE_RX_OCTET_CNT 0x00000008
-#define EMAC_MMC_RIRQE_RX_ALIGN_CNT 0x00000004
-#define EMAC_MMC_RIRQE_RX_FCS_CNT 0x00000002
-#define EMAC_MMC_RIRQE_RX_OK_CNT 0x00000001
-
-#define EMAC_MMC_TIRQS_TX_ABORT_CNT 0x00400000
-#define EMAC_MMC_TIRQS_TX_GE1024_CNT 0x00200000
-#define EMAC_MMC_TIRQS_TX_LT1024_CNT 0x00100000
-#define EMAC_MMC_TIRQS_TX_LT512_CNT 0x00080000
-#define EMAC_MMC_TIRQS_TX_LT256_CNT 0x00040000
-#define EMAC_MMC_TIRQS_TX_LT128_CNT 0x00020000
-#define EMAC_MMC_TIRQS_TX_EQ64_CNT 0x00010000
-#define EMAC_MMC_TIRQS_TX_ALLO_CNT 0x00008000
-#define EMAC_MMC_TIRQS_TX_ALLF_CNT 0x00004000
-#define EMAC_MMC_TIRQS_TX_MACCTL_CNT 0x00002000
-#define EMAC_MMC_TIRQS_TX_EXDEF_CNT 0x00001000
-#define EMAC_MMC_TIRQS_TX_BROAD_CNT 0x00000800
-#define EMAC_MMC_TIRQS_TX_MULTI_CNT 0x00000400
-#define EMAC_MMC_TIRQS_TX_UNI_CNT 0x00000200
-#define EMAC_MMC_TIRQS_TX_CRS_CNT 0x00000100
-#define EMAC_MMC_TIRQS_TX_LOST_CNT 0x00000080
-#define EMAC_MMC_TIRQS_TX_ABORTC_CNT 0x00000040
-#define EMAC_MMC_TIRQS_TX_LATE_CNT 0x00000020
-#define EMAC_MMC_TIRQS_TX_DEFER_CNT 0x00000010
-#define EMAC_MMC_TIRQS_TX_OCTET_CNT 0x00000008
-#define EMAC_MMC_TIRQS_TX_MCOLL_CNT 0x00000004
-#define EMAC_MMC_TIRQS_TX_SCOLL_CNT 0x00000002
-#define EMAC_MMC_TIRQS_TX_OK_CNT 0x00000001
-
-#define EMAC_MMC_TIRQE_TX_ABORT_CNT 0x00400000
-#define EMAC_MMC_TIRQE_TX_GE1024_CNT 0x00200000
-#define EMAC_MMC_TIRQE_TX_LT1024_CNT 0x00100000
-#define EMAC_MMC_TIRQE_TX_LT512_CNT 0x00080000
-#define EMAC_MMC_TIRQE_TX_LT256_CNT 0x00040000
-#define EMAC_MMC_TIRQE_TX_LT128_CNT 0x00020000
-#define EMAC_MMC_TIRQE_TX_EQ64_CNT 0x00010000
-#define EMAC_MMC_TIRQE_TX_ALLO_CNT 0x00008000
-#define EMAC_MMC_TIRQE_TX_ALLF_CNT 0x00004000
-#define EMAC_MMC_TIRQE_TX_MACCTL_CNT 0x00002000
-#define EMAC_MMC_TIRQE_TX_EXDEF_CNT 0x00001000
-#define EMAC_MMC_TIRQE_TX_BROAD_CNT 0x00000800
-#define EMAC_MMC_TIRQE_TX_MULTI_CNT 0x00000400
-#define EMAC_MMC_TIRQE_TX_UNI_CNT 0x00000200
-#define EMAC_MMC_TIRQE_TX_CRS_CNT 0x00000100
-#define EMAC_MMC_TIRQE_TX_LOST_CNT 0x00000080
-#define EMAC_MMC_TIRQE_TX_ABORTC_CNT 0x00000040
-#define EMAC_MMC_TIRQE_TX_LATE_CNT 0x00000020
-#define EMAC_MMC_TIRQE_TX_DEFER_CNT 0x00000010
-#define EMAC_MMC_TIRQE_TX_OCTET_CNT 0x00000008
-#define EMAC_MMC_TIRQE_TX_MCOLL_CNT 0x00000004
-#define EMAC_MMC_TIRQE_TX_SCOLL_CNT 0x00000002
-#define EMAC_MMC_TIRQE_TX_OK_CNT 0x00000001
-
-#define EMAC_MMC_CTL_MMCE 0x00000008
-#define EMAC_MMC_CTL_CCOR 0x00000004
-#define EMAC_MMC_CTL_CROLL 0x00000002
-#define EMAC_MMC_CTL_RSTC 0x00000001
-
-
-#endif /* _ethernetRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/gpioRegs.h b/c/src/lib/libcpu/bfin/include/gpioRegs.h
deleted file mode 100644
index 02862916e1..0000000000
--- a/c/src/lib/libcpu/bfin/include/gpioRegs.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Blackfin GPIO Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _gpioRegs_h_
-#define _gpioRegs_h_
-
-
-/* register addresses */
-
-#define PORTIO_OFFSET 0x0000
-#define PORTIO_CLEAR_OFFSET 0x0004
-#define PORTIO_SET_OFFSET 0x0008
-#define PORTIO_TOGGLE_OFFSET 0x000c
-#define PORTIO_MASKA_OFFSET 0x0010
-#define PORTIO_MASKA_CLEAR_OFFSET 0x0014
-#define PORTIO_MASKA_SET_OFFSET 0x0018
-#define PORTIO_MASKA_TOGGLE_OFFSET 0x001c
-#define PORTIO_MASKB_OFFSET 0x0020
-#define PORTIO_MASKB_CLEAR_OFFSET 0x0024
-#define PORTIO_MASKB_SET_OFFSET 0x0028
-#define PORTIO_MASKB_TOGGLE_OFFSET 0x002c
-#define PORTIO_DIR_OFFSET 0x0030
-#define PORTIO_POLAR_OFFSET 0x0034
-#define PORTIO_EDGE_OFFSET 0x0038
-#define PORTIO_BOTH_OFFSET 0x003c
-#define PORTIO_INEN_OFFSET 0x0040
-
-
-#endif /* _gpioRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/memoryRegs.h b/c/src/lib/libcpu/bfin/include/memoryRegs.h
deleted file mode 100644
index 130235e3d1..0000000000
--- a/c/src/lib/libcpu/bfin/include/memoryRegs.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/* Blackfin Memory Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _memoryRegs_h_
-#define _memoryRegs_h_
-
-/* register addresses */
-#define DMEM_CONTROL 0xffe00004
-#define DTEST_COMMAND 0xffe00300
-#define DTEST_DATA0 0xffe00400
-#define DTEST_DATA1 0xffe00404
-
-#define IMEM_CONTROL 0xffe01004
-
-
-/* register fields */
-#define DMEM_CONTROL_PORT_PREF1 0x00002000
-#define DMEM_CONTROL_PORT_PREF0 0x00001000
-#define DMEM_CONTROL_DCBS 0x00000010
-#define DMEM_CONTROL_DMC_MASK 0x0000000c
-#define DMEM_CONTROL_DMC_SHIFT 2
-#define DMEM_CONTROL_ENDCPLB 0x00000002
-
-#define DTEST_COMMAND_ACCESS_WAY1 0x02000000
-#define DTEST_COMMAND_ACCESS_INSTRUCTION 0x01000000
-#define DTEST_COMMAND_ACCESS_BANKB 0x00800000
-#define DTEST_COMMAND_SRAM_ADDR_13_12_MASK 0x00030000
-#define DTEST_COMMAND_SRAM_ADDR_13_12_SHIFT 16
-#define DTEST_COMMAND_DATA_CACHE_SELECT 0x00004000
-#define DTEST_COMMAND_SET_INDEX_MASK 0x000007e0
-#define DTEST_COMMAND_SET_INDEX_SHIFT 5
-#define DTEST_COMMAND_DOUBLE_WORD_INDEX_MASK 0x00000018
-#define DTEST_COMMAND_DOUBLE_WORD_INDEX_SHIFT 3
-#define DTEST_COMMAND_ACCESS_DATA_ARRAY 0x00000004
-#define DTEST_COMMAND_WRITE_ACCESS 0x00000002
-
-#define DTEST_DATA0_TAG_19_2_MASK 0xffffc000
-#define DTEST_DATA0_TAG_19_2_SHIFT 14
-#define DTEST_DATA0_TAG 0x00000800
-#define DTEST_DATA0_LRU 0x00000004
-#define DTEST_DATA0_DIRTY 0x00000002
-#define DTEST_DATA0_VALID 0x00000001
-
-#define IMEM_CONTROL_LRUPRIORST 0x00002000
-#define IMEM_CONTROL_ILOC_MASK 0x00000078
-#define IMEM_CONTROL_ILOC_SHIFT 3
-#define IMEM_CONTROL_IMC 0x00000004
-#define IMEM_CONTROL_ENICPLB 0x00000002
-
-
-#endif /* _memoryRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/mmuRegs.h b/c/src/lib/libcpu/bfin/include/mmuRegs.h
deleted file mode 100644
index 271ef4dcf5..0000000000
--- a/c/src/lib/libcpu/bfin/include/mmuRegs.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* Blackfin MMU Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _mmuRegs_h_
-#define _mmuRegs_h_
-
-/* register addresses */
-#define DCPLB_ADDR0 0xffe00100
-#define DCPLB_DATA0 0xffe00200
-#define DCPLB_COUNT 16
-#define DCPLB_ADDR_PITCH 4
-#define DCPLB_DATA_PITCH 4
-#define ICPLB_ADDR0 0xffe01100
-#define ICPLB_DATA0 0xffe01200
-#define ICPLB_COUNT 16
-#define ICPLB_ADDR_PITCH 4
-#define ICPLB_DATA_PITCH 4
-
-
-/* register fields */
-#define DCPLB_DATA_PAGE_SIZE_MASK 0x00030000
-#define DCPLB_DATA_PAGE_SIZE_1KB 0x00000000
-#define DCPLB_DATA_PAGE_SIZE_4KB 0x00010000
-#define DCPLB_DATA_PAGE_SIZE_1MB 0x00020000
-#define DCPLB_DATA_PAGE_SIZE_4MB 0x00030000
-#define DCPLB_DATA_CPLB_L1_AOW 0x00008000
-#define DCPLB_DATA_CPLB_WT 0x00004000
-#define DCPLB_DATA_CPLB_L1_CHBL 0x00001000
-#define DCPLB_DATA_CPLB_DIRTY 0x00000080
-#define DCPLB_DATA_CPLB_SUPV_WR 0x00000010
-#define DCPLB_DATA_CPLB_USER_WR 0x00000008
-#define DCPLB_DATA_CPLB_USER_RD 0x00000004
-#define DCPLB_DATA_CPLB_LOCK 0x00000002
-#define DCPLB_DATA_CPLB_VALID 0x00000001
-
-#define ICPLB_DATA_PAGE_SIZE_MASK 0x00030000
-#define ICPLB_DATA_PAGE_SIZE_1KB 0x00000000
-#define ICPLB_DATA_PAGE_SIZE_4KB 0x00010000
-#define ICPLB_DATA_PAGE_SIZE_1MB 0x00020000
-#define ICPLB_DATA_PAGE_SIZE_4MB 0x00030000
-#define ICPLB_DATA_CPLB_L1_CHBL 0x00001000
-#define ICPLB_DATA_CPLB_LRUPRIO 0x00000100
-#define ICPLB_DATA_CPLB_USER_RD 0x00000004
-#define ICPLB_DATA_CPLB_LOCK 0x00000002
-#define ICPLB_DATA_CPLB_VALID 0x00000001
-
-#endif /* _mmuRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/ppiRegs.h b/c/src/lib/libcpu/bfin/include/ppiRegs.h
deleted file mode 100644
index 0ff301aefc..0000000000
--- a/c/src/lib/libcpu/bfin/include/ppiRegs.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/* Blackfin Parallel Peripheral Interface Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _ppiRegs_h_
-#define _ppiRegs_h_
-
-
-/* register addresses */
-
-#define PPI_CONTROL_OFFSET 0x0000
-#define PPI_STATUS_OFFSET 0x0004
-#define PPI_COUNT_OFFSET 0x0008
-#define PPI_DELAY_OFFSET 0x000c
-#define PPI_FRAME_OFFSET 0x0010
-
-
-/* register fields */
-
-#define PPI_CONTROL_POLS 0x8000
-#define PPI_CONTROL_POLC 0x4000
-#define PPI_CONTROL_DLEN_MASK 0x3800
-#define PPI_CONTROL_DLEN_8 0x0000
-#define PPI_CONTROL_DLEN_10 0x0800
-#define PPI_CONTROL_DLEN_11 0x1000
-#define PPI_CONTROL_DLEN_12 0x1800
-#define PPI_CONTROL_DLEN_13 0x2000
-#define PPI_CONTROL_DLEN_14 0x2800
-#define PPI_CONTROL_DLEN_15 0x3000
-#define PPI_CONTROL_DLEN_16 0x3800
-#define PPI_CONTROL_SKIP_EO 0x0400
-#define PPI_CONTROL_SKIP_EN 0x0200
-#define PPI_CONTROL_PACK_EN 0x0080
-#define PPI_CONTROL_FLD_SEL 0x0040
-#define PPI_CONTROL_PORT_CFG_MASK 0x0030
-#define PPI_CONTROL_PORT_CFG_SHIFT 4
-#define PPI_CONTROL_XFR_TYPE_MASK 0x000c
-#define PPI_CONTROL_XFR_TYPE_SHIFT 2
-#define PPI_CONTROL_PORT_DIR 0x0002
-#define PPI_CONTROL_PORT_EN 0x0001
-
-#define PPI_STATUS_ERR_NCOR 0x8000
-#define PPI_STATUS_ERR_DET 0x4000
-#define PPI_STATUS_UNDR 0x2000
-#define PPI_STATUS_OVR 0x1000
-#define PPI_STATUS_FT_ERR 0x0800
-#define PPI_STATUS_FLD 0x0400
-#define PPI_STATUS_LT_ERR_UNDR 0x0200
-#define PPI_STATUS_LT_ERR_OVR 0x0100
-
-
-#endif /* _ppiRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/rtcRegs.h b/c/src/lib/libcpu/bfin/include/rtcRegs.h
deleted file mode 100644
index 09245c2b91..0000000000
--- a/c/src/lib/libcpu/bfin/include/rtcRegs.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* Blackfin RTC Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _rtcRegs_h_
-#define _rtcRegs_h_
-
-/* register addresses */
-
-#define RTC_STAT (RTC_BASE_ADDRESS + 0x0000)
-#define RTC_ICTL (RTC_BASE_ADDRESS + 0x0004)
-#define RTC_ISTAT (RTC_BASE_ADDRESS + 0x0008)
-#define RTC_SWCNT (RTC_BASE_ADDRESS + 0x000c)
-#define RTC_ALARM (RTC_BASE_ADDRESS + 0x0010)
-#define RTC_PREN (RTC_BASE_ADDRESS + 0x0014)
-
-
-/* register fields */
-
-#define RTC_STAT_DAYS_MASK 0xfffe0000
-#define RTC_STAT_DAYS_SHIFT 17
-#define RTC_STAT_HOURS_MASK 0x0001f000
-#define RTC_STAT_HOURS_SHIFT 12
-#define RTC_STAT_MINUTES_MASK 0x00000fc0
-#define RTC_STAT_MINUTES_SHIFT 6
-#define RTC_STAT_SECONDS_MASK 0x0000003f
-#define RTC_STAT_SECONDS_SHIFT 0
-
-#define RTC_ICTL_WCIE 0x8000
-#define RTC_ICTL_DAIE 0x0040
-#define RTC_ICTL_24HIE 0x0020
-#define RTC_ICTL_HIE 0x0010
-#define RTC_ICTL_MIE 0x0008
-#define RTC_ICTL_SIE 0x0004
-#define RTC_ICTL_AIE 0x0002
-#define RTC_ICTL_SWIE 0x0001
-
-#define RTC_ISTAT_WC 0x8000
-#define RTC_ISTAT_WP 0x4000
-#define RTC_ISTAT_DAEF 0x0040
-#define RTC_ISTAT_24HE 0x0020
-#define RTC_ISTAT_HEF 0x0010
-#define RTC_ISTAT_MEF 0x0008
-#define RTC_ISTAT_SEF 0x0004
-#define RTC_ISTAT_AEF 0x0002
-#define RTC_ISTAT_SWEF 0x0001
-
-#define RTC_ALARM_DAYS_MASK 0xfff70000
-#define RTC_ALARM_DAYS_SHIFT 17
-#define RTC_ALARM_HOURS_MASK 0x0001f000
-#define RTC_ALARM_HOURS_SHIFT 12
-#define RTC_ALARM_MINUTES_MASK 0x00000fc0
-#define RTC_ALARM_MINUTES_SHIFT 10
-#define RTC_ALARM_SECONDS_MASK 0x0000003f
-#define RTC_ALARM_SECONDS_SHIFT 0
-
-#define RTC_PREN_PREN 0x0001
-
-#endif /* _rtcRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/sicRegs.h b/c/src/lib/libcpu/bfin/include/sicRegs.h
deleted file mode 100644
index 79fdd0d77c..0000000000
--- a/c/src/lib/libcpu/bfin/include/sicRegs.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Blackfin System Interrupt Controller Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _sicRegs_h_
-#define _sicRegs_h_
-
-/* register addresses */
-
-#define SIC_IMASK (SIC_BASE_ADDRESS + 0x000c)
-#define SIC_IMASK_PITCH (0x40)
-
-#define SIC_ISR (SIC_BASE_ADDRESS + 0x0020)
-#define SIC_ISR_PITCH (0x40)
-
-#define SIC_IAR_BASE_ADDRESS (SIC_BASE_ADDRESS + 0x0010)
-#define SIC_IAR_PITCH 0x04
-
-#define SIC_IAR0 (SIC_BASE_ADDRESS + 0x0010)
-#if SIC_IAR_COUNT > 1
-#define SIC_IAR1 (SIC_BASE_ADDRESS + 0x0014)
-#endif
-#if SIC_IAR_COUNT > 2
-#define SIC_IAR2 (SIC_BASE_ADDRESS + 0x0018)
-#endif
-#if SIC_IAR_COUNT > 3
-#define SIC_IAR3 (SIC_BASE_ADDRESS + 0x001c)
-#endif
-
-#define SIC_IWR (SIC_BASE_ADDRESS + 0x0024)
-
-
-/* register fields */
-
-
-
-#endif /* _sicRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/spiRegs.h b/c/src/lib/libcpu/bfin/include/spiRegs.h
deleted file mode 100644
index dcf792bb69..0000000000
--- a/c/src/lib/libcpu/bfin/include/spiRegs.h
+++ /dev/null
@@ -1,69 +0,0 @@
-/* Blackfin SPI Registers
- *
- * Copyright (c) 2010 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _spiRegs_h_
-#define _spiRegs_h_
-
-
-/* register addresses */
-
-#define SPI_CTL_OFFSET 0x0000
-#define SPI_FLG_OFFSET 0x0004
-#define SPI_STAT_OFFSET 0x0008
-#define SPI_TDBR_OFFSET 0x000c
-#define SPI_RDBR_OFFSET 0x0010
-#define SPI_BAUD_OFFSET 0x0014
-#define SPI_SHADOW_OFFSET 0x0018
-
-
-/* register fields */
-
-#define SPI_CTL_SPE 0x4000
-#define SPI_CTL_WOM 0x2000
-#define SPI_CTL_MSTR 0x1000
-#define SPI_CTL_CPOL 0x0800
-#define SPI_CTL_CPHA 0x0400
-#define SPI_CTL_LSBF 0x0200
-#define SPI_CTL_SIZE 0x0100
-#define SPI_CTL_EMISO 0x0020
-#define SPI_CTL_PSSE 0x0010
-#define SPI_CTL_GM 0x0008
-#define SPI_CTL_SZ 0x0004
-#define SPI_CTL_TIMOD_MASK 0x0003
-#define SPI_CTL_TIMOD_RDBR 0x0000
-#define SPI_CTL_TIMOD_TDBR 0x0001
-#define SPI_CTL_TIMOD_DMA_RDBR 0x0002
-#define SPI_CTL_TIMOD_DMA_TDBR 0x0003
-
-#define SPI_FLG_FLG7 0x8000
-#define SPI_FLG_FLG6 0x4000
-#define SPI_FLG_FLG5 0x2000
-#define SPI_FLG_FLG4 0x1000
-#define SPI_FLG_FLG3 0x0800
-#define SPI_FLG_FLG2 0x0400
-#define SPI_FLG_FLG1 0x0200
-#define SPI_FLG_FLS7 0x0080
-#define SPI_FLG_FLS6 0x0040
-#define SPI_FLG_FLS5 0x0020
-#define SPI_FLG_FLS4 0x0010
-#define SPI_FLG_FLS3 0x0008
-#define SPI_FLG_FLS2 0x0004
-#define SPI_FLG_FLS1 0x0002
-
-#define SPI_STAT_TXCOL 0x0040
-#define SPI_STAT_RXS 0x0020
-#define SPI_STAT_RBSY 0x0010
-#define SPI_STAT_TXS 0x0008
-#define SPI_STAT_TXE 0x0004
-#define SPI_STAT_MODF 0x0002
-#define SPI_STAT_SPIF 0x0001
-
-
-#endif /* _spiRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/sportRegs.h b/c/src/lib/libcpu/bfin/include/sportRegs.h
deleted file mode 100644
index f9f263b024..0000000000
--- a/c/src/lib/libcpu/bfin/include/sportRegs.h
+++ /dev/null
@@ -1,111 +0,0 @@
-/* Blackfin SPORT Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _sportRegs_h_
-#define _sportRegs_h_
-
-
-/* register addresses */
-
-#define SPORT_TCR1_OFFSET 0x0000
-#define SPORT_TCR2_OFFSET 0x0004
-#define SPORT_TCLKDIV_OFFSET 0x0008
-#define SPORT_TFSDIV_OFFSET 0x000c
-#define SPORT_TX_OFFSET 0x0010
-#define SPORT_RX_OFFSET 0x0018
-#define SPORT_RCR1_OFFSET 0x0020
-#define SPORT_RCR2_OFFSET 0x0024
-#define SPORT_RCLKDIV_OFFSET 0x0028
-#define SPORT_RFSDIV_OFFSET 0x002c
-#define SPORT_STAT_OFFSET 0x0030
-#define SPORT_CHNL_OFFSET 0x0034
-#define SPORT_MCMC1_OFFSET 0x0038
-#define SPORT_MCMC2_OFFSET 0x003c
-#define SPORT_MTCS0_OFFSET 0x0040
-#define SPORT_MTCS1_OFFSET 0x0044
-#define SPORT_MTCS2_OFFSET 0x0048
-#define SPORT_MTCS3_OFFSET 0x004c
-#define SPORT_MRCS0_OFFSET 0x0050
-#define SPORT_MRCS1_OFFSET 0x0054
-#define SPORT_MRCS2_OFFSET 0x0058
-#define SPORT_MRCS3_OFFSET 0x005c
-
-
-/* register fields */
-
-#define SPORT_TCR1_TCKFE 0x4000
-#define SPORT_TCR1_LATFS 0x2000
-#define SPORT_TCR1_LTFS 0x1000
-#define SPORT_TCR1_DITFS 0x0800
-#define SPORT_TCR1_TFSR 0x0400
-#define SPORT_TCR1_ITFS 0x0200
-#define SPORT_TCR1_TLSBIT 0x0010
-#define SPORT_TCR1_TDTYPE_MASK 0x000c
-#define SPORT_TCR1_TDTYPE_NORMAL 0x0000
-#define SPORT_TCR1_TDTYPE_ULAW 0x0008
-#define SPORT_TCR1_TDTYPE_ALAW 0x000c
-#define SPORT_TCR1_ITCLK 0x0002
-#define SPORT_TCR1_TSPEN 0x0001
-
-#define SPORT_TCR2_TRFST 0x0400
-#define SPORT_TCR2_TSFSE 0x0200
-#define SPORT_TCR2_TXSE 0x0100
-#define SPORT_TCR2_SLEN_MASK 0x001f
-#define SPORT_TCR2_SLEN_SHIFT 0
-
-#define SPORT_RCR1_RCKFE 0x4000
-#define SPORT_RCR1_LARFS 0x2000
-#define SPORT_RCR1_LRFS 0x1000
-#define SPORT_RCR1_RFSR 0x0400
-#define SPORT_RCR1_IRFS 0x0200
-#define SPORT_RCR1_RLSBIT 0x0010
-#define SPORT_RCR1_RDTYPE_MASK 0x000c
-#define SPORT_RCR1_RDTYPE_ZEROFILL 0x0000
-#define SPORT_RCR1_RDTYPE_SIGNEXTEND 0x0004
-#define SPORT_RCR1_RDTYPE_ULAW 0x0008
-#define SPORT_RCR1_RDTYPE_ALAW 0x000c
-#define SPORT_RCR1_IRCLK 0x0002
-#define SPORT_RCR1_RSPEN 0x0001
-
-#define SPORT_RCR2_RRFST 0x0400
-#define SPORT_RCR2_RSFSE 0x0200
-#define SPORT_RCR2_RXSE 0x0100
-#define SPORT_RCR2_SLEN_MASK 0x001f
-#define SPORT_RCR2_SLEN_SHIFT 0
-
-#define SPORT_STAT_TXHRE 0x0040
-#define SPORT_STAT_TOVF 0x0020
-#define SPORT_STAT_TUVF 0x0010
-#define SPORT_STAT_TXF 0x0008
-#define SPORT_STAT_ROVF 0x0004
-#define SPORT_STAT_RUVF 0x0002
-#define SPORT_STAT_RXNE 0x0001
-
-#define SPORT_CHNL_CHNL_MASK 0x03ff
-#define SPORT_CHNL_CHNL_SHIFT 0
-
-#define SPORT_MCMC1_WSIZE_MASK 0xf000
-#define SPORT_MCMC1_WSIZE_SHIFT 12
-#define SPORT_MCMC1_WOFF_MASK 0x03ff
-#define SPORT_MCMC1_WOFF_SHIFT 0
-
-#define SPORT_MCMC2_MFD_MASK 0xf000
-#define SPORT_MCMC2_MFD_SHIFT 12
-#define SPORT_MCMC2_FSDR 0x0080
-#define SPORT_MCMC2_MCMEN 0x0010
-#define SPORT_MCMC2_MCDRXPE 0x0008
-#define SPORT_MCMC2_MCDTXPE 0x0004
-#define SPORT_MCMC2_MCCRM_MASK 0x0003
-#define SPORT_MCMC2_MCCRM_BYPASS 0x0000
-#define SPORT_MCMC2_MCCRM_2_4 0x0002
-#define SPORT_MCMC2_MCCRM_8_16 0x0003
-
-
-#endif /* _sportRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/timerRegs.h b/c/src/lib/libcpu/bfin/include/timerRegs.h
deleted file mode 100644
index b66bae3339..0000000000
--- a/c/src/lib/libcpu/bfin/include/timerRegs.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Blackfin General Purpose Timer Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _timerRegs_h_
-#define _timerRegs_h_
-
-
-/* register addresses */
-
-#define TIMER_CONFIG_OFFSET 0x00
-#define TIMER_WIDTH_OFFSET 0x04
-#define TIMER_PERIOD_OFFSET 0x08
-#define TIMER_COUNTER_OFFSET 0x0c
-
-
-/* register fields */
-
-#define TIMER_CONFIG_ERR_TYP_MASK 0xc000
-#define TIMER_CONFIG_ERR_TYP_NONE 0x0000
-#define TIMER_CONFIG_ERR_TYP_OVERFLOW 0x4000
-#define TIMER_CONFIG_ERR_TYP_PERIOD 0x8000
-#define TIMER_CONFIG_ERR_TYP_WIDTH 0xc000
-#define TIMER_CONFIG_EMU_RUN 0x0200
-#define TIMER_CONFIG_TOGGLE_HI 0x0100
-#define TIMER_CONFIG_CLK_SEL 0x0080
-#define TIMER_CONFIG_OUT_DIS 0x0040
-#define TIMER_CONFIG_TIN_SEL 0x0020
-#define TIMER_CONFIG_IRQ_ENA 0x0010
-#define TIMER_CONFIG_PERIOD_CNT 0x0008
-#define TIMER_CONFIG_PULSE_HI 0x0004
-#define TIMER_CONFIG_TMODE_MASK 0x0003
-#define TIMER_CONFIG_TMODE_RESET 0x0000
-#define TIMER_CONFIG_TMODE_PWM_OUT 0x0001
-#define TIMER_CONFIG_TMODE_WDTH_CAP 0x0002
-#define TIMER_CONFIG_TMODE_EXT_CLK 0x0003
-
-
-#endif /* _timerRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/twiRegs.h b/c/src/lib/libcpu/bfin/include/twiRegs.h
deleted file mode 100644
index c776f7886e..0000000000
--- a/c/src/lib/libcpu/bfin/include/twiRegs.h
+++ /dev/null
@@ -1,118 +0,0 @@
-/* Blackfin Two Wire Interface Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _twiRegs_h_
-#define _twiRegs_h_
-
-
-/* register addresses */
-
-#define TWI_CLKDIV_OFFSET 0x0000
-#define TWI_CONTROL_OFFSET 0x0004
-#define TWI_SLAVE_CTL_OFFSET 0x0008
-#define TWI_SLAVE_STAT_OFFSET 0x000c
-#define TWI_SLAVE_ADDR_OFFSET 0x0010
-#define TWI_MASTER_CTL_OFFSET 0x0014
-#define TWI_MASTER_STAT_OFFSET 0x0018
-#define TWI_MASTER_ADDR_OFFSET 0x001c
-#define TWI_INT_STAT_OFFSET 0x0020
-#define TWI_INT_MASK_OFFSET 0x0024
-#define TWI_FIFO_CTL_OFFSET 0x0028
-#define TWI_FIFO_STAT_OFFSET 0x002c
-#define TWI_XMT_DATA8_OFFSET 0x0080
-#define TWI_XMT_DATA16_OFFSET 0x0084
-#define TWI_RCV_DATA8_OFFSET 0x0088
-#define TWI_RCV_DATA16_OFFSET 0x008c
-
-
-/* register fields */
-
-#define TWI_CLKDIV_CLKHI_MASK 0xff00
-#define TWI_CLKDIV_CLKHI_SHIFT 8
-#define TWI_CLKDIV_CLKLOW_MASK 0x00ff
-#define TWI_CLKDIV_CLKLOW_SHIFT 0
-
-#define TWI_CONTROL_SCCB 0x0200
-#define TWI_CONTROL_TWI_ENA 0x0080
-#define TWI_CONTROL_PRESCALE_MASK 0x007f
-#define TWI_CONTROL_PRESCALE_SHIFT 0
-
-#define TWI_SLAVE_CTL_GEN 0x0010
-#define TWI_SLAVE_CTL_NAK 0x0008
-#define TWI_SLAVE_CTL_STDVAL 0x0004
-#define TWI_SLAVE_CTL_SEN 0x0001
-
-#define TWI_SLAVE_STAT_GCALL 0x0002
-#define TWI_SLAVE_STAT_SDIR 0x0001
-
-#define TWI_SLAVE_ADDR_SADDR_MASK 0x007f
-#define TWI_SLAVE_ADDR_SADDR_SHIFT 0
-
-#define TWI_MASTER_CTL_SCLOVR 0x8000
-#define TWI_MASTER_CTL_SDAOVR 0x4000
-#define TWI_MASTER_CTL_DCNT_MASK 0x3fc0
-#define TWI_MASTER_CTL_DCNT_SHIFT 6
-#define TWI_MASTER_CTL_RSTART 0x0020
-#define TWI_MASTER_CTL_STOP 0x0010
-#define TWI_MASTER_CTL_FAST 0x0008
-#define TWI_MASTER_CTL_MDIR 0x0004
-#define TWI_MASTER_CTL_MEN 0x0001
-
-#define TWI_MASTER_STAT_BUSBUSY 0x0100
-#define TWI_MASTER_STAT_SCLSEN 0x0080
-#define TWI_MASTER_STAT_SDASEN 0x0040
-#define TWI_MASTER_STAT_BUFWRERR 0x0020
-#define TWI_MASTER_STAT_BUFRDERR 0x0010
-#define TWI_MASTER_STAT_DNAK 0x0008
-#define TWI_MASTER_STAT_ANAK 0x0004
-#define TWI_MASTER_STAT_LOSTARB 0x0002
-#define TWI_MASTER_STAT_MPROG 0x0001
-
-#define TWI_MASTER_ADDR_MADDR_MASK 0x007f
-#define TWI_MASTER_ADDR_MADDR_SHIFT 0
-
-#define TWI_INT_STAT_RCVSERV 0x0080
-#define TWI_INT_STAT_XMTSERV 0x0040
-#define TWI_INT_STAT_MERR 0x0020
-#define TWI_INT_STAT_MCOMP 0x0010
-#define TWI_INT_STAT_SOVF 0x0008
-#define TWI_INT_STAT_SERR 0x0004
-#define TWI_INT_STAT_SCOMP 0x0002
-#define TWI_INT_STAT_SINIT 0x0001
-
-#define TWI_INT_MASK_RCVSERVM 0x0080
-#define TWI_INT_MASK_XMTSERVM 0x0040
-#define TWI_INT_MASK_MERRM 0x0020
-#define TWI_INT_MASK_MCOMPM 0x0010
-#define TWI_INT_MASK_SOVFM 0x0008
-#define TWI_INT_MASK_SERRM 0x0004
-#define TWI_INT_MASK_SCOMPM 0x0002
-#define TWI_INT_MASK_SINITM 0x0001
-
-#define TWI_FIFO_CTL_RCVINTLEN 0x0008
-#define TWI_FIFO_CTL_XMTINTLEN 0x0004
-#define TWI_FIFO_CTL_RCVFLUSH 0x0002
-#define TWI_FIFO_CTL_XMTFLUSH 0x0001
-
-#define TWI_FIFO_STAT_RCVSTAT_MASK 0x000c
-#define TWI_FIFO_STAT_RCVSTAT_EMPTY 0x0000
-#define TWI_FIFO_STAT_RCVSTAT_SHIFT 2
-#define TWI_FIFO_STAT_XMTSTAT_MASK 0x0003
-#define TWI_FIFO_STAT_XMTSTAT_FULL 0x0003
-#define TWI_FIFO_STAT_XMTSTAT_SHIFT 0
-
-#define TWI_XMT_DATA8_XMTDATA8_MASK 0x00ff
-#define TWI_XMT_DATA8_XMTDATA8_SHIFT 0
-
-#define TWI_RCV_DATA8_RCVDATA8_MASK 0x00ff
-#define TWI_RCV_DATA8_RCVDATA8_SHIFT 0
-
-
-#endif /* _twiRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/uartRegs.h b/c/src/lib/libcpu/bfin/include/uartRegs.h
deleted file mode 100644
index f48052e49b..0000000000
--- a/c/src/lib/libcpu/bfin/include/uartRegs.h
+++ /dev/null
@@ -1,70 +0,0 @@
-/* Blackfin UART Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _uartRegs_h_
-#define _uartRegs_h_
-
-/* register addresses */
-
-#define UART_RBR_OFFSET 0x0000
-#define UART_THR_OFFSET 0x0000
-#define UART_DLL_OFFSET 0x0000
-#define UART_IER_OFFSET 0x0004
-#define UART_DLH_OFFSET 0x0004
-#define UART_IIR_OFFSET 0x0008
-#define UART_LCR_OFFSET 0x000c
-#define UART_MCR_OFFSET 0x0010
-#define UART_LSR_OFFSET 0x0014
-#define UART_SCR_OFFSET 0x001c
-#define UART_GCTL_OFFSET 0x0024
-
-
-/* register fields */
-
-#define UART_LCR_DLAB 0x80
-#define UART_LCR_SB 0x40
-#define UART_LCR_STP 0x20
-#define UART_LCR_EPS 0x10
-#define UART_LCR_PEN 0x08
-#define UART_LCR_STB 0x04
-#define UART_LCR_WLS_MASK 0x03
-#define UART_LCR_WLS_5 0x00
-#define UART_LCR_WLS_6 0x01
-#define UART_LCR_WLS_7 0x02
-#define UART_LCR_WLS_8 0x03
-
-#define UART_MCR_LOOP 0x10
-
-#define UART_LSR_TEMT 0x40
-#define UART_LSR_THRE 0x20
-#define UART_LSR_BI 0x10
-#define UART_LSR_FE 0x08
-#define UART_LSR_PE 0x04
-#define UART_LSR_OE 0x02
-#define UART_LSR_DR 0x01
-
-#define UART_IER_ELSI 0x04
-#define UART_IER_ETBEI 0x02
-#define UART_IER_ERBFI 0x01
-
-#define UART_IIR_STATUS_MASK 0x06
-#define UART_IIR_STATUS_THRE 0x02
-#define UART_IIR_STATUS_RDR 0x04
-#define UART_IIR_STATUS_LS 0x06
-#define UART_IIR_NINT 0x01
-
-#define UART_GCTL_FFE 0x20
-#define UART_GCTL_FPE 0x10
-#define UART_GCTL_RPOLC 0x08
-#define UART_GCTL_TPOLC 0x04
-#define UART_GCTL_IREN 0x02
-#define UART_GCTL_UCEN 0x01
-
-#endif /* _uartRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/include/wdogRegs.h b/c/src/lib/libcpu/bfin/include/wdogRegs.h
deleted file mode 100644
index 9e76d345b0..0000000000
--- a/c/src/lib/libcpu/bfin/include/wdogRegs.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* Blackfin Watchdog Registers
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _wdogRegs_h_
-#define _wdogRegs_h_
-
-/* register addresses */
-
-#define WDOG_CTL (WDOG_BASE_ADDRESS + 0x0000)
-#define WDOG_CNT (WDOG_BASE_ADDRESS + 0x0004)
-#define WDOG_STAT (WDOG_BASE_ADDRESS + 0x0008)
-
-
-/* register fields */
-
-#define WDOG_CTL_WDRO 0x8000
-#define WDOG_CTL_WDEN_MASK 0x0ff0
-#define WDOG_CTL_WDEN_DISABLE 0x0ad0
-#define WDOG_CTL_WDEV_MASK 0x0006
-#define WDOG_CTL_WDEV_RESET 0x0000
-#define WDOG_CTL_WDEV_NMI 0x0002
-#define WDOG_CTL_WDEV_GPI 0x0004
-#define WDOG_CTL_WDEV_DISABLE 0x0006
-
-
-#endif /* _wdogRegs_h_ */
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
deleted file mode 100644
index 2c6b538bde..0000000000
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.h
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * RTEMS support for Blackfin interrupt controller
- *
- * COPYRIGHT (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _interrupt_h_
-#define _interrupt_h_
-
-/* Some rules for using this module:
-
- SIC_IARx registers must not be changed after calling
- bfin_interrupt_init().
-
- The bfin_isr structures must stick around for as long as the isr is
- registered.
-
- For any interrupt source (SIC bit) that could be shared, it is only
- safe to disable an ISR through this module if the ultimate source is
- also disabled (the ultimate source must be disabled prior to disabling
- it through this module, and must remain disabled until after enabling
- it through this module).
-
- For any source that is shared with modules that cannot be disabled,
- give careful thought to the control of those interrupts.
- bfin_interrupt_enable_all() or bfin_interrupt_enable_global() can
- be used to help solve the problems caused by that.
-
-
- Note that this module does not provide prioritization. It is assumed
- that the priorities afforded by the CEC are sufficient. If finer
- grained priority control is required then this wlll need to be
- redesigned.
-*/
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* source is the source to the SIC (the bit number in SIC_ISR). isr is
- the function that will be called when the interrupt is active. */
-typedef struct bfin_isr_s {
- int source;
- void (*isr)(int source);
- /* the following are for internal use only */
- uint32_t mask;
- int vector;
- struct bfin_isr_s *next;
-} bfin_isr_t;
-
-/* If non-default mapping is desired, the BSP should set the SIC_IARx
- registers prior to calling this. */
-void bfin_interrupt_init(void);
-
-/* ISR starts out disabled */
-void bfin_interrupt_register(bfin_isr_t *isr);
-void bfin_interrupt_unregister(bfin_isr_t *isr);
-
-/* enable/disable specific ISR */
-void bfin_interrupt_enable(bfin_isr_t *isr, bool enable);
-
-/* atomically enable/disable all ISRs attached to specified source */
-void bfin_interrupt_enable_all(int source, bool enable);
-
-/* disable a source independently of the individual ISR enables (starts
- out all enabled) */
-void bfin_interrupt_enable_global(int source, bool enable);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _interrupt_h_ */
-
diff --git a/c/src/lib/libcpu/bfin/mmu/mmu.h b/c/src/lib/libcpu/bfin/mmu/mmu.h
deleted file mode 100644
index d6e2ea58a9..0000000000
--- a/c/src/lib/libcpu/bfin/mmu/mmu.h
+++ /dev/null
@@ -1,73 +0,0 @@
-/* Blackfin MMU Support
- *
- * Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-
-/* NOTE: this currently only implements a static table. It should be made
- to handle more regions than fit in the CPLBs, with an exception handler
- to do replacements as needed. This would of course require great care
- to insure any storage required by the exception handler, including any
- stack space, the exception handler itself, and the region descriptors
- it needs to update the CPLBs, are in regions that will never be
- replaced. */
-
-#ifndef _mmu_h_
-#define _mmu_h_
-
-#include <libcpu/mmuRegs.h>
-
-
-#define INSTR_NOCACHE (ICPLB_DATA_CPLB_USER_RD | \
- ICPLB_DATA_CPLB_VALID)
-
-#define INSTR_CACHEABLE (ICPLB_DATA_CPLB_L1_CHBL | \
- ICPLB_DATA_CPLB_USER_RD | \
- ICPLB_DATA_CPLB_VALID)
-
-#define DATA_NOCACHE (DCPLB_DATA_CPLB_DIRTY | \
- DCPLB_DATA_CPLB_SUPV_WR | \
- DCPLB_DATA_CPLB_USER_WR | \
- DCPLB_DATA_CPLB_USER_RD | \
- DCPLB_DATA_CPLB_VALID)
-
-#define DATA_WRITEBACK (DCPLB_DATA_CPLB_L1_AOW | \
- DCPLB_DATA_CPLB_L1_CHBL | \
- DCPLB_DATA_CPLB_DIRTY | \
- DCPLB_DATA_CPLB_SUPV_WR | \
- DCPLB_DATA_CPLB_USER_WR | \
- DCPLB_DATA_CPLB_USER_RD | \
- DCPLB_DATA_CPLB_VALID)
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-typedef struct {
- struct {
- void *address;
- uint32_t flags;
- } instruction[ICPLB_COUNT];
- struct {
- void *address;
- uint32_t flags;
- } data[DCPLB_COUNT];
-} bfin_mmu_config_t;
-
-
-void bfin_mmu_init(bfin_mmu_config_t *config);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _mmu_h_ */
-
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.h b/c/src/lib/libcpu/bfin/network/ethernet.h
deleted file mode 100644
index 0a8fc0c4b0..0000000000
--- a/c/src/lib/libcpu/bfin/network/ethernet.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * RTEMS network driver for Blackfin embedded ethernet controller
- *
- * COPYRIGHT (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _ethernet_h_
-#define _ethernet_h_
-
-
-#define BFIN_ETHERNET_DEBUG_NONE 0x0000
-#define BFIN_ETHERNET_DEBUG_ALL 0xFFFF
-
-#define BFIN_ETHERNET_DEBUG (BFIN_ETHERNET_DEBUG_NONE)
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-typedef struct {
- uint32_t sclk;
- void *ethBaseAddress;
- void *rxdmaBaseAddress;
- void *txdmaBaseAddress;
- int rxDescCount;
- int txDescCount;
- enum {rmii, mii} phyType;
- int phyAddr;
-} bfin_ethernet_configuration_t;
-
-
-void bfin_ethernet_rxdma_isr(int vector);
-void bfin_ethernet_txdma_isr(int vector);
-void bfin_ethernet_mac_isr(int vector);
-
-int bfin_ethernet_driver_attach(struct rtems_bsdnet_ifconfig *config,
- int attaching,
- bfin_ethernet_configuration_t *chip);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-
-#endif /* _ethernet_h_ */
-
diff --git a/c/src/lib/libcpu/bfin/preinstall.am b/c/src/lib/libcpu/bfin/preinstall.am
deleted file mode 100644
index c7298742e3..0000000000
--- a/c/src/lib/libcpu/bfin/preinstall.am
+++ /dev/null
@@ -1,146 +0,0 @@
-## Automatically generated by ampolish3 - Do not edit
-
-if AMPOLISH3
-$(srcdir)/preinstall.am: Makefile.am
- $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
-endif
-
-PREINSTALL_DIRS =
-DISTCLEANFILES = $(PREINSTALL_DIRS)
-
-all-am: $(PREINSTALL_FILES)
-
-PREINSTALL_FILES =
-CLEANFILES = $(PREINSTALL_FILES)
-
-$(PROJECT_INCLUDE)/$(dirstamp):
- @$(MKDIR_P) $(PROJECT_INCLUDE)
- @: > $(PROJECT_INCLUDE)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
-
-$(PROJECT_INCLUDE)/bsp/$(dirstamp):
- @$(MKDIR_P) $(PROJECT_INCLUDE)/bsp
- @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
-
-$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
- @$(MKDIR_P) $(PROJECT_INCLUDE)/libcpu
- @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
-
-if bf52x
-$(PROJECT_INCLUDE)/bf52x.h: bf52x/include/bf52x.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bf52x.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bf52x.h
-
-$(PROJECT_INCLUDE)/bsp/interrupt.h: bf52x/interrupt/interrupt.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/interrupt.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/interrupt.h
-endif
-$(PROJECT_INCLUDE)/libcpu/bf533.h: include/bf533.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/bf533.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/bf533.h
-
-$(PROJECT_INCLUDE)/libcpu/bf537.h: include/bf537.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/bf537.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/bf537.h
-
-$(PROJECT_INCLUDE)/libcpu/cecRegs.h: include/cecRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cecRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cecRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/memoryRegs.h: include/memoryRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/memoryRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/memoryRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/mmuRegs.h: include/mmuRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mmuRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mmuRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/sicRegs.h: include/sicRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/sicRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/sicRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/ebiuRegs.h: include/ebiuRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/ebiuRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/ebiuRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/ppiRegs.h: include/ppiRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/ppiRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/ppiRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/coreTimerRegs.h: include/coreTimerRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/coreTimerRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/coreTimerRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/wdogRegs.h: include/wdogRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/wdogRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/wdogRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/timerRegs.h: include/timerRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/timerRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/timerRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/dmaRegs.h: include/dmaRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/dmaRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/dmaRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/ethernetRegs.h: include/ethernetRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/ethernetRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/ethernetRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/uartRegs.h: include/uartRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/uartRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/uartRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/sportRegs.h: include/sportRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/sportRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/sportRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/twiRegs.h: include/twiRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/twiRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/twiRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/spiRegs.h: include/spiRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/spiRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/spiRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/rtcRegs.h: include/rtcRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/rtcRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/rtcRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/gpioRegs.h: include/gpioRegs.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/gpioRegs.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/gpioRegs.h
-
-$(PROJECT_INCLUDE)/libcpu/mmu.h: mmu/mmu.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mmu.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mmu.h
-
-if bf52x
-else
-$(PROJECT_INCLUDE)/libcpu/interrupt.h: interrupt/interrupt.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/interrupt.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/interrupt.h
-endif
-$(PROJECT_INCLUDE)/libcpu/uart.h: serial/uart.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/uart.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/uart.h
-
-$(PROJECT_INCLUDE)/libcpu/sport.h: serial/sport.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/sport.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/sport.h
-
-$(PROJECT_INCLUDE)/libcpu/spi.h: serial/spi.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/spi.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/spi.h
-
-$(PROJECT_INCLUDE)/libcpu/twi.h: serial/twi.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/twi.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/twi.h
-
-if HAS_NETWORKING
-$(PROJECT_INCLUDE)/libcpu/ethernet.h: network/ethernet.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/ethernet.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/ethernet.h
-endif
diff --git a/c/src/lib/libcpu/bfin/serial/spi.h b/c/src/lib/libcpu/bfin/serial/spi.h
deleted file mode 100644
index db8bfaa612..0000000000
--- a/c/src/lib/libcpu/bfin/serial/spi.h
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * RTEMS driver for Blackfin SPI
- *
- * COPYRIGHT (c) 2010 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _spi_h
-#define _spi_h
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct {
- void *base;
- /* remaining entries are for internal use */
- rtems_id sem;
- int bytes_per_word;
- uint16_t idle_pattern;
- uint8_t *rd_ptr;
- const uint8_t *wr_ptr;
- int len;
-} bfin_spi_state_t;
-
-typedef struct {
- rtems_libi2c_bus_t bus;
- bfin_spi_state_t p;
-} bfin_spi_bus_t;
-
-
-void bfin_spi_isr(int v);
-
-rtems_status_code bfin_spi_init(rtems_libi2c_bus_t *bus);
-
-rtems_status_code bfin_spi_send_start(rtems_libi2c_bus_t *bus);
-
-int bfin_spi_read_bytes(rtems_libi2c_bus_t *bus, unsigned char *buf, int len);
-
-int bfin_spi_write_bytes(rtems_libi2c_bus_t *bus, unsigned char *buf, int len);
-
-int bfin_spi_ioctl(rtems_libi2c_bus_t *bus, int cmd, void *arg);
-
-#ifdef __cplusplus
-}
-#endif
-
-
-#endif /* _spi_h */
diff --git a/c/src/lib/libcpu/bfin/serial/sport.h b/c/src/lib/libcpu/bfin/serial/sport.h
deleted file mode 100644
index 6ed481b593..0000000000
--- a/c/src/lib/libcpu/bfin/serial/sport.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* placeholder */
-
diff --git a/c/src/lib/libcpu/bfin/serial/twi.h b/c/src/lib/libcpu/bfin/serial/twi.h
deleted file mode 100644
index 2392ba532b..0000000000
--- a/c/src/lib/libcpu/bfin/serial/twi.h
+++ /dev/null
@@ -1,68 +0,0 @@
-/* not yet implemented */
-
-/*
- * RTEMS driver for Blackfin TWI (I2C)
- *
- * COPYRIGHT (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _twi_h_
-#define _twi_h_
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-typedef struct {
- uint32_t sclk;
- void *base;
- bool fast;
- int8_t slave_address;
-} bfin_twi_config_t;
-
-typedef struct bfin_twi_request_s {
- bool write;
- int count;
- void *data;
- /* Chained requests are done with repeated start conditions in between.
- These are useful for atomic address write/data read transactions
- (which can be important in multi-master configurations), and for
- doing 10-bit addressing. */
- struct bfin_twi_request_s *next;
-} bfin_twi_request_t;
-
-typedef rtems_status_code (*bfin_twi_callback_t)(int channel,
- void *arg,
- bool general_call,
- bool write,
- bool done,
- int read_count,
- uint8_t *data);
-
-
-rtems_status_code bfin_twi_init(int channel, bfin_twi_config_t *config);
-
-rtems_status_code bfin_twi_register_callback(int channel,
- bfin_twi_callback_t callback,
- void *arg);
-
-void bfin_twi_isr(int source);
-
-rtems_status_code bfin_twi_request(int channel, uint8_t address,
- bfin_twi_request_t *request,
- rtems_interval timeout);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _twi_h_ */
-
diff --git a/c/src/lib/libcpu/bfin/serial/uart.h b/c/src/lib/libcpu/bfin/serial/uart.h
deleted file mode 100644
index 730e0e261f..0000000000
--- a/c/src/lib/libcpu/bfin/serial/uart.h
+++ /dev/null
@@ -1,135 +0,0 @@
-/*
- * RTEMS driver for Blackfin UARTs
- *
- * COPYRIGHT (c) 2008 Kallisti Labs, Los Gatos, CA, USA
- * written by Allan Hessenflow <allanh@kallisti.com>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-
-#ifndef _UART_H_
-#define _UART_H_
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/** bfin_uart_channel object
- */
-typedef struct {
- const char *name; /** Holds name of the device */
- uint32_t uart_baseAddress; /** UART base address */
- uint32_t uart_rxDmaBaseAddress; /** RX DMA base address */
- uint32_t uart_txDmaBaseAddress; /** TX DMA base address */
- bool uart_useInterrupts; /** are interrupts used */
- bool uart_useDma; /** is dma used */
- int uart_baud; /** baud rate, 0 for default */
-
- void *termios; /** termios associated */
- uint8_t volatile flags; /** flags for internal use */
- uint16_t length; /** length for internal use */
-} bfin_uart_channel_t;
-
-
-typedef struct {
- uint32_t freq;
- int num_channels;
- bfin_uart_channel_t *channels;
-} bfin_uart_config_t;
-
-/**
- * @param base_address defines the UART base address
- * @param source defines the source that caused the interrupt. This argument
- * will help us in identifying if Rx or TX caused the interrupt.
- */
-typedef struct {
- uint32_t base_address;
- int source;
-} bfin_uart_arg_t;
-
-
-
-char bfin_uart_poll_read(rtems_device_minor_number minor);
-
-void bfin_uart_poll_write(int minor, char c);
-
-
-/**
-* Uart initialization function.
-* @param major major number of the device
-* @param config configuration parameters
-* @return rtems status code
-*/
-rtems_status_code bfin_uart_initialize(rtems_device_major_number major,
- bfin_uart_config_t *config);
-
-
-
-/**
- * Opens the device in different modes. The supported modes are
- * 1. Polling
- * 2. Interrupt
- * 3. DMA
- * At exit the uart_Exit function will be called to flush the device.
- *
- * @param major Major number of the device
- * @param minor Minor number of the device
- * @param arg
- * @return
- */
-rtems_device_driver bfin_uart_open(rtems_device_major_number major,
- rtems_device_minor_number minor, void *arg);
-
-
-
-/**
- * This function implements TX dma ISR. It clears the IRQ and dequeues a char
- * The channel argument will have the base address. Since there are two uart
- * and both the uarts can use the same tx dma isr.
- *
- * TODO: 1. Error checking 2. sending correct length ie after looking at the
- * number of elements the uart transmitted.
- *
- * @param _arg argument passed to the interrupt handler. It contains the
- * channel argument.
- */
-void bfinUart_txDmaIsr(void *_arg);
-
-
-
-/**
- * RX DMA ISR.
- * The polling route is used for receiving the characters. This is a place
- * holder for future implementation.
- * @param _arg
- */
-void bfinUart_rxDmaIsr(void *_arg);
-
-
-/**
- * This function implements TX ISR. The function gets called when the TX FIFO is
- * empty. It clears the interrupt and dequeues the character. It only tx one
- * character at a time.
- *
- * TODO: error handling.
- * @param _arg gets the channel information.
- */
-void bfinUart_txIsr(void *_arg);
-
-
-/**
-* This function implements RX ISR
-*/
-void bfinUart_rxIsr(void *_arg);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _UART_H_ */
-