[ARM] S3C64XX: Basic CPU detection and map initialisation
commit259f40549dc3ea64b5b360ab99da26199e6c54c7
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:49 +0000 (21 14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:19 +0000 (21 14:12 +0100)
tree673103e7a0a32fde01ffc736f40ae0042832aecc
parenta1c81f4a68faab75e4e9ef8c932b8b71900ab18e
[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]