From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Niebel Date: Fri, 21 Nov 2014 12:51:43 +0100 Subject: [U-Boot] [PATCH ] MMC: fix user capacity for partitioned eMMC card In-Reply-To: <546F1905.2070803@samsung.com> References: <1416319902-22915-1-git-send-email-list-09_u-boot@tqsc.de> <546F1905.2070803@samsung.com> Message-ID: <546F274F.4060603@tqsc.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Jaehoon Chung Am 21.11.2014 um 11:50 schrieb Jaehoon Chung: > Hi, Markus. > > On 11/18/2014 11:11 PM, Markus Niebel wrote: >> From: Markus Niebel >> >> if the card claims to be high capacity and the card >> is partitioned the capacity shall still be read from >> ext_csd SEC_COUNT even if the resulting capacity is >> smaller than 2 GiB > > I have one question. > "smaller than 2GiB" means the size after completed partition? Yes. Some cards enable a pseudo SLC mode using the enhanced partition attribute. This results in reduced sizes after completion. Tested with a 4 GB Micron eMMC (resulting size is around 1.8 GiB) > > Best Regards, > Jaehoon Chung > Best Regards Markus Niebel