i386: basic infrastructure support for AMD geode-class machines
authorAndres Salomon <dilinger@queued.net>
Sat, 21 Jul 2007 15:11:38 +0000 (17:11 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:14 +0000 (18:37 -0700)
commitf62e518484e9b16a0eca013e8a6764bc4f56d5fe
tree153ec5c1e5c83f2127b4102e849d6705652bb839
parent5a3ece79b2aa9e71ed67689c97b3bda6135f7248
i386: basic infrastructure support for AMD geode-class machines

This builds upon the existing geode infrastructure, but adds southbridge
support, some GPIO functions, and a header file (asm-i386/geode.h) with some
useful GX/LX detection tests.

The majority of this code was written by Jordan Crouse.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/Makefile
arch/i386/kernel/geode.c [new file with mode: 0644]
include/asm-i386/geode.h [new file with mode: 0644]