All of lore.kernel.org
 help / color / mirror / Atom feed
From: Semih Hazar <semih.hazar@indefia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board
Date: Thu, 04 Feb 2010 19:13:48 +0200	[thread overview]
Message-ID: <4B6B004C.1010507@indefia.com> (raw)
In-Reply-To: <20100125223107.C3B56D334C9@gemini.denx.de>

Dear Wolfgang,

The problem with AVR32 and the CFI flash driver has a few possible
solutions as noted by Haavard Skinnemoen in the email [1]. The only
thing I can do is to go with the first alternative and set the flash
address as the virtual address which is cache-disabled and works
flawless with the CFI driver.

That solution can also be used by other AVR32 boards, and I _think_ it
also solves the JFFS2 scanning problem which was mentioned in [2].

The only ugly thing (for me) is when using the CFI commands, the flash
addresses has to be shifted by 0xa0000000. (e.g. copy to flash at 0x1000
must be written as cp.b <source> 0xa0001000 <size>).

Please find the revised patch in a separate email, which also includes a
new header file per your comments in the other email.

Best Regards,
Semih Hazar

[1] http://www.mail-archive.com/u-boot at lists.denx.de/msg20911.html
[2] http://lists.avr32linux.org/pipermail/u-boot/2009-August/000457.html

  reply	other threads:[~2010-02-04 17:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-17 13:12 [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board Semih Hazar
2010-01-06  9:18 ` Semih Hazar
2010-01-17 23:17 ` Wolfgang Denk
2010-01-21 13:13   ` Semih Hazar
2010-01-25 22:31     ` Wolfgang Denk
2010-02-04 17:13       ` Semih Hazar [this message]
2010-03-01 14:12         ` Semih Hazar
2010-03-21 16:35           ` Wolfgang Denk
2010-03-21 16:34         ` Wolfgang Denk
2010-03-22  9:23           ` Stefan Roese
2010-03-23 17:41             ` Semih Hazar
2010-03-23 20:01               ` Wolfgang Denk
2010-03-24 14:51                 ` Stefan Roese
2010-02-04 17:14       ` Semih Hazar
2010-03-21 16:44         ` Wolfgang Denk
2010-01-21 13:13   ` Semih Hazar
2010-01-25 22:34     ` Wolfgang Denk

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=4B6B004C.1010507@indefia.com \
    --to=semih.hazar@indefia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.