From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] nios2: reset cfi flash before reading env
Date: Mon, 17 Jan 2011 22:02:20 +0100 [thread overview]
Message-ID: <20110117210220.CB2EDD1CAD5@gemini.denx.de> (raw)
In-Reply-To: <4D252AAB.6040308@wytron.com.tw>
Dear Thomas Chou,
In message <4D252AAB.6040308@wytron.com.tw> you wrote:
>
> > Instead of making fixed assumptions about flash type and it's
> > properties here you should use generic routines from the CFI driver to
> > do the reset.
...
> env_init() goes before flash_init() in board.c. So we don't know the
> flash type and cannot use those generic cfi routines based on flash_info.
>
> I followed this in cfi_flash.c
>
> void __flash_cmd_reset(flash_info_t *info)
I recommend you have a second, closer look. Notice that
flash_cmd_reset() comes with __attribute__ weak, because it does not
work as a general solution - it may work here, but other code may be
needed on other flash chips.
Your code does not provide such an option.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
God is real, unless declared integer.
next prev parent reply other threads:[~2011-01-17 21:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-05 7:17 [U-Boot] [PATCH] nios2: reset cfi flash before reading env Thomas Chou
2011-01-05 8:15 ` Wolfgang Denk
2011-01-06 2:36 ` Thomas Chou
2011-01-17 21:02 ` Wolfgang Denk [this message]
2011-01-18 2:05 ` Thomas Chou
2011-01-18 3:13 ` [U-Boot] [PATCH v2] " Thomas Chou
2011-03-26 14:47 ` Scott McNutt
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=20110117210220.CB2EDD1CAD5@gemini.denx.de \
--to=wd@denx.de \
--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