Re: [U-Boot] [PATCH v2 00/18] Support for eMMC partitioning and related fixes

2014-12-15 Thread Diego Santa Cruz
Hi Pantelis, -Original Message- From: Pantelis Antoniou [mailto:pa...@antoniou-consulting.com] Sent: Friday, December 12, 2014 8:21 PM To: Diego Santa Cruz Cc: u-boot@lists.denx.de Subject: Re: [PATCH v2 00/18] Support for eMMC partitioning and related fixes Hi Diego, [snip] I

Re: [U-Boot] [PATCH v2 00/18] Support for eMMC partitioning and related fixes

2014-12-12 Thread Pantelis Antoniou
Hi Diego, On Dec 4, 2014, at 19:01 , Diego Santa Cruz diego.santac...@spinetix.com wrote: I have the need to hardware partition eMMC devices from U-Boot along with setting enhanced and reliable write attributes. This series of patches adds this support to U-Boot via a new mmc API, a

[U-Boot] [PATCH v2 00/18] Support for eMMC partitioning and related fixes

2014-12-04 Thread Diego Santa Cruz
I have the need to hardware partition eMMC devices from U-Boot along with setting enhanced and reliable write attributes. This series of patches adds this support to U-Boot via a new mmc API, a few new members of struct mmc and a new mmc sub-command. It also features several fixes to the eMMC