Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
930590f3
Commit
930590f3
authored
Jan 31, 2009
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
ixp: move serial to drivers/serial
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
f90c8022
Changes
10
Hide whitespace changes
Inline
Side-by-side
cpu/ixp/Makefile
View file @
930590f3
...
...
@@ -28,7 +28,6 @@ LIB = $(obj)lib$(CPU).a
START
=
start.o
COBJS-y
+=
cpu.o
COBJS-y
+=
interrupts.o
COBJS-y
+=
serial.o
ifndef
CONFIG_USE_IRQ
COBJS-y
+=
timer.o
endif
...
...
drivers/serial/Makefile
View file @
930590f3
...
...
@@ -32,6 +32,7 @@ COBJS-y += ns16550.o
COBJS-$(CONFIG_DRIVER_S3C4510_UART)
+=
s3c4510b_uart.o
COBJS-$(CONFIG_S3C64XX)
+=
s3c64xx.o
COBJS-y
+=
serial.o
COBJS-$(CONFIG_IXP_SERIAL)
+=
serial_ixp.o
COBJS-$(CONFIG_MAX3100_SERIAL)
+=
serial_max3100.o
COBJS-$(CONFIG_PL010_SERIAL)
+=
serial_pl01x.o
COBJS-$(CONFIG_PL011_SERIAL)
+=
serial_pl01x.o
...
...
cpu/ixp
/serial.c
→
drivers/serial
/serial
_ixp
.c
View file @
930590f3
File moved
include/configs/actux1.h
View file @
930590f3
...
...
@@ -39,6 +39,7 @@
#define CONFIG_DISPLAY_CPUINFO 1
#define CONFIG_DISPLAY_BOARDINFO 1
#define CONFIG_IXP_SERIAL
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART2
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTDELAY 3
...
...
include/configs/actux2.h
View file @
930590f3
...
...
@@ -32,6 +32,7 @@
#define CONFIG_DISPLAY_CPUINFO 1
#define CONFIG_DISPLAY_BOARDINFO 1
#define CONFIG_IXP_SERIAL
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART2
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTDELAY 5
...
...
include/configs/actux3.h
View file @
930590f3
...
...
@@ -32,6 +32,7 @@
#define CONFIG_DISPLAY_CPUINFO 1
#define CONFIG_DISPLAY_BOARDINFO 1
#define CONFIG_IXP_SERIAL
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART2
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTDELAY 3
...
...
include/configs/actux4.h
View file @
930590f3
...
...
@@ -32,6 +32,7 @@
#define CONFIG_DISPLAY_CPUINFO 1
#define CONFIG_DISPLAY_BOARDINFO 1
#define CONFIG_IXP_SERIAL
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTDELAY 3
...
...
include/configs/ixdp425.h
View file @
930590f3
...
...
@@ -135,6 +135,7 @@
/*
* select serial console configuration
*/
#define CONFIG_IXP_SERIAL
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1
/* we use UART1 for console */
/*
...
...
include/configs/ixdpg425.h
View file @
930590f3
...
...
@@ -72,6 +72,7 @@
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_IXP_SERIAL
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1
/* we use UART1 for console */
...
...
include/configs/pdnb3.h
View file @
930590f3
...
...
@@ -68,6 +68,7 @@
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_IXP_SERIAL
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1
/* we use UART1 for console */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment