Skip to content
Snippets Groups Projects
  1. Aug 26, 2008
  2. Aug 11, 2008
  3. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  4. Apr 18, 2008
  5. Mar 12, 2008
  6. Feb 29, 2008
  7. Feb 27, 2008
  8. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  9. Feb 07, 2008
  10. Sep 23, 2007
  11. Sep 14, 2007
  12. Jul 13, 2007
  13. Jul 09, 2007
  14. Jul 03, 2007
  15. Mar 25, 2007
  16. Mar 11, 2007
    • Michal Simek's avatar
      [Microblaze][PATCH] part 2 · cfc67116
      Michal Simek authored
      timer support
      interrupt controller support
      flash support
      ethernet support
      cache support
      board information support
      env support
      booting image support
      
      adding support for Xilinx ML401
      cfc67116
  17. Oct 08, 2006
  18. 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
  19. Mar 31, 2006
  20. Jul 10, 2004
    • Wolfgang Denk's avatar
      Patches by Yasushi Shoji, 29 Jun 2004: · 857cad37
      Wolfgang Denk authored
      - add empty include/asm-microblaze/processor.h
      - add to CREDITS and MAINTAINERS
      - add gd initialization
      - add MicroBlaze and SUZAKU board to MAKEALL script
      - add reset support for SUZAKU
      - add flush_cache() for MicroBlaze
      - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
        size flash memory on SUZAKU
      857cad37
  21. Apr 18, 2004
    • Wolfgang Denk's avatar
      * Patch by Dan Malek, 07 Apr 2004: · 7abf0c58
      Wolfgang Denk authored
        - Add support for RPC/STx GP3, Motorola 8560 board
        - Update 85xx TSEC driver so it searches MII for first available PHY
          and uses that one.
        - Add functions to support console MII commands.
      
      * Patch by Tolunay Orkun, 07 Apr 2004:
        Move  initialization of bi_iic_fast[]
        from board_init_f() to board_init_r()
      
      * Patch by Yasushi Shoji, 07 Apr 2004:
        Cleanup microblaze port
      
      * Patch by Sangmoon Kim, 07 Apr 2004:
        Add auto SDRAM module detection for Debris board
      7abf0c58
    • Wolfgang Denk's avatar
      * Patch by Yasushi Shoji, 07 Apr 2004: · 507bbe3e
      Wolfgang Denk authored
        - add support for microblaze processors
        - add support for AtmarkTechno "suzaku" board
      507bbe3e
Loading