Skip to content
Snippets Groups Projects
Select Git revision
4 results

net

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    2861 commits behind the upstream repository.
    user avatar
    Alexander Graf authored
    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: default avatarAlexander Graf <agraf@suse.de>
    Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
    a532e2f2
    History