Re: Adding support for new Ethernet PHY

2019-06-17 Thread Christian Mauderer
On 17/06/2019 20:35, Jonathan Brandmeyer wrote: > I ran into some device tree support for this phy in > sys/gnu/dts/include/dt-bindings/net/ti-dp83867.h It looks like > configuration information that would be fed to the generic mii_fdt > driver somehow. > > Thanks for the tip re: ukphy. What exa

Re: Adding support for new Ethernet PHY

2019-06-17 Thread Jonathan Brandmeyer
I ran into some device tree support for this phy in sys/gnu/dts/include/dt-bindings/net/ti-dp83867.h It looks like configuration information that would be fed to the generic mii_fdt driver somehow. Thanks for the tip re: ukphy. What exactly does "basic support without any extras" entail? The te

Re: Adding support for new Ethernet PHY

2019-06-17 Thread Christian Mauderer
On 17/06/2019 18:16, Jonathan Brandmeyer wrote: > What does it take to support a new Ethernet PHY in rtems-libbsd?  We've > got a board with a TI DP83867 family member on it, which appears to have > some support in FreeBSD.  How can that get pulled into a particular > rtems-libbsd BSP? > > Thanks,

Adding support for new Ethernet PHY

2019-06-17 Thread Jonathan Brandmeyer
What does it take to support a new Ethernet PHY in rtems-libbsd? We've got a board with a TI DP83867 family member on it, which appears to have some support in FreeBSD. How can that get pulled into a particular rtems-libbsd BSP? Thanks, -Jonathan Brandmeyer __