From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Mon, 11 Feb 2019 06:54:11 +0000 Subject: [U-Boot] [PATCH v4] misc: fs_loader: Add support for initializing block device In-Reply-To: References: <1548934453-4567-1-git-send-email-tien.fong.chee@intel.com> Message-ID: <1549868051.10080.37.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2019-02-01 at 23:06 -0700, Simon Glass wrote: On Thu, 31 Jan 2019 at 04:34, > wrote: > > From: Tien Fong Chee > > > Firmware loader would encounter problem if the block device is accessed > before initializing it. This patch would adding the support of probing > block device and initializing block before the block device is accessed by > firmware loader. > > Signed-off-by: Tien Fong Chee > > > --- > > changes in v4 > - Removed header mmc.h > - Dropped extra blank line > > changes in v3: > - Initializing block device through probing the blk device > > changes in v2: > - Initializing MMC through probing the blk device > --- > drivers/misc/fs_loader.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) Reviewed-by: Simon Glass > (I'm not sure you need to check for DM being enabled, but OK) Thanks. No strong opinion on this :) .