public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Masami Komiya <mkomiya@crossnet.co.jp>
Cc: mtd@infradead.org
Subject: Re: Fujitsu MBM29LV160
Date: Mon, 03 Jul 2000 10:04:17 +0100	[thread overview]
Message-ID: <7330.962615057@cygnus.co.uk> (raw)
In-Reply-To: <395DC4F0.5610B924@crossnet.co.jp>


mkomiya@crossnet.co.jp said:
> We try to port Linux kernel to our embedded system that has Fujitsu's
> NOR type Flash memory MBM29LV160.

Is it CFI-compliant?

If so, it'll be at least detected by the current code. 

If it is capable of using the Intel command set, then it is supported. 
Otherwise, you will have a little bit of work to do to add support for it. 

It should be quite simple to add support for it if it doesn't support the 
Intel command set.

First you need to provide a 'map' driver which allows access to the flash 
chips. Look at something simple like nora.c for an example - if your flash 
chips are mapped into virtual memory then all you need to do is change a 
couple of defines in nora.c to drive your own board.

Then load the cfi_probe module and the nora module (or your own map driver).

Show me all the output you get from it.

--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

  reply	other threads:[~2000-07-03  9:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-01 10:16 Fujitsu MBM29LV160 Masami Komiya
2000-07-03  9:04 ` David Woodhouse [this message]
2000-07-05  7:16   ` Masami Komiya
2000-07-05  8:43     ` David Woodhouse
2000-07-06 10:34       ` Masami Komiya
2000-07-06 12:55         ` 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=7330.962615057@cygnus.co.uk \
    --to=dwmw2@infradead.org \
    --cc=mkomiya@crossnet.co.jp \
    --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