summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga/socfpga.c
Commit message (Collapse)AuthorAgeFilesLines
* socfpga: map uart into virtual address space so that early_printk() worksPavel Machek2012-11-051-0/+9
| | | | | | | | | | | Early printk code needs UART to be mapped early during boot. early_printk() is left there during the start-up; it is useful as our emulators are fairly slow. Signed-off-by: Pavel Machek <pavel@denx.de> Acked-by: Dinh Nguyen <dinguyen@altera.com> [olof: removed redundant newlines] Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: socfpga: Enable SMP for socfpgaDinh Nguyen2012-10-261-1/+44
| | | | | | | | | Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: socfpga: initial support for Altera's SOCFPGA platformDinh Nguyen2012-07-191-0/+62
Adding core definitions for Altera's SOCFPGA ARM platform. Mininum support for Altera's SOCFPGA Cyclone 5 hardware. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Pavel Machek <pavel@denx.de> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>