2017-01-19 18:53, Hemant Agrawal:
> 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.agra...@nxp.com>
> ---
>  config/common_base                             |   6 +
>  config/defconfig_arm64-dpaa2-linuxapp-gcc      |   5 +
>  drivers/Makefile                               |   1 +
>  drivers/bus/Makefile                           |  36 ++++++
>  drivers/bus/fslmc/Makefile                     |  52 +++++++++
>  drivers/bus/fslmc/fslmc_bus.c                  | 125 +++++++++++++++++++++
>  drivers/bus/fslmc/rte_fslmc.h                  | 148 
> +++++++++++++++++++++++++
>  drivers/bus/fslmc/rte_pmd_fslmcbus_version.map |   7 ++

Good to see a first bus driver.

Reply via email to