1. 03 3月, 2008 1 次提交
  2. 12 2月, 2008 1 次提交
  3. 30 1月, 2008 1 次提交
  4. 18 1月, 2008 2 次提交
  5. 11 1月, 2008 1 次提交
  6. 08 1月, 2008 2 次提交
  7. 29 8月, 2007 1 次提交
  8. 17 8月, 2007 1 次提交
  9. 16 8月, 2007 2 次提交
  10. 10 7月, 2007 1 次提交
  11. 05 7月, 2007 1 次提交
  12. 17 5月, 2007 1 次提交
  13. 03 3月, 2007 3 次提交
  14. 04 11月, 2006 4 次提交
    • T
      mpc83xx: Update 83xx to use fsl_i2c.c · be5e6181
      Timur Tabi 提交于
      Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
      cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
      Added multiple I2C bus support to fsl_i2c.c.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      be5e6181
    • T
      mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR · d239d74b
      Timur Tabi 提交于
      Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
      tree matches the other 8xxx trees.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      d239d74b
    • K
      mpc83xx: add OF_FLAT_TREE bits to 83xx boards · bf0b542d
      Kim Phillips 提交于
      add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
      STDOUT_PATH configuration bits to mpc8349emds,
      mpc8349itx, and mpc8360emds board code.
      
      redo environment to use bootm with the fdtaddr
      for booting ARCH=powerpc kernels by default,
      and provide default fdtaddr values.
      bf0b542d
    • B
      Multi-bus I2C implementation of MPC834x · b24f119d
      Ben Warren 提交于
      Hello,
      
      Attached is a patch implementing multiple I2C buses on the MPC834x CPU
      family and the MPC8349EMDS board in particular.
      This patch requires Patch 1 (Add support for multiple I2C buses).
      Testing was performed on a 533MHz board.
      
      /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
      Signed-off-by: NBen Warren <bwarren@qstreams.com>
      
      CHANGELOG:
              Implemented driver-level code to support two I2C buses on the
      MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
      are 50kHz, 100kHz and 400kHz on each bus.
      
      regards,
      Ben
      b24f119d
  15. 10 5月, 2006 1 次提交
  16. 21 4月, 2006 1 次提交
  17. 16 4月, 2006 1 次提交
  18. 17 3月, 2006 1 次提交
  19. 16 3月, 2006 1 次提交
  20. 14 3月, 2006 1 次提交
  21. 11 2月, 2006 1 次提交
  22. 13 1月, 2006 2 次提交
  23. 12 1月, 2006 2 次提交
  24. 05 8月, 2005 1 次提交
  25. 02 8月, 2005 1 次提交
  26. 28 7月, 2005 1 次提交
  27. 26 7月, 2005 2 次提交
    • J
      * Patch by Jon Loeliger, 2005-05-05 · d9b94f28
      Jon Loeliger 提交于
        Implemented support for MPC8548CDS board.
        Added DDR II support based on SPD values for MPC85xx boards.
        This roll-up patch also includes bugfies for the previously
        published patches:
          DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
      d9b94f28
    • J
      * Patch by Jon Loeliger, 2005-Feb-10 · 288693ab
      Jon Loeliger 提交于
        Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
      288693ab
  28. 10 1月, 2005 1 次提交
    • W
      * Patch by Jon Loeliger, 02 Sep 2004: · a1191902
      wdenk 提交于
        Reset monitor size back to 256 so environment can be written
        to flash on MPC85xx ADS and CDS releases.
      
      * Patch by Paolo Broggini, 02 Sep 2004:
        Make BSS clearing on ARM systems more robust
      
      * Patch by Yue Hu and Joe, 01 Sep 2004:
        - add PCI support for ixp425;
        - add EEPRO100 suppor tfor ixdp425 board.
      
      * Fix problem with protected sector detection in driver/cfi_flash.c
      a1191902
  29. 31 12月, 2004 1 次提交
    • W
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      wdenk 提交于
      * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
        pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
        additional ethernet addresses.
      
      * Cleanup drivers/i82365.c - avoid duplication of code
      
      * Fix bogus "cannot span across banks" flash error message
      
      * Add support for CompactFlash for the CPC45 Board.
      e2ffd59b