Wolfgang Denk
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com >
2013-07-24 09:44:38 -04:00
Joe Hershberger
10cbe3b6a4
net: Fix remaining API interface breakage
...
These are all the files which use the API incorrectly but did not get
built using MAKEALL -a powerpc|arm. I have no compiler for them, but
the remaining issues should be far less than without this patch.
Any outstanding issues are left to the maintainers of boards that use
these drivers.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com >
2012-05-23 14:19:21 -05:00
Mike Frysinger
8ef583a035
miiphy: convert to linux/mii.h
...
The include/miiphy.h header duplicates a lot of things from linux/mii.h.
So punt all the things that overlap to keep the API simple and to make
merging between U-Boot and Linux simpler.
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
2011-01-09 18:06:50 +01:00
Mike Frysinger
d3f871482f
drivers/net/: get mac address from environment
...
The environment is the canonical storage location of the mac address, so
we're killing off the global data location and moving everything to
querying the env directly.
The drivers that get converted here:
3c589
4xx_enet
dc2114x
dm9000x
enc28j60
fsl_mcdmafec
ks8695eth
mcffec
rtl8019
rtl8169
s3c4510b_eth
xilinx_emac
xilinx_emaclite
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
CC: Ben Warren <biggerbadderben@gmail.com >
CC: Rolf Offermanns <rof@sysgo.de >
CC: Stefan Roese <sr@denx.de >
CC: Sascha Hauer <saschahauer@web.de >
CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com >
CC: Greg Ungerer <greg.ungerer@opengear.com >
CC: Xue Ligong <lgxue@hotmail.com >
CC: Masami Komiya <mkomiya@sonare.it >
CC: Curt Brune <curt@cucy.com >
CC: Michal SIMEK <monstr@monstr.eu >
2009-03-20 22:39:10 +01:00
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-10-18 21:54:03 +02:00
TsiChung Liew
429be27ce1
Fix ColdFire FEC warning messages
...
Types mismatch and implicit declaration of icache_invalid()
warning messages
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2008-08-26 22:40:02 -07:00
Ben Warren
b31da88b9c
Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
...
Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
removed code from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2008-08-26 22:12:36 -07:00
Shinya Kuribayashi
3b904ccb93
net: Conditional COBJS inclusion of network drivers
...
Replace COBJS-y with appropriate driver config names.
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2008-06-09 23:21:05 -07:00
TsiChung Liew
f32f7fe7bd
ColdFire: Fix ethernet hang issue for mcf547x_8x
...
The ethernet hang is caused by receiving buffer in DRAM is not
yet ready due to access cycles require longer time in DRAM.
Relocate DMA buffer descriptors from DRAM to internal SRAM.
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com >
2008-04-30 22:38:49 +02:00
TsiChungLiew
777d1abd97
ColdFire: Add MCF547x_8x FEC driver
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
Signed-off by: John Rigby <jrigby@freescale.com >
2008-01-17 14:59:42 -06:00