1. 04 1月, 2008 1 次提交
  2. 26 11月, 2007 1 次提交
  3. 01 6月, 2007 1 次提交
  4. 05 5月, 2007 1 次提交
  5. 06 3月, 2007 1 次提交
    • S
      [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup · 07b7b003
      Stefan Roese 提交于
      As provided by the AMCC applications team, this patch optimizes the
      DDR2 setup for 166MHz bus speed. The values provided are also save
      to use on a "normal" 133MHz PLB bus system. Only the refresh counter
      setup has to be adjusted as done in this patch.
      
      For this the NAND booting version had to include the "speed.c" file
      from the cpu/ppc4xx directory. With this addition the NAND SPL image
      will just fit into the 4kbytes of program space. gcc version 4.x as
      provided with ELDK 4.x is needed to generate this optimized code.
      Signed-off-by: NStefan Roese <sr@denx.de>
      07b7b003
  6. 05 1月, 2007 1 次提交
  7. 24 10月, 2006 1 次提交
  8. 12 9月, 2006 1 次提交
  9. 07 9月, 2006 1 次提交
    • S
      Add support for AMCC Sequoia PPC440EPx eval board · 887e2ec9
      Stefan Roese 提交于
      - Add support for PPC440EPx & PPC440GRx
      - Add support for PPC440EP(x)/GR(x) NAND controller
        in cpu/ppc4xx directory
      - Add NAND boot functionality for Sequoia board,
        please see doc/README.nand-boot-ppc440 for details
      - This Sequoia NAND image doesn't support environment
        in NAND for now. This will be added in a short while.
      Patch by Stefan Roese, 07 Sep 2006
      887e2ec9
  10. 02 9月, 2006 1 次提交
    • M
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz 提交于
      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
  11. 10 10月, 2004 1 次提交
    • W
      Patch by Steven Scholz, 16 Aug 2004: · 1d9f4105
      wdenk 提交于
      - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
      - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
      - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
      - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
        into cpu/arm920t/$(SOC)/
      1d9f4105
  12. 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
  13. 21 6月, 2003 1 次提交
    • W
      * Patch by Devin Crumb, 02 Apr 2003: · 0332990b
      wdenk 提交于
        Fix clock divider rounding problem in drivers/serial.c
      
      * Patch by Ken Chou, 19 June 2003:
        Added support for A3000 SBC board (Artis Microsystems Inc.)
      0332990b
  14. 27 4月, 2002 1 次提交
  15. 01 4月, 2002 1 次提交
  16. 13 1月, 2002 1 次提交
  17. 29 4月, 2001 1 次提交
  18. 14 12月, 2000 1 次提交
  19. 10 7月, 2000 1 次提交