[U-Boot] some question about fat file system

2011-03-15 Thread loody
Dear all: I try to port the fat file system on my platform but i cannot figure out what and where the getfatent come from. The comment said it try to get the entry at index entry in a FAT table. Is there any formula in the white paper of Microsoft FAT mentioned about this? -- Thank you in adva

Re: [U-Boot] [U-Boot-Users] some flow about uboot

2010-01-27 Thread loody
Hi all: Hi Hiroshi : > Thanks Detlev, > > > I join a u-boot mailing-list for japanese. > I miss-understood original mail was send to it. > > loody, We shood move to u-boot@lists.denx.de > > anyway, >>Why uboot need reload code? >  for example, >  When yo

Re: [U-Boot] Some question about uboot

2009-02-24 Thread loody
Hi Jerry: 2009/2/24 Jerry Van Baren : > loody wrote: >> >> Dear all: >> While porting uboot, I find there are too many things I don't need at >> all, like net, i2c etc. >> How could I remove them from my uboot binary to minimize the size of >> uboot, m

[U-Boot] Some question about uboot

2009-02-23 Thread loody
Dear all: While porting uboot, I find there are too many things I don't need at all, like net, i2c etc. How could I remove them from my uboot binary to minimize the size of uboot, my flash limitation is 6k? I try to edit Makefile to remove them by marking some library setting, but it compile error