Re: [U-Boot] How to support Page Mode Flash Memory Device?

2010-08-03 Thread Cheng Vincent
Dear Dave, I have checked the datasheet of the CPU. It did support the Page Read Mode. I would find the way to make it possible. BTW, i'm very appreciate of your responses. Best Regards, Vincent Cheng > Subject: RE: [U-Boot] How to support Page Mode Flash Memory Device? > Date: Tue, 3 Aug 2010

Re: [U-Boot] How to support Page Mode Flash Memory Device?

2010-08-02 Thread Cheng Vincent
Dear Dave, I learn much from your reply. Thank you very much!Best Regards,Vincent Cheng > Date: Mon, 2 Aug 2010 20:30:30 -0700 > From: d...@ovro.caltech.edu > To: whchan...@hotmail.com > CC: u-boot@lists.denx.de > Subject: Re: [U-Boot] How to support Page Mode Flash Memory Device? > > Hi Cheng,

Re: [U-Boot] How to support Page Mode Flash Memory Device?

2010-08-02 Thread Cheng Vincent
m: s...@denx.de > To: u-boot@lists.denx.de > Subject: Re: [U-Boot] How to support Page Mode Flash Memory Device? > Date: Mon, 2 Aug 2010 11:41:59 +0200 > CC: whchan...@hotmail.com > > Hi Cheng, > > On Monday 02 August 2010 09:39:46 Cheng Vincent wrote: > > I want to im

[U-Boot] How to support Page Mode Flash Memory Device?

2010-08-02 Thread Cheng Vincent
Hi, I want to implement the page mode for S29GL064N90TFI020 in U-Boot. After i study the page mode, the difference between standard mode and page mode is the less access time following the first access. So, what should i do for the page mode? Is anyone kindly help me on this? Best Regards,Vince