[U-Boot] [PATCH v4] net: add Faraday FTMAC110 10/100Mbps ethernet support

Joe Hershberger joe.hershberger at gmail.com
Mon Jul 8 18:19:12 CEST 2013


On Tue, May 7, 2013 at 1:33 AM, Kuo-Jung Su <dantesu at gmail.com> wrote:
> From: Kuo-Jung Su <dantesu at faraday-tech.com>
>
> Faraday FTMAC110 10/100Mbps supports half-word data transfer for Linux.
> However it has a weird DMA alignment issue:
>
> (1) Tx DMA Buffer Address:
>     1 bytes aligned: Invalid
>     2 bytes aligned: O.K
>     4 bytes aligned: O.K
>
> (2) Rx DMA Buffer Address:
>     1 bytes aligned: Invalid
>     2 bytes aligned: O.K
>     4 bytes aligned: Invalid!!!
>
> Signed-off-by: Kuo-Jung Su <dantesu at faraday-tech.com>
> CC: Joe Hershberger <joe.hershberger at gmail.com>
> CC: Tom Rini <trini at ti.com>

Applied, Thanks.
-Joe


More information about the U-Boot mailing list