summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
blob: 32957af55eb4329b1e1ee4843f59f3cb8c082cae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
## Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-powerpc-tqm8xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)

RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE

RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS

RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")

RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED([*],[1])
RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED

RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED([*],[1])
RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED

RTEMS_BSPOPTS_SET([CONSOLE_CHN],[*],[CONS_CHN_SMC1])
RTEMS_BSPOPTS_HELP([CONSOLE_CHN],
[(BSP--console driver) Must be defined to be one of CONS_CHN_SMC1,
 CONS_CHN_SMC2, CONS_CHN_SCC1, CONS_CHN_SCC2, CONS_CHN_SCC3, or CONS_CHN_SCC4.
 Determines which device will be registered as /dev/console.])

RTEMS_BSPOPTS_SET([PRINTK_CHN],[*],[CONS_CHN_SMC1])
RTEMS_BSPOPTS_HELP([PRINTK_CHN],
[(BSP--console driver)
 Must be defined to be one of CONS_CHN_SMC1, CONS_CHN_SMC2, CONS_CHN_SCC2,
 CONS_CHN_SCC3, or CONS_CHN_SCC4. Determines which device is used for output
 by printk(). If the port that printk() uses is also used for other
 I/O (e.g. if  PRINTK_CHN == CONSOLE_CHN), then both ports should
 use the same type of I/O, otherwise the drivers will likely conflict with
 each other.])

RTEMS_BSPOPTS_SET([CONS_SMC1_MODE],[tqm8xx_stk8xx],[CONS_MODE_POLLED])
RTEMS_BSPOPTS_SET([CONS_SMC1_MODE],[pghplus],[CONS_MODE_IRQ])
RTEMS_BSPOPTS_SET([CONS_SMC1_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SMC1_MODE],
[(BSP--SMC1 UART IF mode) Must be defined if SMC1 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([CONS_SMC2_MODE],[tqm8xx_stk8xx],[CONS_MODE_POLLED])
RTEMS_BSPOPTS_SET([CONS_SMC2_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SMC2_MODE],
[(BSP--SMC2 UART IF mode) Must be defined if SMC2 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([CONS_SCC1_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SCC1_MODE],
[(BSP--SCC1 UART IF mode) Must be defined if SCC1 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([CONS_SCC2_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SCC2_MODE],
[(BSP--SCC2 UART IF mode) Must be defined if SCC2 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([CONS_SCC3_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SCC3_MODE],
[(BSP--SCC3 UART IF mode) Must be defined if SCC3 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([CONS_SCC4_MODE],[*],[CONS_MODE_UNUSED])
RTEMS_BSPOPTS_HELP([CONS_SCC4_MODE],
[(BSP--SCC4 UART IF mode) Must be defined if SCC4 is used as a tty (UART)
 channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for
 interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used])

RTEMS_BSPOPTS_SET([SPI_BOARD_INIT_FNC],[pghplus],[bsp_pghplus_spi_init])
RTEMS_BSPOPTS_SET([SPI_BOARD_INIT_FNC],[*],[bsp_dummy_spi_init])
RTEMS_BSPOPTS_HELP([SPI_BOARD_INIT_FNC],
[(BSP--SPI board init function) Specify the function that inits the board 
 port lines and further devices.])

RTEMS_BSPOPTS_SET([SPI_SEND_STOP_FNC],[pghplus],[bsp_pghplus_spi_send_stop])
RTEMS_BSPOPTS_SET([SPI_SEND_STOP_FNC],[*],[bsp_dummy_spi_send_stop])
RTEMS_BSPOPTS_HELP([SPI_SEND_STOP_FNC],
[(BSP--SPI send stop function) Specify the function that deaddresses SPI 
 devices. Set to bsp_dummy_spi_send_stop for dummy implementation])

RTEMS_BSPOPTS_SET([SPI_SEND_ADDR_FNC],[pghplus],[bsp_pghplus_spi_sel_addr])
RTEMS_BSPOPTS_SET([SPI_SEND_ADDR_FNC],[*],[bsp_dummy_spi_sel_addr])
RTEMS_BSPOPTS_HELP([SPI_SEND_ADDR_FNC],
[(BSP--SPI send address function) Specify the function that addresses SPI 
 devices. Set to bsp_dummy_spi_sel_addr for dummy implementation])

# add selection of primary network interface
RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_FEC],[pghplus],[1])
RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_FEC],[*],[0])
RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_FEC],
[If defined, then the BSP will use the Fast Ethernet Controller
 for 10/100MBit networking and used as primary networking interface.])

RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_SCC],[pghplus],[0])
RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_SCC],[*],[1])
RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_SCC],
[If defined, then the BSP will use the Serial Communications Controller (SCC1)
 for 10MBit networking.])


# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])

RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_BSP_LINKCMDS

RTEMS_PPC_EXCEPTIONS

AC_OUTPUT