Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-21 | ARM: S3C64XX: Move core support to mach-s3c64xx | Ben Dooks | 1 | -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 interripts | Ben Dooks | 1 | -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 initialisation | Ben Dooks | 1 | -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> |