forked from Imagelibrary/rtems
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.
|
||||
|
||||
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Make letting boot_card() handle work area allocation
|
||||
|
||||
@@ -24,6 +24,12 @@ RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
|
||||
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
||||
[The console driver can operate in either polled or interrupt mode.])
|
||||
|
||||
RTEMS_BSPOPTS_SET([BF537_ON_SKYEYE],[bf537skyeye],[1])
|
||||
RTEMS_BSPOPTS_SET([BF537_ON_SKYEYE],[*],[0])
|
||||
RTEMS_BSPOPTS_HELP([BF537_ON_SKYEYE],
|
||||
[(BSP--Skyeye)
|
||||
If defined, disable features which are not supported on Skyeye.])
|
||||
|
||||
BSP_BOOTCARD_OPTIONS
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
|
||||
@@ -35,13 +35,17 @@ static bfin_uart_channel_t channels[] = {
|
||||
0,
|
||||
#endif
|
||||
NULL,
|
||||
0},
|
||||
0}
|
||||
|
||||
#if (!BF537_ON_SKYEYE)
|
||||
,
|
||||
{"/dev/tty1",
|
||||
(char *) UART1_BASE_ADDRESS,
|
||||
CONSOLE_USE_INTERRUPTS,
|
||||
0,
|
||||
NULL,
|
||||
0}
|
||||
#endif
|
||||
};
|
||||
|
||||
static bfin_uart_config_t config = {
|
||||
|
||||
Reference in New Issue
Block a user