Skip to content
Snippets Groups Projects
  1. May 12, 2011
  2. Apr 13, 2011
  3. Nov 14, 2010
  4. Dec 14, 2009
  5. Oct 03, 2009
  6. Sep 11, 2009
  7. Aug 08, 2009
    • Robin Getz's avatar
      minor debug cleanups in ./net · 0ebf04c6
      Robin Getz authored
      
       Minor ./net cleanups - no functional changes
        - change #ifdef DEBUG printf(); #endif to just debug()
        - changed __FUNCTION__ to __func__
        - got rid of extra whitespace between function and opening brace
        - removed unnecessary braces on if statements
      
       gcc dead code elimination should make this functionally/size equivalent
       when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
      
      Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
      
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      0ebf04c6
  8. Jul 23, 2009
  9. Jun 15, 2009
  10. Mar 20, 2009
  11. Oct 18, 2008
  12. Aug 27, 2008
  13. Jul 15, 2008
  14. Jul 14, 2008
  15. Apr 13, 2008
  16. Mar 30, 2008
  17. Nov 18, 2007
  18. Nov 03, 2007
  19. Nov 01, 2007
    • Justin Flammia's avatar
      DHCP Client Fix · e5c794e4
      Justin Flammia authored
      
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      
      Signed-off-by: default avatarJustin Flammia <jflammia@savantav.com>
      Signed-off-by: default avatarBen Warren <bwarren@qstreams.com>
      e5c794e4
  20. Oct 29, 2007
    • Justin Flammia's avatar
      DHCP Client Fix · 31548249
      Justin Flammia authored
      
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      
      Signed-off-by: default avatarJustin Flammia <jflammia@savantav.com>
      Signed-off-by: default avatarBen Warren <bwarren@qstreams.com>
      31548249
  21. Sep 18, 2007
  22. Aug 14, 2007
  23. Jul 10, 2007
  24. Jul 09, 2007
  25. Jul 03, 2007
  26. Oct 11, 2006
  27. Oct 08, 2006
  28. Mar 12, 2006
  29. Oct 13, 2005
  30. Apr 02, 2005
  31. Apr 01, 2005
    • Wolfgang Denk's avatar
      * Patch by Masami Komiya, 30 Mar 2005: · ea287deb
      Wolfgang Denk authored
        add SNTP support and expand time server and time offset fields of
        DHCP support. See doc/README.SNTP
      
      * Patch by Steven Scholz, 13 Dec 2004:
        Fix bug in at91rm920 ethernet driver
      ea287deb
  32. Apr 15, 2004
  33. Mar 23, 2004
    • Wolfgang Denk's avatar
      * Patches by Thomas Viehweger, 16 Mar 2004: · 4b9206ed
      Wolfgang Denk authored
        - show PCI clock frequency on MPC8260 systems
        - add FCC_PSMR_RMII flag for HiP7 processors
        - in do_jffs2_fsload(), take load address from load_addr if not set
          explicit, update load_addr otherwise
        - replaced printf by putc/puts when no formatting is needed
          (smaller code size, faster execution)
      4b9206ed
  34. Mar 14, 2004
    • Wolfgang Denk's avatar
      * Patch by Philippe Robin, 09 Mar 2004: · 3d3befa7
      Wolfgang Denk authored
        Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
        Platform support.
      
      * Patch by Masami Komiya, 08 Mar 2004:
        Don't overwrite server IP address or boot file name
        when the boot server does not return values
      
      * Patch by listmember@orkun.us, 5 Mar 2004:
        Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
      3d3befa7
    • Wolfgang Denk's avatar
      * Patch by Travis Sawyer, 01 Mar 2004: · 0e6d798c
      Wolfgang Denk authored
        Ocotea:
        - Add IBM PPC440GX Ref Platform support (Ocotea)
          Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
          Adapted to U-Boot and 440GX port
        440gx_enet.c:
        - Add gracious handling of all Ethernet Pin Selections for 440GX
        - Add RGMII selection for Cicada CIS8201 Gigabit PHY
        ppc440.h:
        - Add needed bit definitions
        - Fix formatting
      
      * Patch by Carl Riechers, 1 Mar 2004:
        Add PPC440GX prbdv0 divider to fix memory clock calculation.
      
      * Patch by Stephan Linz, 27 Feb 2004
        - avoid problems for targets without NFS download support
      0e6d798c
  35. Mar 12, 2004
  36. Feb 27, 2004
    • Wolfgang Denk's avatar
      * Patch by Pierre Aubert, 26 Feb 2004 · 132ba5fd
      Wolfgang Denk authored
        add IDE support for MPC5200
      
      * Patch by Masami Komiya, 26 Feb 2004:
        add autoload via NFS
      
      * Patch by Stephen Williams
        Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
        elsewhere in the source.
      132ba5fd
Loading