
Hi MJ,
On Thu, Sep 19, 2013 at 12:59 AM, MJ embd mj.embd@gmail.com wrote:
Hi @Samsung,
Great that you have starting posting 5420 patches, one basic question (a) What is the booting procedure for the secondary cores (b) What is the booting procedure for the Little Secondary cores...
Would you be pushing the patches for these as well....
[best not to top-post]
There are patches in the Chromium tree for handling this - I expect these will be upstreamed sometime after this initial set lands.
Regards, Simon
On 9/19/13, Simon Glass sjg@chromium.org wrote:
Hi Rajeshwari,
On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwari.s@samsung.com> wrote:
Create a common board.c file for all functions which are common across all EXYNOS5 platforms.
exynos_init function is provided for platform cpecific code.
specific
Signed-off-by: Rajeshwari S Shinde rajeshwari.s@samsung.com
Acked-by: Simon Glass sjg@chromium.org
Changes in V2: - None Changes in V3: - None arch/arm/include/asm/arch-exynos/board.h | 17 ++ board/samsung/common/Makefile | 4 + board/samsung/common/board.c | 312 +++++++++++++++++++++++++++++++ board/samsung/smdk5250/exynos5-dt.c | 269 +------------------------- board/samsung/smdk5250/smdk5250.c | 182 +----------------- include/configs/exynos5250-dt.h | 2 + 6 files changed, 342 insertions(+), 444 deletions(-) create mode 100644 arch/arm/include/asm/arch-exynos/board.h create mode 100644 board/samsung/common/board.c
-- -mj