15 May, 2012

1 commit

  • Add parameters to the OMAP MMC initialization function so the board can
    mask host capabilities and set the maximum clock frequency. While the
    OMAP supports a certain set of MMC host capabilities, individual boards
    may be more restricted and the OMAP may need to be configured to match
    the board. The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.

    Signed-off-by: Jonathan Solnit

    Jonathan Solnit
     

05 Nov, 2011

1 commit


16 Oct, 2011

1 commit

  • The top level Makefile does not do any recursion into subdirs when
    cleaning, so these clean/distclean targets in random arch/board dirs
    never get used. Punt them all.

    MAKEALL didn't report any errors related to this that I could see.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

13 Sep, 2011

1 commit


04 Sep, 2011

1 commit


28 Apr, 2011

1 commit

  • Board support for the DIG297 board manufactured by Comelit Group SpA.
    It is a custom board based on the BeagleBoard by
    Texas Instruments.

    The board support is based on the BeagleBoard implementation.

    Signed-off-by: Luca Ceresoli
    Cc: Wolfgang Denk
    Cc: Albert Aribaud
    Cc: Sandeep Paulraj
    Signed-off-by: Sandeep Paulraj

    Luca Ceresoli