09 Dec, 2013

1 commit


01 Nov, 2013

1 commit


24 Jul, 2013

1 commit


29 Mar, 2012

1 commit

  • commit 72fa467988e7944407a634ddc4bc6a2df685c04c moved atmel_mci_init() into
    include/atmel_mci.h. Some AT91 boards are also using this interface and need
    to include atmel_mci.h now.

    This patch fixes MAKEALL complaints like this:

    ---88---

    Signed-off-by: Andreas Bießmann
    CC: Albert Aribaud
    CC: Reinhard Meyer
    CC: egnite GmbH

    Andreas Bießmann
     

29 Feb, 2012

1 commit

  • Fix build error for ethernut5 board due to prototype change
    for function board_mmc_getcd().
    ethernut5.c:238: error: conflicting types for 'board_mmc_getcd'
    u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_getcd'
    was here
    make[2]: *** [ethernut5.o] Error 1

    Signed-off-by: Prabhakar Lad
    Cc: Tim Schendekehl
    Cc: Thierry Reding
    Cc: Albert ARIBAUD
    Cc: egnite GmbH

    prabhakar.csengg@gmail.com
     

07 Dec, 2011

1 commit

  • Add support for the Ethernut 5 open hardware design, based
    on Atmel's AT91SAM9XE512 SoC.

    V4
    - Fix several coding style issues.
    - Move machine type to config file.
    - Remove use of CONFIG_ATMEL_LEGACY.

    Signed-off-by: Tim Schendekehl

    Tim Schendekehl