public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] erase and saveenv stop working after using fw_setenv
Date: Tue, 16 Sep 2008 11:04:50 +0200	[thread overview]
Message-ID: <20080916090450.0F9552487F@gemini.denx.de> (raw)
In-Reply-To: <48CF6452.40603@inoi.fi>

Dear Petri Lehtinen,

In message <48CF6452.40603@inoi.fi> you wrote:
> 
> I'm using U-Boot 1.3.4 and Linux 2.6.26.5 on MPC8323E-RDB. After using
> fw_printenv in Linux, erase and saveenv stop working in U-Boot. In
--^^^^^^^^^^^--

I think this must be a typo. fw_printenv should have no effect. I
guess you mean fw_setenv (as in the Subject) ?

> Linux, fw_* still work.

Obviously the flash locking is the important thing here. Probably your
flashes weren't locked before, but are locked after running fw_setenv.

> When using erase, this is the result:
> 
> => protect off fe040000 fe05ffff
> Un-Protected 1 sectors
> => erase fe040000 fe05ffff
> 
> Flash erase error at address fe040000
> Block Erase Error.
> Block locked.
^^^^^^^^^^^^^^^

That's a pretty clear error message here.

> Errors are similar when using saveenv:
> 
> => saveenv
> Saving Environment to Flash...
> Un-Protected 1 sectors
> Erasing Flash...
> Flash erase error at address fe040000
> Block Erase Error.
> Block locked.
^^^^^^^^^^^^^^^

Again, a clear error message.

> However, I have no clue on how CFI works, so my ability to debug it
> further stops here. A possible reason I can think of is that the ioctl
> calls in fw_setenv are somehow messing up the Flash status.

The problem is that  the  MPC8323ERDB  board  has  flash  chips  that
support  hardware  flash  protection  (locking), but the board config
file does  not  select  the  CFG_FLASH_PROTECTION  option.  Therefore
U-Boot  will  not  make  any  attempts  to  lock  or unlock any flash
sectors.


I think two things should be done:

a) Kim, I think it would make sense to  add  CFG_FLASH_PROTECTION  to
   all  board  configurations  that use lockable flash chips. I would
   even consider this a bug fix and pull it into the upcoming 2008-10
   release, if you want.

b) Guennadi, I think it would be  nice,  user-friendly  behaviour  if
   fw_setenv  did  not unconditional locking, but would instead leave
   the flash in the same state it found it. Do you think it would  be
   possible  to  test  the state first, and then perform the unlock /
   lock operations only when the flash sectors  were  already  locked
   when fw_setenv was called?

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
Brain: an apparatus with which we think we think.    - Ambrose Bierce

  reply	other threads:[~2008-09-16  9:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-16  7:46 [U-Boot] erase and saveenv stop working after using fw_setenv Petri Lehtinen
2008-09-16  9:04 ` Wolfgang Denk [this message]
2008-09-16  9:47   ` Guennadi Liakhovetski
2008-09-16 10:06   ` Petri Lehtinen
2008-09-23 14:49   ` [U-Boot] [PATCH] mpc83xx: add h/w flash protection to board configs (was Re: erase and saveenv stop working after using fw_setenv) Kim Phillips
  -- strict thread matches above, loose matches on Subject: below --
2008-09-16 11:36 [U-Boot] erase and saveenv stop working after using fw_setenv yusuf khan

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=20080916090450.0F9552487F@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