Re: [U-Boot] [PATCH v4] misc: fs_loader: Add support for initializing block device

2019-02-10 Thread Chee, Tien Fong
On Fri, 2019-02-01 at 23:06 -0700, Simon Glass wrote: On Thu, 31 Jan 2019 at 04:34, mailto:tien.fong.c...@intel.com>> wrote: > > From: Tien Fong Chee > mailto:tien.fong.c...@intel.com>> > > Firmware loader would encounter problem if the block device is accessed > before initializing it. This

Re: [U-Boot] [PATCH v4] misc: fs_loader: Add support for initializing block device

2019-02-01 Thread Simon Glass
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 >

[U-Boot] [PATCH v4] misc: fs_loader: Add support for initializing block device

2019-01-31 Thread tien . fong . chee
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 ---