public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: George G. Davis <gdavis@mvista.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Resolved -- Problems accessing flash on OMAP 1510 Innovator
Date: Thu, 14 Oct 2004 00:28:23 -0400	[thread overview]
Message-ID: <20041014042823.GE8731@mvista.com> (raw)
In-Reply-To: <002201c4b154$40e2a160$bb01a996@CLOYDWIN2K>

On Wed, Oct 13, 2004 at 02:41:29PM -0400, Stephen Johnson wrote:
> After studying code in rrload and doing some googling, I tried an experiment
> and it worked.  In the file board/omap1510inn/flash.c I changed the function

Based on your previous e-mail (with little to no CFI debug output displayed
after explicitly enabling cfi_flash driver debugging as I had recommended : )
I suspected that you may be using that now obsolete board/omap1510inn/flash.c
driver instead. It was recently replaced by drivers/cfi_flash.c. Please do a
cvs update and retest using the current cfi_flash driver and see if that works.
It does seem to work well for me.

--
Regards,
George

> get_flash_size() so that it now contains the following code:
> 
>  /* Write auto select command: read Manufacturer ID */
>  // addr[0x5555] = (FPW) 0x00AA00AA;
>  // addr[0x2AAA] = (FPW) 0x00550055;
>  // addr[0x5555] = (FPW) 0x00900090;
> 
>  addr[0] = (FPW) 0x00900090;
> 
> In other words I got rid of three lines of code and added my own.  I can now
> access -- both read and write -- the flash.  My only concern is what have I
> broken by this change!  But for now I'm happy.
> 
> Thanks for everyone's help.
> 
>                 Steve
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

      reply	other threads:[~2004-10-14  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-13 18:41 [U-Boot-Users] Resolved -- Problems accessing flash on OMAP 1510 Innovator Stephen Johnson
2004-10-14  4:28 ` George G. Davis [this message]

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=20041014042823.GE8731@mvista.com \
    --to=gdavis@mvista.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