Skip to content
Snippets Groups Projects
  1. Sep 07, 2006
  2. 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
  3. Aug 18, 2006
  4. Jul 21, 2006
  5. 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
  6. Jul 12, 2006
  7. Jul 04, 2006
  8. Jun 30, 2006
  9. Jun 26, 2006
  10. Jun 19, 2006
  11. 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
  12. Jun 08, 2006
  13. Jun 02, 2006
  14. 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
  15. May 09, 2006
  16. May 02, 2006
  17. Apr 26, 2006
  18. Apr 21, 2006
  19. Apr 20, 2006
  20. Mar 17, 2006
  21. Mar 14, 2006
  22. Mar 12, 2006
  23. Mar 06, 2006
  24. Mar 05, 2006
  25. Feb 24, 2006
  26. Feb 20, 2006
  27. Feb 07, 2006
    • Markus Klotzbcher's avatar
      This is the first commit for the u-boot zylonite port. The following has be · e0269579
      Markus Klotzbcher authored
      done so far:
      
      	* created zylonite board dir (based on lubbock)
      	* extended some - but not all pxa sources and headers for Intel
      	  Monahans support (CONFIG_CPU_MONAHANS)
      	* created Makefile zylonite target + MAKEALL entry
      	* added some debug nonsense, remove later, grep for mk@tbd
      
      Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
      	and doesn't halt at breakpoints. Hmmm...
      e0269579
  28. Jan 26, 2006
  29. Nov 30, 2005
    • Stefan Roese's avatar
      Add support for TQM8541/8555 boards, TQM85xx support reworked: · d96f41e0
      Stefan Roese authored
      - Support for TQM8541/8555 boards added.
      - Complete rework of TQM8540/8560 support.
      - Common TQM85xx code now supports all current TQM85xx platforms
        (TQM8540/8541/8555/8560).
      - DDR SDRAM size detection added.
      - CAS latency default values can be overwritten by setting "serial#"
        to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
        If problems are detected with this non default CAS latency,
        the defualt values will be used instead.
      - FLASH size detection added.
      - Moved FCC ethernet driver initialization behind TSEC driver init
        -> TSEC is first device.
      
      Patch by Stefan Roese, 30 Nov 2005
      d96f41e0
  30. Nov 29, 2005
  31. Nov 22, 2005
    • Stefan Roese's avatar
      Add support for Prodrive P3P440 board: · 5568e613
      Stefan Roese authored
      - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
      - CFG_FLASH_QUIET_TEST added to use the common CFI driver
        for bank autodetection
      Patch by Stefan Roese, 22 Nov 2005
      5568e613
  32. Nov 15, 2005
  33. Oct 20, 2005
Loading