[U-Boot] [PATCH v2 4/7] net: ftgmac100: Add support for the Aspeed SoC
Simon Glass
sjg at chromium.org
Tue Oct 2 11:22:11 UTC 2018
On 1 October 2018 at 01:53, Cédric Le Goater <clg at kaod.org> wrote:
> The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have
> some slight differences in the HW interface (End-Of-Rx/Tx-Ring bits).
>
> Signed-off-by: Cédric Le Goater <clg at kaod.org>
> ---
> Changes since v1:
>
> - introduced a udevice_id .data model
> - dropped is_aspeed bool
> - dropped MDIO interface setting for Aspeed SoC. The default is
> correct.
> - removed the clcoks which are now handled automatically in the
> ftgmac100 driver
>
> drivers/net/ftgmac100.c | 29 +++++++++++++++++++++++++----
> configs/evb-ast2500_defconfig | 8 ++++++++
> 2 files changed, 33 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list