Re: [U-Boot] [PATCH v4 00/11] Add support for booting multiple cores

2015-03-01 Thread Minkyu Kang
On 20/02/15 16:57, Akshay Saraswat wrote: > This patch series introduces changes for booting secondary CPUs > on Exynos5420 and Exynos5800. > > Changes since v3: > - Patch 2 & 3 : Added errata number in comments. > - Patch 2 & 3 : Moved changes to ARM generic file. > - Patch 6 :

[U-Boot] [PATCH v4 00/11] Add support for booting multiple cores

2015-02-19 Thread Akshay Saraswat
This patch series introduces changes for booting secondary CPUs on Exynos5420 and Exynos5800. Changes since v3: - Patch 2 & 3 : Added errata number in comments. - Patch 2 & 3 : Moved changes to ARM generic file. - Patch 6 : Removed this patch. Not required anymore. Changes