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

2019-05-05 Thread Chee, Tien Fong
On Fri, 2019-05-03 at 13:54 +0200, Simon Goldschmidt wrote: > On Thu, May 2, 2019 at 9:56 AM Chee, Tien Fong com> wrote: > > > > > > On Tue, 2019-04-30 at 14:26 +0200, Simon Goldschmidt wrote: > > > > > > On Tue, Apr 30, 2019 at 2:19 PM Chee, Tien Fong > > > wrote: > > > > > > > > > > > >

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

2019-05-03 Thread Simon Goldschmidt
On Thu, May 2, 2019 at 9:56 AM Chee, Tien Fong wrote: > > On Tue, 2019-04-30 at 14:26 +0200, Simon Goldschmidt wrote: > > On Tue, Apr 30, 2019 at 2:19 PM Chee, Tien Fong > > wrote: > > > > > > > > > On Sat, 2019-04-27 at 21:50 +0200, Simon Goldschmidt wrote: > > > > > > > > > > > > On 19.03.19

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

2019-05-02 Thread Chee, Tien Fong
On Tue, 2019-04-30 at 14:26 +0200, Simon Goldschmidt wrote: > On Tue, Apr 30, 2019 at 2:19 PM Chee, Tien Fong > wrote: > > > > > > On Sat, 2019-04-27 at 21:50 +0200, Simon Goldschmidt wrote: > > > > > > > > > On 19.03.19 09:50, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From:

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

2019-04-30 Thread Simon Goldschmidt
On Tue, Apr 30, 2019 at 2:19 PM Chee, Tien Fong wrote: > > On Sat, 2019-04-27 at 21:50 +0200, Simon Goldschmidt wrote: > > > > On 19.03.19 09:50, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > Increasing Malloc pool size up to 0x15000 is required to support > > >

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

2019-04-30 Thread Chee, Tien Fong
On Sat, 2019-04-27 at 21:50 +0200, Simon Goldschmidt wrote: > > On 19.03.19 09:50, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Increasing Malloc pool size up to 0x15000 is required to support > > FAT in SPL > > . The result of calculation is come from after applying

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

2019-04-27 Thread Simon Goldschmidt
On 19.03.19 09:50, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Increasing Malloc pool size up to 0x15000 is required to support FAT in SPL . The result of calculation is come from after applying some few patches "Some few patches"? What should that mean? Either you refer to the

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

2019-03-19 Thread tien . fong . chee
From: Tien Fong Chee Increasing Malloc pool size up to 0x15000 is required to support FAT in SPL . The result of calculation is come from after applying some few patches which are required for optimizing vfat and maximizing resusable of the memory pool, and then followed by the size required