ARM: new platform for Energy Micro's EFM32 Cortex-M3 SoCs
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 17 Nov 2011 13:36:23 +0000 (14:36 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 16 Dec 2013 16:51:33 +0000 (17:51 +0100)
commit6d85e2b0b6bed6ae7070426d5e43174c593e075c
tree43025c22a958a6634adcae71d336f9f8dde09cf4
parent319e2e3f63c348a9b66db4667efa73178e18b17d
ARM: new platform for Energy Micro's EFM32 Cortex-M3 SoCs

There are still some missing parts (e.g. board support, device trees),
but with these bits added on top of this patch I can successfully boot a
EFM32GG-DK3750 board that uses an EFM32GG990F1024.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/configs/efm32_defconfig [new file with mode: 0644]
arch/arm/mach-efm32/Makefile [new file with mode: 0644]
arch/arm/mach-efm32/Makefile.boot [new file with mode: 0644]
arch/arm/mach-efm32/dtmachine.c [new file with mode: 0644]
arch/arm/mach-efm32/include/mach/entry-macro.S [new file with mode: 0644]
arch/arm/mach-efm32/include/mach/timex.h [new file with mode: 0644]