Skip to content

Commit

Permalink
fsl/fman: Add FMan support
Browse files Browse the repository at this point in the history
Add the Data Path Acceleration Architecture Frame Manger Driver.
The FMan embeds a series of hardware blocks that implement a group
of Ethernet interfaces. This patch adds The FMan configuration,
initialization and runtime control routines.

The FMan driver supports several hardware versions
differentiated by things like:
	- Different type of MACs
	- Number of MAC and ports
	- Available resources
	- Different hardware errata

Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Igal Liberman authored and davem330 committed Dec 28, 2015
1 parent 5adae51 commit 414fd46
Show file tree
Hide file tree
Showing 3 changed files with 3,197 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/fman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman

obj-y += fsl_fman.o

fsl_fman-objs := fman_muram.o
fsl_fman-objs := fman_muram.o fman.o
Loading

0 comments on commit 414fd46

Please sign in to comment.