Import DPAA driver snapshot

Imported from Freescale Linux repository

git://git.freescale.com/ppc/upstream/linux.git

commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161.

Linux compatibility layer is partly from FreeBSD.
This commit is contained in:
Sebastian Huber
2016-04-27 11:58:19 +02:00
parent b2b2e1a6a5
commit 28ee86a9b0
132 changed files with 41012 additions and 3 deletions

View File

@@ -44,6 +44,12 @@
#define NET_CFG_INTERFACE_0 "fec0"
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
#define NET_CFG_INTERFACE_0 "lpe0"
#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
#define NET_CFG_INTERFACE_0 "fm1m3"
#else
#define NET_CFG_INTERFACE_0 "tsec0"
#endif
#else
#define NET_CFG_INTERFACE_0 "lo0"
#endif