1. 03 10月, 2009 1 次提交
  2. 22 8月, 2009 1 次提交
  3. 11 8月, 2009 1 次提交
  4. 08 8月, 2009 1 次提交
    • R
      Add Intel E1000 PCIE card support · aa070789
      Roy Zang 提交于
      Based on Intel PRO/1000 Network Driver 7.3.20-k2
        Add Intel E1000 PCIE card support. The following cards are added:
        INTEL_82571EB_COPPER
        INTEL_82571EB_FIBER,
        INTEL_82571EB_SERDES
        INTEL_82571EB_QUAD_COPPER
        INTEL_82571PT_QUAD_COPPER
        INTEL_82571EB_QUAD_FIBER
        INTEL_82571EB_QUAD_COPPER_LOWPROFILE
        INTEL_82571EB_SERDES_DUAL
        INTEL_82571EB_SERDES_QUAD
        INTEL_82572EI_COPPER
        INTEL_82572EI_FIBER
        INTEL_82572EI_SERDES
        INTEL_82572EI
        INTEL_82573E
        INTEL_82573E_IAMT
        INTEL_82573L
        INTEL_82546GB_QUAD_COPPER_KSP3
        INTEL_80003ES2LAN_COPPER_DPT
        INTEL_80003ES2LAN_SERDES_DPT
        INTEL_80003ES2LAN_COPPER_SPT
        INTEL_80003ES2LAN_SERDES_SPT
      
       82571EB_COPPER dual ports,
       82572EI single port,
       82572EI_COPPER single port PCIE cards
       and
       82545EM_COPPER,
       82541GI_LF
       pci cards are tested on both  P2020 board
       and MPC8544DS board.
      Signed-off-by: NRoy Zang <tie-fei.zang@freescale.com>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      aa070789
  5. 28 1月, 2009 1 次提交
  6. 03 9月, 2008 1 次提交
  7. 06 8月, 2008 1 次提交
  8. 31 7月, 2008 1 次提交
  9. 10 7月, 2008 1 次提交
  10. 10 6月, 2008 1 次提交
  11. 03 6月, 2008 1 次提交
  12. 14 4月, 2008 1 次提交
  13. 30 3月, 2008 1 次提交
  14. 26 11月, 2007 1 次提交
  15. 10 7月, 2007 1 次提交
  16. 04 7月, 2007 1 次提交
  17. 13 10月, 2005 1 次提交
  18. 09 10月, 2005 1 次提交
  19. 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
  20. 04 6月, 2003 1 次提交
    • W
      * Patches by Udi Finkelstein, 2 June 2003: · 682011ff
      wdenk 提交于
        - Added support for custom keyboards, initialized by defining a
          board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
        - Added support for the RBC823 board.
        - cpu/mpc8xx/lcd.c now automatically calculates the
          Horizontal Pixel Count field.
      
      * Fix alignment problem in BOOTP (dhcp_leasetime option)
        [pointed out by Nicolas Lacressonnire, 2 Jun 2003]
      
      * Patch by Mark Rakes, 14 May 2003:
        add support for Intel e1000 gig cards.
      
      * Patch by Nye Liu, 3 Jun 2003:
        fix critical typo in MAMR definition (include/mpc8xx.h)
      
      * Fix requirement to align U-Boot image on 16 kB boundaries on PPC.
      
      * Patch by Klaus Heydeck, 2 Jun 2003
        Minor changes for KUP4K configuration
      682011ff