24 Jul, 2013

1 commit


08 Nov, 2011

1 commit

  • The code disabled interrupts in several locations, without re-enabling
    them again. Fix this.

    While we are at it, also fix a GCC 4.6 build warning:
    flash.c: In function 'flash_erase':
    flash.c:373:21: warning: variable 'last' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Wolfgang Denk
    Cc: Josef Wagner

    Wolfgang Denk
     

19 Oct, 2008

1 commit


11 Sep, 2008

2 commits


21 May, 2008

1 commit

  • 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: Wolfgang Denk

    Wolfgang Denk
     

14 Jan, 2006

1 commit


29 Dec, 2005

1 commit


02 Aug, 2005

1 commit


30 Jul, 2005

1 commit


20 Jun, 2004

1 commit

  • - DDR Ram support for PM520 (MPC5200)
    - support for different flash types (PM520)
    - USB / IDE / CF-Card / DiskOnChip support for PM520
    - 8 bit boot rom support for PM520/CE520
    - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
    - I2C and RTC support for CPC45
    - support of new flash type (28F160C3T) for CPC45

    wdenk
     

24 Mar, 2004

1 commit

  • attempting to switch on USB on SX1 board.

    * Patch by Josef Wagner, 18 Mar 2004:
    - Add support for MicroSys XM250 board (PXA255)
    - Add support for MicroSys PM828 board (MPC8280)
    - Add support for 32 MB Flash on PM825/826
    - new SDRAM refresh rate for PM825/PM826
    - added support for MicroSys PM520 (MPC5200)
    - replaced Query by Identify command in CPU86/flash.c
    to support 28F160F3B

    * Fix wrap around problem with udelay() on ARM920T

    * Add support for Macronix flash on TRAB board

    wdenk