ARM: Add base support for ARMv7-M
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 21 May 2010 17:06:41 +0000 (18:06 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 17 Apr 2013 19:38:10 +0000 (21:38 +0200)
commit55bdd694116597d2f16510b121463cd579ba78da
treec8a31f06f746700a1f9b8418602a43c3ea42627e
parent73a09d212ec65b7068a283e6034fa05649d3d075
ARM: Add base support for ARMv7-M

This patch adds the base support for the ARMv7-M
architecture. It consists of the corresponding arch/arm/mm/ files and
various #ifdef's around the kernel. Exception handling is implemented by
a subsequent patch.

[ukleinek: squash in some changes originating from commit

b5717ba (Cortex-M3: Add support for the Microcontroller Prototyping System)

from the v2.6.33-arm1 patch stack, port to post 3.6, drop zImage
support, drop reorganisation of pt_regs, assert CONFIG_CPU_V7M doesn't
leak into installed headers and a few cosmetic changes]

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Jonathan Austin <jonathan.austin@arm.com>
Tested-by: Jonathan Austin <jonathan.austin@arm.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
16 files changed:
arch/arm/include/asm/assembler.h
arch/arm/include/asm/cputype.h
arch/arm/include/asm/glue-cache.h
arch/arm/include/asm/glue-df.h
arch/arm/include/asm/glue-proc.h
arch/arm/include/asm/irqflags.h
arch/arm/include/asm/ptrace.h
arch/arm/include/asm/system_info.h
arch/arm/include/asm/v7m.h [new file with mode: 0644]
arch/arm/include/uapi/asm/ptrace.h
arch/arm/kernel/head-nommu.S
arch/arm/kernel/setup.c
arch/arm/kernel/traps.c
arch/arm/mm/cache-nop.S [new file with mode: 0644]
arch/arm/mm/nommu.c
arch/arm/mm/proc-v7m.S [new file with mode: 0644]
This page took 0.02684 seconds and 5 git commands to generate.