public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: David Hawkins <dwh@ovro.caltech.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot] How to support Page Mode Flash Memory Device?
Date: Mon, 02 Aug 2010 20:30:30 -0700	[thread overview]
Message-ID: <4C578D56.3080305@ovro.caltech.edu> (raw)
In-Reply-To: <BAY129-W2074BAF6E8C267A9F748B5B4AE0@phx.gbl>

Hi Cheng,

> But i consider that the "write buffer" and the "page mode read"
> are quite different. BTW, i have searched the internet but got
> nothing about Page Mode source code. Has anyone ever implemented it?

There is nothing to 'implement'. Page mode flash has a
timing parameter indicating the time to the first read,
and then the time for subsequent reads within a page
to return.

If you are interfacing to this flash using a processor
local bus controller, then you generally only have one
read timing parameter you can configure. In that case,
you would have to configure the local bus controller
read timing of the processor to the flash worst-case
value, i.e., the timing for the read of the first word
in a page.

If you are interfacing to the flash using an FPGA, then
you can exploit this feature. For example, I use this
feature to get optimal read timing from a FPGA configuration
controller.

See p30, Figure 12.

http://www.ovro.caltech.edu/~dwh/carma_board/fpga_configuration.pdf

That figure should clarify what page mode means.
The example design uses S29GL512N11TF020 parts.

Cheers,
Dave

  reply	other threads:[~2010-08-03  3:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-02  7:39 [U-Boot] How to support Page Mode Flash Memory Device? Cheng Vincent
2010-08-02  9:41 ` Stefan Roese
2010-08-03  2:47   ` Cheng Vincent
2010-08-03  3:30     ` David Hawkins [this message]
2010-08-03  3:40       ` Cheng Vincent
2010-08-03  6:35       ` Liu Dave-R63238
2010-08-03  7:09         ` Cheng Vincent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C578D56.3080305@ovro.caltech.edu \
    --to=dwh@ovro.caltech.edu \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox