Re: [U-Boot] [PATCH 25/25] mmc: Add hardware partition support

2018-11-18 Thread Simon Glass
Hi Faiz, On Wed, 7 Nov 2018 at 00:36, Faiz Abbas wrote: > > Hi Simon, > > On Wednesday 07 November 2018 03:51 AM, Simon Glass wrote: > > MMC devices support multiple partitions, defined by the hardware. At > > present U-Boot can only access partition zero. Add support for selecting > > other parti

Re: [U-Boot] [PATCH 25/25] mmc: Add hardware partition support

2018-11-06 Thread Faiz Abbas
Hi Simon, On Wednesday 07 November 2018 03:51 AM, Simon Glass wrote: > MMC devices support multiple partitions, defined by the hardware. At > present U-Boot can only access partition zero. Add support for selecting > other partitions. > There is already support to switch to another hardware part

[U-Boot] [PATCH 25/25] mmc: Add hardware partition support

2018-11-06 Thread Simon Glass
MMC devices support multiple partitions, defined by the hardware. At present U-Boot can only access partition zero. Add support for selecting other partitions. Also add a way to check if a partition is write-protected. Signed-off-by: Simon Glass --- drivers/mmc/mmc.c | 46 ++