source: rtems/c/src/lib/libbsp/sparc/Makefile.am @ f2f211c5

4.115
Last change on this file since f2f211c5 was 226d48d8, checked in by Daniel Hellstrom <daniel@…>, on 05/16/12 at 15:20:35

LEON: moved register definitions into grlib header file

Some register layout definitions for LEON3 reside in ambapp.h which
does not really has anything to do with device registers. The
register structures has been incorrectly named LEON3_*, the cores
are not only used on LEON3 but on LEON4 and perhaps on LEON5 when
that day comes. Some structures has been renamed according to the
GRLIB core name instead, which CPU that actually use it is not
relevant. Drivers has been updated with the new names.

Signed-off-by: Daniel Hellstrom <daniel@…>

  • Property mode set to 100644
File size: 2.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3# Descend into the @RTEMS_BSP_FAMILY@ directory
4SUBDIRS = @RTEMS_BSP_FAMILY@
5
6EXTRA_DIST =
7
8EXTRA_DIST += shared/gnatcommon.c
9EXTRA_DIST += shared/start.S
10
11# Interrupt
12EXTRA_DIST += shared/irq/irq-shared.c
13
14# AMBA Plug&Play bus
15EXTRA_DIST += shared/include/ambapp.h
16EXTRA_DIST += shared/include/ambapp_ids.h
17EXTRA_DIST += shared/include/grlib.h
18EXTRA_DIST += shared/amba/ambapp.c
19EXTRA_DIST += shared/amba/ambapp_alloc.c
20EXTRA_DIST += shared/amba/ambapp_count.c
21EXTRA_DIST += shared/amba/ambapp_depth.c
22EXTRA_DIST += shared/amba/ambapp_find_by_idx.c
23EXTRA_DIST += shared/amba/ambapp_freq.c
24EXTRA_DIST += shared/amba/ambapp_parent.c
25EXTRA_DIST += shared/amba/ambapp_names.c
26EXTRA_DIST += shared/amba/ambapp_old.c
27EXTRA_DIST += shared/amba/ambapp_show.c
28
29# PCI bus
30EXTRA_DIST += shared/include/pci.h
31EXTRA_DIST += shared/pci/pcifinddevice.c
32
33# DEBUG
34EXTRA_DIST += shared/include/debug_defs.h
35
36# SpaceWire (GRSPW)
37EXTRA_DIST += shared/spw/grspw.c
38EXTRA_DIST += shared/spw/grspw_pci.c
39EXTRA_DIST += shared/spw/grspw_rasta.c
40EXTRA_DIST += shared/include/grspw.h
41EXTRA_DIST += shared/include/grspw_pci.h
42EXTRA_DIST += shared/include/grspw_rasta.h
43
44# UART  (APBUART)
45EXTRA_DIST += shared/uart/apbuart.c
46EXTRA_DIST += shared/uart/apbuart_pci.c
47EXTRA_DIST += shared/uart/apbuart_rasta.c
48EXTRA_DIST += shared/include/apbuart.h
49EXTRA_DIST += shared/include/apbuart_pci.h
50EXTRA_DIST += shared/include/apbuart_rasta.h
51
52# CAN (OC_CAN, GRCAN)
53EXTRA_DIST += shared/can/occan.c
54EXTRA_DIST += shared/can/occan_pci.c
55EXTRA_DIST += shared/can/grcan.c
56EXTRA_DIST += shared/can/grcan_rasta.c
57EXTRA_DIST += shared/include/occan.h
58EXTRA_DIST += shared/include/occan_pci.h
59EXTRA_DIST += shared/include/grcan.h
60EXTRA_DIST += shared/include/grcan_rasta.h
61
62# MIL-STD-B1553 (Core1553BRM)
63EXTRA_DIST += shared/1553/b1553brm.c
64EXTRA_DIST += shared/1553/b1553brm_pci.c
65EXTRA_DIST += shared/1553/b1553brm_rasta.c
66EXTRA_DIST += shared/include/b1553brm.h
67EXTRA_DIST += shared/include/b1553brm_pci.h
68EXTRA_DIST += shared/include/b1553brm_rasta.h
69
70# I2C-master (I2CMST)
71EXTRA_DIST += shared/i2c/i2cmst.c
72EXTRA_DIST += shared/include/i2cmst.h
73
74include $(top_srcdir)/../../../automake/subdirs.am
75include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.