summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/system_info.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/relocate'Sascha Hauer2013-04-041-0/+43
|\ | | | | | | | | Conflicts: arch/arm/lib/barebox.lds.S
| * ARM: make cpu architecture detection available as static inline functionSascha Hauer2013-03-041-0/+43
| | | | | | | | | | | | | | | | | | When we have multi cpu support compiled in we need the cpu architecture early so that we can pick the correct cacheflush function. Make it available as static inline function and add a comment above it that this function normally should not be used. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: Add CPU detection macros for ARM720Alexander Shiyan2013-03-151-0/+5
|/ | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: add macro cpu_is_xxxJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+63
| | | | | | | | | | | | | | | | | | | | | so we can detect ARM920 ARM926 ARM1176 PXA250 PXA255 PXA270 Cortex-A8 Cortex-A5 Cortex-A7 Cortex-A9 Cortex-A15 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add cpu_architecture() functionSascha Hauer2012-10-101-0/+60
Once we run on multiple SoCs we must know which arm architecture we are on. Add cpu_architecture() from the kernel to detect it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>