This website requires JavaScript.
Explore
Help
Sign In
linux-sunxi
/
u-boot-sunxi
Watch
1
Star
0
Fork
0
You've already forked u-boot-sunxi
mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced
2024-02-12 11:16:03 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
da58dec866161e8ce73957fea463a8caad695000
u-boot-sunxi
/
drivers
/
soc
/
keystone
/
Makefile
6 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Various Makefiles: Add SPDX-License-Identifier tags After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com>
2015-11-10 01:06:16 +00:00
#
# SPDX-License-Identifier: GPL-2.0+
#
soc: keystone_serdes: create a separate SGMII SerDes driver This patch split the Keystone II SGMII SerDes related code from Ethernet driver and create a separate SGMII SerDes driver. The SerDes driver can be used by others keystone subsystems like PCI, sRIO, so move it to driver/soc/keystone directory. Add soc specific drivers directory like in the Linux kernel. It is going to be used by keysotone soc specific drivers. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
2014-10-22 17:18:21 +03:00
obj-$(CONFIG_TI_KEYSTONE_SERDES)
+=
keystone_serdes.o
Reference in New Issue
Copy Permalink