Skip to content
Snippets Groups Projects
  1. Apr 27, 2009
  2. Apr 26, 2009
  3. Apr 24, 2009
  4. Apr 23, 2009
  5. Apr 20, 2009
    • Michael Zaidman's avatar
      NetLoop initialization bug · 3c172c4f
      Michael Zaidman authored
      
      The patch fixes the bug of partial initialization of global network
      parameters.
      
      Upon u-boot's start up the first ping command causes a failure of the
      consequent TFTP command. It happens in the recently added mechanism of
      the NetLoop initialization where initialization of global network
      parameters is separated in the NetInitLoop routine which is called per
      env_id change. Thus, ping request will initialize the network parameters
      necessary for ping operation only, afterwards the env_changed_id will be
      set to the env_id that will prevent all following initialization requests
      from other protocols.
      The problem is that the initialized by ping subset of network parameters
      is not sufficient for other protocols and particularly for TFTP which
      requires the NetServerIp also.
      
      Signed-off-by: default avatarMichael Zaidman <michael.zaidman@gmail.com>
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      3c172c4f
    • Timur Tabi's avatar
      net: fix ULI 526x macro usage in netdev.h · b11f664f
      Timur Tabi authored
      
      Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
      is used everywhere else, so that's the correct macro name.  Without this fix,
      Ethernet will not work on the Freescale MPC8610 HPCD.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      b11f664f
  6. Apr 16, 2009
  7. Apr 07, 2009
  8. Apr 06, 2009
  9. Apr 05, 2009
  10. Apr 04, 2009
Loading