1. 04 5月, 2010 1 次提交
  2. 18 1月, 2010 1 次提交
    • D
      Make getenv_IPaddr() global · 6a45e384
      Dirk Behme 提交于
      There are boards out there that do not have network support in
      U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This
      makes it desirable to be able to port network configuration (like
      the IP address) to the Linux kernel.
      
      We should not make the passing of the IP configuration to Linux
      dependent on U-Boot features / settings.
      
      For this, make getenv_IPaddr() global. This fixes build error
      
      u-boot/lib_xxx/board.c:360: undefined reference to `getenv_IPaddr'
      
      on various architectures.
      Signed-off-by: NDirk Behme <dirk.behme@googlemail.com>
      Acked-by: NBen Warren <biggerbadderben@gmail.com>
      6a45e384
  3. 05 10月, 2009 1 次提交
  4. 08 8月, 2009 1 次提交
  5. 23 7月, 2009 2 次提交
  6. 21 3月, 2009 2 次提交
    • M
      net: new utility functions for working with enetaddr's · 3f6e6993
      Mike Frysinger 提交于
      Declare new utility functions for converting between the environment
      variables (eth*addr) and the binary MAC address representation.  This way
      we can unify all the random places that already do this kind of thing.
      
      The functions in question:
      	eth_parse_enetaddr - "..." -> {...}
      	eth_getenv_enetaddr - env -> {...}
      	eth_setenv_enetaddr - {...} -> env
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      CC: Ben Warren <biggerbadderben@gmail.com>
      3f6e6993
    • M
      convert print_IPaddr() to %pI4 · b6446b67
      Mike Frysinger 提交于
      Now that our printf functions support the %pI4 modifier like the kernel,
      let's drop the inflexible print_IPaddr() function and covert over to the
      %pI4 modifier.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      CC: Ben Warren <biggerbadderben@gmail.com>
      b6446b67
  7. 17 2月, 2009 1 次提交
  8. 29 1月, 2009 1 次提交
  9. 05 12月, 2008 1 次提交
  10. 19 10月, 2008 1 次提交
  11. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  12. 01 5月, 2008 1 次提交
  13. 04 1月, 2008 1 次提交
  14. 14 8月, 2007 2 次提交
  15. 10 7月, 2007 2 次提交
  16. 04 7月, 2007 1 次提交
  17. 29 10月, 2005 1 次提交
  18. 13 10月, 2005 1 次提交
  19. 23 7月, 2005 1 次提交
    • J
      * Patch by Jon Loeliger, Kumar Gala 2005-02-08 · 9c4c5ae3
      Jon Loeliger 提交于
        - Convert the CPM2 based functionality to use new CONFIG_CPM2
          option rather than a myriad of CONFIG_MPC8560-like variants.
          Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
          Eliminates the CONFIG_MPC8560 option entirely.  Distributes the
          new CONFIG_CPM2 option to each 8260 board.
      9c4c5ae3
  20. 01 4月, 2005 1 次提交
    • W
      * Patch by Masami Komiya, 30 Mar 2005: · ea287deb
      wdenk 提交于
        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
  21. 10 10月, 2004 1 次提交
  22. 03 8月, 2004 1 次提交
  23. 16 4月, 2004 1 次提交
  24. 24 2月, 2004 1 次提交
  25. 18 11月, 2003 1 次提交
    • W
      * Use "-fPIC" instead of "-mrelocatable" to prevent problems with · 5bb226e8
      wdenk 提交于
        recent tools
      
      * Add checksum verification to 'imls' command
      
      * Add bd_info fields needed for 4xx Linux I2C driver
      
      * Patch by Martin Krause, 4 Nov. 2003:
        Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
      
      * Print used network interface when CONFIG_NET_MULTI is set
      5bb226e8
  26. 16 10月, 2003 1 次提交
    • W
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      wdenk 提交于
        - Added Motorola CPU 8540/8560 support (cpu/85xx)
        - Added Motorola MPC8540ADS board support (board/mpc8540ads)
        - Added Motorola MPC8560ADS board support (board/mpc8560ads)
      
      * Minor code cleanup
      42d1f039
  27. 28 8月, 2003 1 次提交
  28. 26 7月, 2003 1 次提交
    • W
      * Allow crc32 to be used at address 0x000 · 77846748
      wdenk 提交于
      * Provide consistent interface to standalone applications to access
        the 'global_data' structure
        Provide a doc/README.standalone more useful to users/developers.
      
      * Make IceCube MGT5100 FEC driver work
      77846748
  29. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  30. 16 6月, 2003 1 次提交
    • W
      * Fix CONFIG_NET_MULTI support in include/net.h · 71f95118
      wdenk 提交于
      * Patches by Kyle Harris, 13 Mar 2003:
        - Add FAT partition support
        - Add command support for FAT
        - Add command support for MMC
        ----
        - Add Intel PXA support for video
        - Add Intel PXA support for MMC
        ----
        - Enable MMC and FAT for lubbock board
        - Other misc changes for lubbock board
      71f95118
  31. 06 6月, 2003 1 次提交
    • W
      * Add support for RMU board · 73a8b27c
      wdenk 提交于
      * Add support for TQM862L at 100/50 MHz
      
      * Patch by Pantelis Antoniou, 02 Jun 2003:
        major reconstruction of networking code;
        add "ping" support (outgoing only!)
      73a8b27c
  32. 05 6月, 2003 1 次提交
  33. 18 1月, 2003 1 次提交
    • W
      * Add dual ethernet support on PM826 · aacf9a49
      wdenk 提交于
      * Add support for LXT971 PHY on PM826
      
      * Patch by Tord Andersson, 16 Jan 2003:
        Fix flash sector count for TQM8xxL
      
      * Fix I2C EEPROM problem on ICU862 board (would only write the first
        16 bytes out of each 32 byte block)
      aacf9a49
  34. 12 11月, 2002 1 次提交
    • W
      * Patch by Jim Sandoz, 07 Nov 2002: · 1d0350ed
      wdenk 提交于
        Increase number of network RX buffers (PKTBUFSRX in
        "include/net.h") for EEPRO100 based boards (especially SP8240)
        which showed "Receiver is not ready" errors when U-Boot was
        processing the receive buffers slower than the network controller
        was filling them.
      
      * Get rid of obsolete include/mpc74xx.h
      1d0350ed
  35. 01 11月, 2002 1 次提交