summaryrefslogtreecommitdiff
path: root/board/ronetix/pm9261/pm9261.c
Commit message (Collapse)AuthorAgeLines
* pm9261: compiles with the AT91 reworked schemeAsen Dimov2011-09-03-20/+18
| | | | Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at>
* Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD2011-07-17-1/+1
| | | | | | | | | 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 <albert.u.boot@aribaud.net>
* pm9261: ARM relocation supportAsen Dimov2010-12-16-1/+8
| | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
* pm9261 converted to at91 soc accessAsen Dimov2010-04-30-65/+87
| | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
* ARM change name of defines for AT91 arm926ejsAchim Ehrlich2010-03-07-1/+1
| | | | | | | | | | Configuration defines should be preceeded with CONFIG_SYS_. Renamed some at91 specific defines to conform to this naming convention: AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
* DM9000 init for pm9261Ilko Iliev2009-09-05-0/+7
| | | | Signed-off-by: Ilko Iliev <iliev@ronetix.at>
* at91: add support for the PM9261 board of Ronetix GmbHIlko Iliev2009-06-21-0/+288
The PM9261 board is based on the AT91SAM9261-EK board. Here is the page on Ronetix website: http://www.ronetix.at/starter_kit_9261.html Signed-off-by: Ilko Iliev <iliev@ronetix.at> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>