summaryrefslogtreecommitdiff
path: root/board/ronetix/pm9g45/pm9g45.c
Commit message (Collapse)AuthorAgeLines
* ARM: define CONFIG_MACH_TYPE for all ronetix boardsAsen Dimov2011-11-08-2/+0
| | | | | Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
* make pm9g45 buildable for v2011.06 releaseAsen Dimov2011-09-03-17/+15
| | | | | | | Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de> changed at91_serial_hw_init to at91_seriald_hw_init
* 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>
* pm9g45: ARM relocation supportAsen Dimov2010-12-16-1/+8
| | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
* pm9g45: fix compile warningWolfgang Denk2010-10-06-1/+0
| | | | | | | | | | Fix warning: pm9g45.c: In function 'pm9g45_macb_hw_init': pm9g45.c:99: warning: unused variable 'pio' Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Ilko Iliev <iliev@ronetix.at>
* add new board pm9g45Asen Dimov2010-06-06-0/+188
Add the new board PM9G45 from Ronetix GmbH. * AT91SAM9G45 MCU at 400Mhz. * 128MB DDR2 SDRAM * 256MB NAND * 10/100 MBits Ethernet DP83848 * Serial number chip DS2401 The board is made as SODIMM200 module. For more info www.ronatix.at or info@ronetix.at. Signed-off-by: Asen Dimov <dimov@ronetix.at>