[PATCH u-boot 07/12] aspeed: add configuration for the network devices

Joel Stanley joel at jms.id.au
Mon Oct 10 17:23:18 AEDT 2016


On Fri, Oct 7, 2016 at 8:26 AM, Cédric Le Goater <clg at kaod.org> wrote:
> Signed-off-by: Cédric Le Goater <clg at kaod.org>

Reviewed-by: Joel Stanley <joel at jms.id.au>

> +config FTGMAC100
> +       bool "Faraday's FTGMAC100 Gigabit SoC Ethernet"
> +       select PHYLIB
> +       select MII
> +       help
> +         Support for Faraday's FTGMAC100 Gigabit SoC Ethernet
> +
> +config FTGMAC100_EGIGA
> +       bool "Define this if FTGMAC100 is connected to gigabit PHY"
> +       depends on FTGMAC100
> +       help
> +         If your system has 10/100 PHY only, it might not occur wrong
> +         behavior. Because PHY usually return timeout or useless data
> +         when polling gigabit status and gigabit control registers.
> +         This behavior won't affect the correctness of 10/100 link
> +         speed update.
> +

Are we able to fix this in the future?


More information about the openbmc mailing list