Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-07 Thread Chee, Tien Fong
On Thu, 2019-03-07 at 09:33 -0600, Dinh Nguyen wrote: > > On 3/7/19 2:24 AM, Chee, Tien Fong wrote: > > > > On Tue, 2019-03-05 at 22:52 -0600, Dinh Nguyen wrote: > > > > > > > > > On 3/5/19 10:23 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > >

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-07 Thread Dinh Nguyen
On 3/7/19 2:24 AM, Chee, Tien Fong wrote: > On Tue, 2019-03-05 at 22:52 -0600, Dinh Nguyen wrote: >> >> On 3/5/19 10:23 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> After some series of patches to maximise reusable of memory pool, >>> here come >>> to result of reason

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-07 Thread Chee, Tien Fong
On Thu, 2019-03-07 at 09:10 +0100, Simon Goldschmidt wrote: > On Thu, Mar 7, 2019 at 8:08 AM Chee, Tien Fong com> wrote: > > > > > > On Tue, 2019-03-05 at 21:05 +0100, Simon Goldschmidt wrote: > > > > > > Am 05.03.2019 um 17:23 schrieb tien.fong.c...@intel.com: > > > > > > > > > > > > From: T

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-07 Thread Chee, Tien Fong
On Tue, 2019-03-05 at 22:52 -0600, Dinh Nguyen wrote: > > On 3/5/19 10:23 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > After some series of patches to maximise reusable of memory pool, > > here come > > to result of reasonable size required for whole SDMMC boot worki

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-07 Thread Simon Goldschmidt
On Thu, Mar 7, 2019 at 8:08 AM Chee, Tien Fong wrote: > > On Tue, 2019-03-05 at 21:05 +0100, Simon Goldschmidt wrote: > > Am 05.03.2019 um 17:23 schrieb tien.fong.c...@intel.com: > > > > > > From: Tien Fong Chee > > > > > > After some series of patches to maximise reusable of memory pool, > > > h

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-06 Thread Chee, Tien Fong
On Tue, 2019-03-05 at 21:05 +0100, Simon Goldschmidt wrote: > Am 05.03.2019 um 17:23 schrieb tien.fong.c...@intel.com: > > > > From: Tien Fong Chee > > > > After some series of patches to maximise reusable of memory pool, > > here come > > to result of reasonable size required for whole SDMMC bo

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-05 Thread Dinh Nguyen
On 3/5/19 10:23 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > After some series of patches to maximise reusable of memory pool, here come > to result of reasonable size required for whole SDMMC boot working on A10 > SoCDK. Size required come from default max cluster(0x1) +

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-05 Thread Chee, Tien Fong
On Tue, 2019-03-05 at 21:05 +0100, Simon Goldschmidt wrote: > Am 05.03.2019 um 17:23 schrieb tien.fong.c...@intel.com: > > > > From: Tien Fong Chee > > > > After some series of patches to maximise reusable of memory pool, > > here come > > to result of reasonable size required for whole SDMMC bo

Re: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-05 Thread Simon Goldschmidt
Am 05.03.2019 um 17:23 schrieb tien.fong.c...@intel.com: From: Tien Fong Chee After some series of patches to maximise reusable of memory pool, here come to result of reasonable size required for whole SDMMC boot working on A10 SoCDK. Size required come from default max cluster(0x1) + other

[U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-03-05 Thread tien . fong . chee
From: Tien Fong Chee After some series of patches to maximise reusable of memory pool, here come to result of reasonable size required for whole SDMMC boot working on A10 SoCDK. Size required come from default max cluster(0x1) + others(0x2000) + additional memory for headroom(0x3000). Signed