[U-Boot] efi_loader triggers fec_mxc messages when booting off mmc

Fabio Estevam festevam at gmail.com
Sun Oct 15 13:35:08 UTC 2017


Hi Heinrich,

On Sun, Oct 15, 2017 at 1:33 AM, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Hello Jonathan,
>
> the only place where I can find a string 'error frame:' is in
> drivers/net/fec_mxc (line 885).
>
> It indicates that any of the following conditions was met
> Frame length violation
> Nonoctet align frame
> Receive BD status: CRC error
> Receive FIFO overrun
> Receive BD status: Frame is truncated
>
> A receive FIFO overrun can be expected if network packages are not
> processed.
>
> With the network patches we check if a package is available quite often.
>
> I think that printf should be replaced by debug here like in other
> drivers (drivers/net/ethoc.c:383).

Agreed. I have just sent a patch with your suggestion.

Thanks


More information about the U-Boot mailing list