summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/include/mach/board-eb.h
Commit message (Collapse)AuthorAgeFilesLines
* RealView: Move the IRQ_* definitions out of the board-*.h filesCatalin Marinas2009-05-301-105/+0
| | | | | | | The IRQ_* macros need to be made visible via the mach/irqs.h file but without the additional macros defined in the board-*.h files. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
* RealView: Clean up the machine_is_*() calls in platsmp.cCatalin Marinas2008-12-011-0/+3
| | | | | | | | | | | Some of the calls weren't necessary and some others were duplicated. This patch tidies up the platsmp.c file. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
* RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas2008-12-011-4/+2
| | | | | | | | | | | | All the cases where the local timer for a CPU is accessed happen on the corresponding current CPU, hence no need to access the per-CPU local timer mappings. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
* RealView: Add Cortex-A9 support to the EB boardJon Callan2008-12-011-1/+8
| | | | | | | | | | | This patch adds the necessary definitions and Kconfig entries to enable Cortex-A9 (ARMv7 SMP) tiles on the RealView/EB board. Signed-off-by: Jon Callan <Jon.Callan@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-0/+191
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
OpenPOWER on IntegriCloud