summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/include/plat/s3c6410.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-21ARM: S3C64XX: Move core support to mach-s3c64xxBen Dooks1-29/+0
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used outside of this directory. Also move the SoC header files in with it. This includes the clock, cpu, cpufreq, dma, gpiolib and pll support. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16[ARM] S3C64XX: Add VIC0 and VIC1 sourced interriptsBen Dooks1-0/+1
Add and initialise the two VIC (PL192) found on the S3C64XX series CPUs. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-16[ARM] S3C64XX: Basic CPU detection and map initialisationBen Dooks1-0/+28
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>