1. 16 12月, 2008 1 次提交
    • K
      Introduce addr_map library · 63240ba8
      Kumar Gala 提交于
      Add a library that helps in translating between virtual and physical
      addresses.  This library can be useful as a simple means to implement
      map_physmem() and virt_to_phys() for platforms that need functionality
      beyond the simple 1:1 mapping.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      63240ba8
  2. 19 10月, 2008 1 次提交
  3. 29 8月, 2008 2 次提交
  4. 21 8月, 2008 1 次提交
  5. 01 7月, 2008 1 次提交
  6. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  7. 14 3月, 2008 1 次提交
  8. 29 2月, 2008 1 次提交
  9. 16 11月, 2007 1 次提交
  10. 10 8月, 2007 1 次提交
  11. 23 6月, 2007 1 次提交
    • H
      [PCS440EP] upgrade the PCS440EP board: · 566a494f
      Heiko Schocher 提交于
                      - Show on the Status LEDs, some States of the board.
                      - Get the MAC addresses from the EEProm
                      - use PREBOOT
                      - use the CF on the board.
                      - check the U-Boot image in the Flash with a SHA1
                        checksum.
                      - use dynamic TLB entries generation for the SDRAM
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      566a494f
  12. 09 10月, 2006 2 次提交
  13. 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
  14. 30 8月, 2003 1 次提交
  15. 21 7月, 2002 1 次提交
  16. 27 4月, 2002 1 次提交
  17. 01 4月, 2002 1 次提交
  18. 13 1月, 2002 1 次提交
  19. 29 4月, 2001 1 次提交
  20. 14 12月, 2000 1 次提交
  21. 10 7月, 2000 1 次提交