Re: [U-Boot] [PATCH 0/4] EXYNOS: Convert Assembly code to c and make it common.

2013-05-09 Thread Rajeshwari Birje
Hi Minkyu Kang, Do let me know if any comments on this patch set. Regards, Rajeshwari Shinde. > On Thu, Apr 25, 2013 at 11:27 AM, Rajeshwari Shinde > wrote: >> Convert the assembly code in board/samsung to c and move the same to >> arch/arm. >> lds file made common across SMDKV310, Origen and

Re: [U-Boot] [PATCH 0/4] EXYNOS: Convert Assembly code to c and make it common.

2013-05-02 Thread Rajeshwari Birje
Hi Minkyu Kang, Do let me know if any comments on this patch set. Regards, Rajeshwari Shinde. On Thu, Apr 25, 2013 at 11:27 AM, Rajeshwari Shinde wrote: > Convert the assembly code in board/samsung to c and move the same to arch/arm. > lds file made common across SMDKV310, Origen and SMDK5250.

[U-Boot] [PATCH 0/4] EXYNOS: Convert Assembly code to c and make it common.

2013-04-24 Thread Rajeshwari Shinde
Convert the assembly code in board/samsung to c and move the same to arch/arm. lds file made common across SMDKV310, Origen and SMDK5250. Add the power reset and exit wakeup api for exynos. Initialise GPIO for uart in Origen and SMDK5250 using pinmux. Rajeshwari Shinde (4): EXYNOS: Add API for p