Re: [PATCH v1 0/1] Boot all secondary cores on Exynos SoC's

2014-02-11 Thread Sachin Kamat
Hi Tarek, On 11 February 2014 12:56, Tarek Dakhran t.dakh...@samsung.com wrote: Hi Sachin, Current implementation allow to boot only one secondary core. This patch makes possible to boot 4 cores on Exynos5420 and Exynos5410 SoC's I also get 4 cores up with the mainline kernel on SMDK 5420

[PATCH v1 0/1] Boot all secondary cores on Exynos SoC's

2014-02-10 Thread Tarek Dakhran
Due to implementation of exynos_boot_secondary function only one secondary core boots on Exynos SoC's. Two new functions added to power up and power down secondary cores: static int exynos_core_power_up(unsigned int cpu); static int exynos_core_power_down(unsigned int cpu). Tested on linux

Re: [PATCH v1 0/1] Boot all secondary cores on Exynos SoC's

2014-02-10 Thread Sachin Kamat
Hi Tarek, On 11 February 2014 07:45, Tarek Dakhran t.dakh...@samsung.com wrote: Due to implementation of exynos_boot_secondary function only one secondary core boots on Exynos SoC's. Even without this patch I could boot the secondary CPUs on Exynos4210, 4412 and 5250 based boards with the