05 Jun, 2017
1 commit
- 
Rather than relying on common.h to provide this include, which is going
away at some point, include it explicitly in each file.Signed-off-by: Simon Glass
Reviewed-by: Tom Rini 
03 May, 2016
1 commit
- 
I'll switch my mails to my own server, so drop all gmail references.
Signed-off-by: Andreas Bießmann
 
19 Feb, 2016
1 commit
- 
Due to introducing the new peripheral clock handle functions,
use these functions to reduce duplicated code.Signed-off-by: Wenyou Yang
Tested-by: Heiko Schocher
[Rebased on current master, fixup for at91rm9200ek]
Signed-off-by: Andreas Bießmann 
24 Jul, 2013
1 commit
- 
Signed-off-by: Wolfgang Denk
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini 
17 Jul, 2011
1 commit
- 
Checkpatch.pl complains about the volatile qualifier in calls to
get_ram_size(). Remove this qualifier in the prototype and in the
calls where it is useless, and leave it only in the function body
where it is needed.Signed-off-by: Albert ARIBAUD
 
04 Jul, 2011
1 commit
- 
Signed-off-by: Andreas Bießmann
 
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 driverSigned-off-by: Jens Scharsig
Tested-by: Andreas Bießmann 
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 
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 interfaceSigned-off-by: Jens Scharsig
Signed-off-by: Ben Warren 
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=3507with
- NOR (cfi driver)
- DataFlash
- USB OHCI
- Net
- I2C (hard)Signed-off-by: Ulf Samuelsson
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD