From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Fri, 8 Mar 2019 04:36:01 +0000 Subject: [U-Boot] [PATCH v11 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL In-Reply-To: References: <20190305162310.1396-1-tien.fong.chee@intel.com> <20190305162310.1396-10-tien.fong.chee@intel.com> <49ca27ca-c731-1e05-b031-08eeff0454d1@kernel.org> <1551947080.9744.36.camel@intel.com> Message-ID: <1552019761.9843.7.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de On Thu, 2019-03-07 at 09:33 -0600, Dinh Nguyen wrote: >=20 > On 3/7/19 2:24 AM, Chee, Tien Fong wrote: > >=20 > > On Tue, 2019-03-05 at 22:52 -0600, Dinh Nguyen wrote: > > >=20 > > >=20 > > > On 3/5/19 10:23 AM, tien.fong.chee at intel.com wrote: > > > >=20 > > > >=20 > > > > From: Tien Fong Chee > > > >=20 > > > > 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(0x10000) + > > > > others(0x2000) + additional memory for headroom(0x3000). > > > This commit log is really confusing. What "series of patches"? > > There are few patches for optimization the vfat needed to result > > this > > calculation. For previous records, you can check from here [v7]: > > https: > > //www.mail-archive.com/u-boot at lists.denx.de/msg314511.html. > Ok. Please state these facts in the commit log. I have no idea what > "series of patches" you were referring to. Sure. >=20 > >=20 > >=20 > > >=20 > > > =C2=A0I think > > > you're just needing a bigger malloc pool. Can you just say that > > > and > > > explain why you need it? > > I put this details because Marek asked this before, so i think > > others > > also intrested to know. > >=20 > That's fine! Just that the details wasn't very clear. Okay, i will improve it. >=20 > Dinh