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

2018-12-23 Thread Chee, Tien Fong
On Sat, 2018-12-22 at 13:51 -0700, Simon Glass wrote: > Hi Tien, > > On Fri, 21 Dec 2018 at 10:50, Chee, Tien Fong om> wrote: > > > > > > On Fri, 2018-12-21 at 10:16 -0700, Simon Glass wrote: > > > > > > Hi, > > > > > > On Fri, 21 Dec 2018 at 01:25, Chee, Tien Fong > > el.c > > > om> wrote:

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

2018-12-22 Thread Simon Glass
Hi Tien, On Fri, 21 Dec 2018 at 10:50, Chee, Tien Fong wrote: > > On Fri, 2018-12-21 at 10:16 -0700, Simon Glass wrote: > > Hi, > > > > On Fri, 21 Dec 2018 at 01:25, Chee, Tien Fong > om> wrote: > > > > > > > > > On Fri, 2018-12-14 at 14:53 +0800, tien.fong.c...@intel.com wrote: > > > > > > > >

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

2018-12-21 Thread Chee, Tien Fong
On Fri, 2018-12-21 at 10:16 -0700, Simon Glass wrote: > Hi, > > On Fri, 21 Dec 2018 at 01:25, Chee, Tien Fong om> wrote: > > > > > > On Fri, 2018-12-14 at 14:53 +0800, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > Firmware loader would encounter problem if the

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

2018-12-21 Thread Simon Glass
Hi, On Fri, 21 Dec 2018 at 01:25, Chee, Tien Fong wrote: > > On Fri, 2018-12-14 at 14:53 +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

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

2018-12-21 Thread Chee, Tien Fong
On Fri, 2018-12-14 at 14:53 +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 initializing > MMC before the MMC is accessed by firmware loader. > >

[U-Boot] [PATCH] Add support for initializing MMC

2018-12-13 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 initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- drivers/misc/fs_loader.c | 31

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

2018-12-13 Thread Chee, Tien Fong
On Thu, 2018-12-13 at 23:32 +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 initializing > MMC before the MMC is accessed by firmware loader. > >

[U-Boot] [PATCH] Add support for initializing MMC

2018-12-13 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 initializing MMC before the MMC is accessed by firmware loader. Signed-off-by: Tien Fong Chee --- drivers/misc/fs_loader.c | 33