On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote:
> Hey guys,
> 
> I've posted a patch to support the eMMC boot partitions found on the TI
> DRA7xx EVM the other day, and I've been looking at what exactly happens
> with the 'mmc open ...' and 'mmc close ...' commands the
> CONFIG_SUPPORT_EMMC_BOOT enables.  I've got a few questions about how
> exactly the support works on the SMDK5250 and what your platform
> requirements are, so we can re-work the code to be a bit more generic.
> 
> Why do we have it as "open" and "close" ?  Is this because it's a
> version 4.2[1] style device?  I'm working with 4.3-compatible (it's
> actually 4.41, but same method just larger partitions) one and that can
> be done with setting EXT_CSD[179] (BOOT_CONFIG / Boot configuration) _and_
> EXT_CSD[177] to a specific and different value than we've hard-coded
> now.

Or, is this done to save a step in terms of issuing 'mmc dev' commands
and thus the 'close' is to done to get people back to the user
partition?  Thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to