[U-Boot] [PATCH] net: Only access network devices after init

Joe Hershberger joe.hershberger at ni.com
Thu Mar 15 18:57:47 UTC 2018


On Thu, Mar 15, 2018 at 9:07 AM, Alexander Graf <agraf at suse.de> wrote:
> In the efi_loader main loop we call eth_rx() occasionally. This rx function
> might end up calling into devices that haven't been initialized yet,
> potentially resulting in a lot of transfer timeouts.
>
> Instead, let's make sure the ethernet device is actually initialized before
> reading from or writing to it.
>
> Signed-off-by: Alexander Graf <agraf at suse.de>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list