From: David Vrabel <dvrabel@arcom.co.uk>
To: mtd@infradead.org
Subject: CFI chip detection
Date: Mon, 07 Aug 2000 10:27:49 +0100 [thread overview]
Message-ID: <398E8115.6FDC06BF@arcom.co.uk> (raw)
Hi,
In cfi_cfi_probe() there is
for (base = (1<<cfi.chipshift) * cfi.interleave; base < map->size; base
+=
(1<<cfi.chipshift) * cfi.interleave)
cfi_probe_new_chip(map, base, &chip[0], &cfi);
...
to detect aditional chips. However is did not work on the board I have
(SBC-MediaGX). Removing the `* cfi.interleave' caused additional chips
to be detected. Is this a quirk particular to this board or is the
above code wrong?
The SBC-MediaGX has:
1x 28F640 in x8 mode for the 8 Mbyte board
2x 28F640 in x8 mode for the 16 Mbyte board
David Vrabel
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
next reply other threads:[~2000-08-07 9:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-08-07 9:27 David Vrabel [this message]
2000-08-07 12:51 ` CFI chip detection David Woodhouse
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=398E8115.6FDC06BF@arcom.co.uk \
--to=dvrabel@arcom.co.uk \
--cc=mtd@infradead.org \
/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