Skip to content
Snippets Groups Projects
  1. Mar 08, 2007
  2. Mar 02, 2007
  3. Feb 20, 2007
  4. Feb 09, 2007
  5. Jan 31, 2007
  6. Jan 24, 2007
  7. Jan 18, 2007
  8. Jan 16, 2007
  9. Dec 22, 2006
  10. Dec 19, 2006
  11. Nov 29, 2006
  12. Nov 04, 2006
    • Dave Liu's avatar
      mpc83xx: Add MPC8360EMDS basic board support · 5f820439
      Dave Liu authored
      Add support for the Freescale MPC8360EMDS board.
      Includes DDR, DUART, Local Bus, PCI.
      5f820439
    • Timur Tabi's avatar
      mpc83xx: Add support for the MPC8349E-mITX · 2ad6b513
      Timur Tabi authored
      
      PREREQUISITE PATCHES:
      
      * This patch can only be applied after the following patches have been applied:
      
        1) DNX#2006090742000024 "Add support for multiple I2C buses"
        2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
        3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
        4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
        5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
      
      CHANGELOG:
      
      * Add support for the Freescale MPC8349E-mITX reference design platform.
        The second TSEC (Vitesse 7385 switch) is not supported at this time.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      2ad6b513
  13. Oct 24, 2006
  14. Oct 13, 2006
  15. Oct 08, 2006
  16. Sep 07, 2006
  17. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  18. Aug 18, 2006
  19. Jul 21, 2006
  20. Jul 19, 2006
    • Wolfgang Denk's avatar
      Add support for new TQM5200 revisions · 45a212c4
      Wolfgang Denk authored
      - Support for TQM5200S (short version without graphic controller)
      - Support for modules with 'N' type S29GL128N Spansion flashes
        (requires changes to flash layout)
      - Support for MPC5200B cpu (mostly support for second SDRAM bank)
      45a212c4
  21. Jul 12, 2006
  22. Jul 04, 2006
  23. Jun 30, 2006
  24. Jun 26, 2006
  25. Jun 19, 2006
  26. Jun 16, 2006
    • Wolfgang Denk's avatar
      Add support for gth2 board · 0c32d96d
      Wolfgang Denk authored
      Patch by Thomas Lange, Aug 11 2005
      0c32d96d
    • Wolfgang Denk's avatar
      Adjust TQM5200 make targets · cd65a3dc
      Wolfgang Denk authored
      Make the automatic CS configuration the default.
      The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB
      and CONFIG_TQM5200_AC are removed.
      "TQM5200_config" is now the default for STK52XX.200 base boards.
      On a STK52XX.100 base board "TQM5200_STK100_config" must be used.
      Patch by Martin Krause, 07 Nov 2005
      cd65a3dc
  27. Jun 08, 2006
  28. Jun 02, 2006
  29. May 30, 2006
    • Wolfgang Denk's avatar
      * Update Intel IXP4xx support · ba94a1bb
      Wolfgang Denk authored
      - Add IXP4xx NPE ethernet MAC support
      - Add support for Intel IXDPG425 board
      - Add support for Prodrive PDNB3 board
      - Add IRQ support
      Patch by Stefan Roese, 23 May 2006
      
      [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
       sufferes from licensing issues. Blame Intel.]
      ba94a1bb
Loading