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

2017-10-15 Thread Fabio Estevam
Hi Heinrich, On Sun, Oct 15, 2017 at 1:33 AM, Heinrich Schuchardt 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 fr

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

2017-10-14 Thread Heinrich Schuchardt
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 truncat

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

2017-10-14 Thread Jonathan Gray
After the recent changes to add SimpleNetworkProtocol to efi_loader when booting off mmc via an efi payload that doesn't use SimpleNetworkProtocol U-Boot's fec_mxc driver will now display various "error frame" messages. U-Boot SPL 2017.11-rc1-00277-g7b342d8c5d (Oct 15 2017 - 12:55:50) Trying to bo