12 Mar, 2008

1 commit


29 Feb, 2008

1 commit


27 Feb, 2008

2 commits


25 Feb, 2008

1 commit

  • 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: Marian Balakowicz

    Marian Balakowicz
     

07 Feb, 2008

5 commits


24 Sep, 2007

2 commits


08 Aug, 2007

1 commit


06 Aug, 2007

1 commit


05 Aug, 2007

1 commit


14 Jul, 2007

1 commit


13 Jul, 2007

1 commit


10 Jul, 2007

1 commit


04 Jul, 2007

1 commit


26 Mar, 2007

1 commit


11 Mar, 2007

1 commit


09 Oct, 2006

1 commit


02 Sep, 2006

1 commit

  • 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.

    Marian Balakowicz
     

01 Apr, 2006

1 commit


11 Jul, 2004

1 commit

  • - 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

    wdenk
     

19 Apr, 2004

2 commits

  • - 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

    wdenk
     
  • - add support for microblaze processors
    - add support for AtmarkTechno "suzaku" board

    wdenk