]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] GTA02/FreeRunner: Add machine definition
authorAndy Green <andy@warmcat.com>
Tue, 19 May 2009 09:41:42 +0000 (06:41 -0300)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Jun 2009 22:41:29 +0000 (23:41 +0100)
commit2fbceb559fc494673dbf1c70fc9f10ce33f91978
tree8a1f0a8e71800b1e1cc3e0b7d3acd443cf93dd1c
parent08a264046e9876d013709b6ce16a02ea91b44f72
[ARM] GTA02/FreeRunner: Add machine definition

This patch introduces the Openmoko GTA02 machine definition.

Much of the code is based on Harald Welte's work, although it
has been largely rewritten several times.

This is intended to be the minimum machine definition to boot and
be able to run a rootfs from NAND on GTA02 / FreeRunner.  It does
not bring up the framebuffer / Glamo and lacks many other peripheral
drivers from outside the SoC.  But once we have this basis in
mainline kernel, we will be able to introduce the other drivers
and add them here.

Thanks to Sven Rebhan <odinshorse@googlemail.com> for his fixes to this
patch (Kconfig and defconfig files).

Signed-off-by: Andy Green <andy@warmcat.com>
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: Fix the GPIO definitions]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
MAINTAINERS
arch/arm/mach-s3c2442/Kconfig
arch/arm/mach-s3c2442/Makefile
arch/arm/mach-s3c2442/include/mach/gta02.h [new file with mode: 0644]
arch/arm/mach-s3c2442/mach-gta02.c [new file with mode: 0644]