05 Jun, 2017

1 commit


03 May, 2016

1 commit


19 Feb, 2016

1 commit


24 Jul, 2013

1 commit


17 Jul, 2011

1 commit


04 Jul, 2011

1 commit


22 Jun, 2011

1 commit

  • * convert at91rm9200ek and eb_cpux9k2 board to ATMEL_xxx name scheme
    * Fix: timer.c compile error io.h not found with arm/at91rm9200
    * update arm920t/at91 to ATMEL_xxx name scheme
    * update arm920t/at91 soc lib
    * update at91_emac driver

    Signed-off-by: Jens Scharsig
    Tested-by: Andreas Bießmann

    Jens Scharsig
     

19 Oct, 2010

1 commit

  • This patch removes some functionality from at91rm9200ek board but the
    remaining functionality does now work with newer at91 code and
    arm-relocation.

    Currently missing features are:
    - dataflash booting (due to missing HW for testing)
    - MMC/SD-Card
    - first stage bootloader support is completely removed (not needed for
    NOR)

    Cause this board was (some days ago) reference for all at91rm9200 based
    boards this should be a good starting point to convert all remaining
    at91rm9200 borads to at91 code. Aside from that this is a good base to
    get some drivers between at91sam/at91rm/avr32 merged.

    Signed-off-by: Andreas Bießmann
    Signed-off-by: Reinhard Meyer

    Andreas Bießmann
     

01 Feb, 2010

1 commit

  • * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
    * enable driver with CONFIG_DRIVER_AT91EMAC
    * generic PHY initialization
    * modify AT91RM9200 boards to use NET_MULTI driver
    * the drivers has been tested with LXT971 Phy and DM9161 Phy at
    MII and RMII interface

    Signed-off-by: Jens Scharsig
    Signed-off-by: Ben Warren

    Jens Scharsig
     

05 Apr, 2009

1 commit

  • The AT91RM9200-EK Evaluation Board supports the AT91RM9200
    ARM9-based 32-bit RISC microcontroller and enables real-time code development
    and evaluation.

    Here is the chip page on Atmel website:
    http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507

    with
    - NOR (cfi driver)
    - DataFlash
    - USB OHCI
    - Net
    - I2C (hard)

    Signed-off-by: Ulf Samuelsson
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

    Ulf Samuelsson