]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ARM] S3C64XX: Basic CPU detection and map initialisation
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:49 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:50:31 +0000 (21:50 +0000)
commitbeda30f6a9c5f8e1eebd195019a537057cc556fd
tree547c909046ca656874639ed5d34c1939a14b6ae2
parentc142f173cd5e5e16877016673f482009ffafaef6
[ARM] S3C64XX: Basic CPU detection and map initialisation

Initialise the basic physical to virtual mappings and
then detect the CPU that the system is being run on so
that the cpu code code can call the correct initialisation
code.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/include/mach/map.h
arch/arm/plat-s3c64xx/Makefile
arch/arm/plat-s3c64xx/cpu.c [new file with mode: 0644]
arch/arm/plat-s3c64xx/include/plat/s3c6400.h [new file with mode: 0644]
arch/arm/plat-s3c64xx/include/plat/s3c6410.h [new file with mode: 0644]