Skip to content
Snippets Groups Projects
  1. Feb 06, 2016
  2. Jan 28, 2016
  3. Jan 08, 2016
    • Andre Przywara's avatar
      net: remove scary warning about EEPROM provided MAC address · 821fec0c
      Andre Przywara authored
      
      In many parts of the computing world having a unique MAC address
      sitting in some on-NIC storage is considered the normal case.
      Remove the warning to not scare the user unnecessarily.
      This applies to Highbank/Midway and ARM's Juno, for instance.
      Besides that this fixes the formatting on Midway, for instance,
      which currently looks like:
      ...
      Net:   xgmac0
      Warning: xgmac0 using MAC address from net device
      , xgmac1
      Warning: xgmac1 using MAC address from net device
      ...
      
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      821fec0c
  4. Jan 07, 2016
  5. Dec 18, 2015
  6. Nov 20, 2015
  7. Oct 29, 2015
  8. Oct 28, 2015
  9. Sep 30, 2015
  10. Sep 09, 2015
  11. Sep 07, 2015
  12. Aug 21, 2015
    • Michal Simek's avatar
      net: Return -EINTR when ctrl+c is pressed · 19a4fbaa
      Michal Simek authored
      
      Current behavior is that if CTRL+C is pressed command returns 0 that was
      successful which is not correct behavior.
      The easiest test case is "tftpboot 80000 uImage && echo yes"
      and press CTRL+C. Then the second command is called which is incorrect.
      
      Error log:
      zynq-uboot> tftpb 80000 uImage && echo yes
      Gem.e000b000:7 is connected to Gem.e000b000.  Reconnecting to
      Gem.e000b000
      Gem.e000b000 Waiting for PHY auto negotiation to complete....... done
      Using Gem.e000b000 device
      TFTP from server 192.168.0.102; our IP address is 192.168.0.101
      Filename 'uImage'.
      Load address: 0x80000
      Loading: ################
      Abort
      yes
      zynq-uboot>
      
      This patch adds -EINTR return value when CTRL+C is pressed.
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      19a4fbaa
    • Pavel Machek's avatar
      tftp: adjust settings to be suitable for 100Mbit ethernet · 620776d7
      Pavel Machek authored
      
      Adjust timouts and retry counts to be suitable for loaded ethernet
      network. With 5 seconds timeout, 10 retries maximum, tftp is
      impossible even on local network with single full-speed TCP
      connection.
      
      100msec timeout should be suitable for most networks tftp is used on,
      that is local ethernets. Timeout count really needs to be way higher,
      as lost packets are normal when TCP is running over the same network.
      
      Enforce 10msec minimum.
      
      Signed-off-by: default avatarPavel Machek <pavel@denx.de>
      Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      620776d7
  13. Aug 12, 2015
Loading