Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

2013-01-04 Thread Wolfgang Denk
Dear Amarendra Reddy, In message you wrote: > > Thanks for the review comments. > I would like to clarify that this patch resizes EMMC partitions. But does > not create partitions. > I think the statement *"..close and create partitions on EMMC"* was > misleading, which I corrected in latest pat

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

2013-01-04 Thread Amarendra Reddy
Dear Wolfgang, Thanks for the review comments. I would like to clarify that this patch resizes EMMC partitions. But does not create partitions. I think the statement *"..close and create partitions on EMMC"* was misleading, which I corrected in latest patch set. The EMMC4.4 chips are provided wit

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

2012-12-28 Thread Wolfgang Denk
Dear Amar, In message <1356709972-26549-10-git-send-email-amarendra...@samsung.com> you wrote: > This patch adds commands to open, close and create partitions on EMMC In which way are partitions on MC devices special, compare to partitions on other storage devies? I mean, does it reeally make s

[U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

2012-12-28 Thread Amar
This patch adds commands to open, close and create partitions on EMMC Signed-off-by: Amar --- common/cmd_mmc.c | 85 +++- 1 file changed, 84 insertions(+), 1 deletion(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 62a1c22..355ab8e 1

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support eMMC booting

2012-12-20 Thread Amarendra Reddy
Hi SImon, Thanks for the review comments. Please find below the responses for your comments. Thanks & Regards Amarendra On 20 December 2012 08:10, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This patch adds commands to open, close and create partiti

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support eMMC booting

2012-12-19 Thread Simon Glass
Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > This patch adds commands to open, close and create partitions on eMMC > > Signed-off-by: Amar > --- > common/cmd_mmc.c | 101 > +- > 1 files changed, 100 insertions(+), 1 deletions(-) >

[U-Boot] [PATCH 9/9] COMMON: MMC: Command to support eMMC booting

2012-12-17 Thread Amar
This patch adds commands to open, close and create partitions on eMMC Signed-off-by: Amar --- common/cmd_mmc.c | 101 +- 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 62a1c22..1fd6b9