From: Alexandre BASTOS <alebas@televes.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] cfi_flash support for 8 bit port width S29GL032M
Date: Mon, 18 Apr 2005 13:38:13 +0200 [thread overview]
Message-ID: <1113824293.42639c25da3d9@webmail.televes.com:443> (raw)
Hi,
I am currently working in a custom board based on MPC8272ADS but
with some differences.
One of those is Flash chip/configuration used. I am using a Spansion
S29GL032M CFI Flash chip in BYTE# (8bit) mode.
I have tested the drivers/cfi_flash.c, which is OK for reading, but
it is not working for unlock/erase/write. Maybe due to command address
definitions, which, according to Datasheet, are for 16 bit configurations.
For example:
16 bit (already in driver)
#define AMD_ADDR_ERASE_START 0x555
#define AMD_ADDR_START 0x555
#define AMD_ADDR_ACK 0x2AA
8 bit (should be?)
#define AMD_ADDR_ERASE_START 0xAAA
#define AMD_ADDR_START 0xAAA
#define AMD_ADDR_ACK 0x555
So, my question is ... Is the S29GL032M (or AMD equivalent AM29LV320M)
already supported in byte mode for any board in u-boot?.
I have been testing some of the drivers, but I still couldn't find a
working solution for my board.
If not ... is there already any work done for this purpouse? Any hint?
Thanks,
Alex Bastos
next reply other threads:[~2005-04-18 11:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-18 11:38 Alexandre BASTOS [this message]
2005-04-18 12:46 ` [U-Boot-Users] cfi_flash support for 8 bit port width S29GL032M Sebastian Schau
-- strict thread matches above, loose matches on Subject: below --
2005-04-18 12:00 Sam Song
2005-04-18 12:25 ` Ladislav Michl
2005-04-18 13:36 ` Alexandre BASTOS
2005-04-18 13:40 ` Alexandre BASTOS
2005-04-21 9:50 Sam Song
2005-04-21 11:03 ` Alex BASTOS
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='1113824293.42639c25da3d9@webmail.televes.com:443' \
--to=alebas@televes.com \
--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