29 Nov, 2010

1 commit


04 Aug, 2010

1 commit


31 May, 2010

1 commit

  • This patch is V2 of the MMCIF romImage boot support
    for sh7724 and the Ecovec board. With this patch
    applied and CONFIG_ROMIMAGE_MMCIF selected the
    romImage kernel image can be written to a MMC card
    and booted directly by the sh7724 cpu.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

09 Dec, 2009

1 commit

  • This patch adds a ->start_transfer() callback to the
    KFR2R09 lcd handling code. The callback is used to
    notify the lcd controller that a new frame of data
    is about to be transferred. The callback is only used
    in combination with deferred io, but the code has
    been tested both with and without deferred io enabled.

    Without this patch the display data on the KFR2R09
    lcd panel becomes corrupted over time.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

15 Sep, 2009

1 commit


11 Sep, 2009

1 commit

  • romimage macros which are used in kfr2r09 is very useful for other board.
    This patch divides kfr2r09's romimage.h into
    romimage-macros and partner-jet-setup.

    Signed-off-by: Kuninori Morimoto
    Signed-off-by: Paul Mundt

    Kuninori Morimoto
     

21 Aug, 2009

2 commits


18 Aug, 2009

1 commit


07 Aug, 2009

2 commits

  • This patch moves all the romImage related header files into
    the mach/ directory.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     
  • This patch adds support for the WQVGA LCD display used by
    the KFR2R09 board. The LCD module is a TX07D34VM0AAA made
    by Hitachi, and this module is made up by a R61517 chip
    together with a 240x400 pixel display. The screen is
    attached to the SuperH Mobile LCDC using a 18-bit SYS bus.

    The register settings used by the SYS panel setup code are
    based on an out-of-tree driver which apart from duplicating
    all LCDC driver code and writing to non-existing hardware
    registers also never was posted for upstream merge.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

29 Jul, 2009

1 commit

  • This patch is romImage support for the kfr2r09 board V2.

    The partner-jet-setup.txt file is converted into assembly code
    which becomes the first code to execute from the reset vector.

    The file partner-jet-setup.txt can also be used to setup
    the hardware using a JTAG debugger so booting from RAM can
    be done without burning the code to flash.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm