1. 11 7月, 2018 2 次提交
  2. 10 7月, 2018 2 次提交
  3. 07 7月, 2018 1 次提交
  4. 03 7月, 2018 3 次提交
    • T
      board/aries: Remove · 03b54997
      Tom Rini 提交于
      The various Aries Embedded boards have been orphaned for a year and no
      one has come forward to take care of them.  Remove.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      03b54997
    • A
      ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP · a9ea30d2
      Alexander Graf 提交于
      The ax25-ae350 target currently uses CONFIG_BOOTP_SERVERIP which means we
      ignore the DHCP provided TFTP ip address. This breaks every case where we
      do now provide a serverip environment variable.
      
      Instead, let's use the new CONFIG_BOOT_PREFER_SERVERIP option to fall back
      to the DHCP provided TFTP IP if no serverip environment variable is set.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      Acked-by: NRick Chen <rick@andestech.com>
      a9ea30d2
    • L
      net: Add new wol command - Wake on LAN · d8970dae
      Lothar Felten 提交于
      Add a new command 'wol': Wait for an incoming Wake-on-LAN packet or
      time out if no WoL packed is received.
      If the WoL packet contains a password, it is saved in the environment
      variable 'wolpassword' using the etherwake format (dot or colon
      separated decimals).
      
      Intended use case: a networked device should boot an alternate image.
      It's attached to a network on a client site, modifying the DHCP server
      configuration or setup of a tftp server is not allowed.
      After power on the device waits a few seconds for a WoL packet. If a
      packet is received, the device boots the alternate image. Otherwise
      it boots the default image.
      
      This method is a simple way to interact with a system via network even
      if only the MAC address is known. Tools to send WoL packets are
      available on all common platforms.
      
      Some Ethernet drivers seem to pad the incoming packet. The additional
      padding bytes might be recognized as Wake-on-LAN password bytes.
      
      By default enabled in pengwyn_defconfig.
      Signed-off-by: NLothar Felten <lothar.felten@gmail.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      d8970dae
  5. 27 6月, 2018 2 次提交
  6. 24 6月, 2018 2 次提交
  7. 23 6月, 2018 1 次提交
  8. 19 6月, 2018 3 次提交
  9. 18 6月, 2018 8 次提交
  10. 17 6月, 2018 3 次提交
  11. 16 6月, 2018 5 次提交
  12. 15 6月, 2018 3 次提交
  13. 13 6月, 2018 5 次提交