Added M5329AFEE and M5329BFEE Platforms
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c
Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2007-06-18 18:50:13 +00:00
|
|
|
#
|
2009-04-23 11:14:20 +00:00
|
|
|
# (C) Copyright 2006-2009
|
Added M5329AFEE and M5329BFEE Platforms
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c
Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2007-06-18 18:50:13 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
Added M5329AFEE and M5329BFEE Platforms
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c
Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2007-06-18 18:50:13 +00:00
|
|
|
#
|
|
|
|
|
2014-09-04 22:27:26 +00:00
|
|
|
ifdef CONFIG_DM_SERIAL
|
|
|
|
obj-y += serial-uclass.o
|
2014-09-22 23:30:57 +00:00
|
|
|
obj-$(CONFIG_PL01X_SERIAL) += serial_pl01x.o
|
2014-09-04 22:27:26 +00:00
|
|
|
else
|
2013-10-17 08:34:57 +00:00
|
|
|
obj-y += serial.o
|
2014-09-22 23:30:57 +00:00
|
|
|
obj-$(CONFIG_PL010_SERIAL) += serial_pl01x.o
|
|
|
|
obj-$(CONFIG_PL011_SERIAL) += serial_pl01x.o
|
2014-09-04 22:27:34 +00:00
|
|
|
obj-$(CONFIG_SYS_NS16550_SERIAL) += serial_ns16550.o
|
2014-09-04 22:27:26 +00:00
|
|
|
endif
|
2013-10-17 08:34:57 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_ALTERA_UART) += altera_uart.o
|
|
|
|
obj-$(CONFIG_ALTERA_JTAG_UART) += altera_jtag_uart.o
|
|
|
|
obj-$(CONFIG_ARM_DCC) += arm_dcc.o
|
|
|
|
obj-$(CONFIG_ATMEL_USART) += atmel_usart.o
|
2015-08-04 18:33:40 +00:00
|
|
|
obj-$(CONFIG_EFI_APP) += serial_efi.o
|
2013-10-17 08:34:57 +00:00
|
|
|
obj-$(CONFIG_LPC32XX_HSUART) += lpc32xx_hsuart.o
|
|
|
|
obj-$(CONFIG_MCFUART) += mcfuart.o
|
|
|
|
obj-$(CONFIG_SYS_NS16550) += ns16550.o
|
|
|
|
obj-$(CONFIG_S5P) += serial_s5p.o
|
|
|
|
obj-$(CONFIG_IMX_SERIAL) += serial_imx.o
|
|
|
|
obj-$(CONFIG_MAX3100_SERIAL) += serial_max3100.o
|
|
|
|
obj-$(CONFIG_MXC_UART) += serial_mxc.o
|
|
|
|
obj-$(CONFIG_PXA_SERIAL) += serial_pxa.o
|
|
|
|
obj-$(CONFIG_SA1100_SERIAL) += serial_sa1100.o
|
|
|
|
obj-$(CONFIG_S3C24X0_SERIAL) += serial_s3c24x0.o
|
|
|
|
obj-$(CONFIG_XILINX_UARTLITE) += serial_xuartlite.o
|
|
|
|
obj-$(CONFIG_SANDBOX_SERIAL) += sandbox.o
|
|
|
|
obj-$(CONFIG_SCIF_CONSOLE) += serial_sh.o
|
|
|
|
obj-$(CONFIG_ZYNQ_SERIAL) += serial_zynq.o
|
|
|
|
obj-$(CONFIG_BFIN_SERIAL) += serial_bfin.o
|
|
|
|
obj-$(CONFIG_FSL_LPUART) += serial_lpuart.o
|
2013-12-13 06:35:11 +00:00
|
|
|
obj-$(CONFIG_ARC_SERIAL) += serial_arc.o
|
2014-10-03 10:21:05 +00:00
|
|
|
obj-$(CONFIG_UNIPHIER_SERIAL) += serial_uniphier.o
|
2015-03-01 11:44:41 +00:00
|
|
|
obj-$(CONFIG_STM32_SERIAL) += serial_stm32.o
|
2016-01-28 10:00:14 +00:00
|
|
|
obj-$(CONFIG_PIC32_SERIAL) += serial_pic32.o
|
2011-07-13 05:11:06 +00:00
|
|
|
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
2013-10-17 08:34:57 +00:00
|
|
|
obj-$(CONFIG_USB_TTY) += usbtty.o
|
2011-07-13 05:11:06 +00:00
|
|
|
endif
|