[PATCH rtems-libbsd 1/5] rtemsbsd: Add mv643xx nexus ethernet driver

Chris Johns chrisj at rtems.org
Tue Mar 30 02:22:19 UTC 2021


On 30/3/21 12:30 pm, Vijay Kumar Banerjee wrote:
> From: till straumann <till.straumann at alumni.tu-berlin.de>
> 
> Update #4345
> ---
>  libbsd.py                            |  19 +
>  rtemsbsd/include/bsp/nexus-devices.h |   7 +-
>  rtemsbsd/sys/dev/mve/mv643xx_nexus.c | 965 +++++++++++++++++++++++++++
>  3 files changed, 990 insertions(+), 1 deletion(-)
>  create mode 100644 rtemsbsd/sys/dev/mve/mv643xx_nexus.c
> 
> diff --git a/libbsd.py b/libbsd.py
> index a2056f36..b25d7e03 100644
> --- a/libbsd.py
> +++ b/libbsd.py
> @@ -292,6 +292,25 @@ class rtems(builder.Module):
>                  'pppd/sys-rtems.c',
>                  'pppd/upap.c',
>                  'pppd/utils.c',
> +                'sys/arm/lpc/if_lpe.c',
> +                'sys/arm/lpc/lpc_pwr.c',
> +                'sys/dev/atsam/if_atsam.c',
> +                'sys/dev/atsam/if_atsam_media.c',
> +                'sys/dev/dw_mmc/dw_mmc.c',
> +                'sys/dev/ffec/if_ffec_mcf548x.c',
> +                'sys/dev/ffec/if_ffec_mpc8xx.c',
> +                'sys/dev/mve/mv643xx_nexus.c',
> +                'sys/dev/input/touchscreen/tsc_lpc32xx.c',
> +                'sys/dev/smc/if_smc_nexus.c',
> +                'sys/dev/tsec/if_tsec_nexus.c',
> +                'sys/dev/usb/controller/ehci_mpc83xx.c',
> +                'sys/dev/usb/controller/ohci_lpc32xx.c',
> +                'sys/dev/usb/controller/ohci_lpc.c',
> +                'sys/dev/usb/controller/usb_otg_transceiver.c',
> +                'sys/dev/usb/controller/usb_otg_transceiver_dump.c',
> +                'sys/fs/devfs/devfs_devs.c',
> +                'sys/net/if_ppp.c',
> +                'sys/net/ppp_tty.c',
>                  'telnetd/telnetd-service.c',

This looks like it is more than just this driver?

Chris


More information about the devel mailing list