net: Add Freescale FMan ethernet support
This adds ethernet support for the Freecale Layerscape SoCs. The
architecture in these SoCs is called "Data Path Acceleration
Architecture" (DPAA). It is comprised of:

- The Queue Manager (QMan)
- Buffer Manager (BMan)
- Frame Manager (FMan)
- Multirate Ethernet Media Access Controller (mEMAC)

The code is based on the corresponding U-Boot driver enriched with
device tree parsing and proper device driver support.

Tested on LS1046a, should work on other SoCs aswell with some minor
quirks. SerDes support has been removed for now.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3b21c8a commit ec09152b909d88a1bd26ba125d87d74a5ca424d8
@Sascha Hauer Sascha Hauer authored on 31 Jan 2019
Showing 6 changed files
View
drivers/net/Kconfig
View
drivers/net/Makefile
View
drivers/net/fsl-fman.c 0 → 100644
Too large (Show diff)
View
firmware/Makefile
View
include/soc/fsl/fsl_fman.h 0 → 100644
View
include/soc/fsl/fsl_memac.h 0 → 100644