Re: [U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2019-01-10 Thread Simon Glass
Hi Tien Fong, On Wed, 9 Jan 2019 at 20:35, Chee, Tien Fong wrote: > > On Wed, 2019-01-09 at 09:19 -0700, Simon Glass wrote: > > Hi Tien Fong, > > > > On Sat, 29 Dec 2018 at 18:36, wrote: > > > > > > > > > From: Tien Fong Chee > > > > > > Firmware loader would encounter problem if the MMC is

Re: [U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2019-01-09 Thread Chee, Tien Fong
On Wed, 2019-01-09 at 09:19 -0700, Simon Glass wrote: > Hi Tien Fong, > > On Sat, 29 Dec 2018 at 18:36, wrote: > > > > > > From: Tien Fong Chee > > > > Firmware loader would encounter problem if the MMC is accessed > > before > > initializing it. This patch would adding the support of

Re: [U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2019-01-09 Thread Simon Glass
Hi Tien Fong, On Sat, 29 Dec 2018 at 18:36, wrote: > > From: Tien Fong Chee > > Firmware loader would encounter problem if the MMC is accessed before > initializing it. This patch would adding the support of probing block > device and initializing MMC before the MMC is accessed by firmware

Re: [U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2019-01-02 Thread Chee, Tien Fong
On Sun, 2018-12-30 at 09:36 +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Firmware loader would encounter problem if the MMC is accessed before > initializing it. This patch would adding the support of probing block > device and initializing MMC before the MMC is accessed by

[U-Boot] [PATCH v2] misc: fs_loader: Add support for initializing MMC

2018-12-29 Thread tien . fong . chee
From: Tien Fong Chee Firmware loader would encounter problem if the MMC is accessed before initializing it. This patch would adding the support of probing block device and initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- Changes in v2: -