bus/fslmc: introduce fsl-mc bus driver
authorHemant Agrawal <hemant.agrawal@nxp.com>
Tue, 11 Apr 2017 13:37:08 +0000 (19:07 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commit7e7df6d0a41d715d468f8627da3c6d8501589b51
treedf7eccb99b439388f3e3749b98e36e751fc1577b
parentd100f83dbfce6d1842066bdb9a6b734220d1a525
bus/fslmc: introduce fsl-mc bus driver

The fslmc bus driver is a rte_bus driver which scans the fsl-mc bus
for NXP DPAA2 SoCs.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
MAINTAINERS
config/common_base
config/defconfig_arm64-dpaa2-linuxapp-gcc
drivers/Makefile
drivers/bus/Makefile [new file with mode: 0644]
drivers/bus/fslmc/Makefile [new file with mode: 0644]
drivers/bus/fslmc/fslmc_bus.c [new file with mode: 0644]
drivers/bus/fslmc/rte_bus_fslmc_version.map [new file with mode: 0644]
drivers/bus/fslmc/rte_fslmc.h [new file with mode: 0644]