public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew.lunn@ascom.ch>
To: John Dallaway <john@dallaway.org.uk>
Cc: ecos-maintainers@ecos.sourceware.org
Subject: Re: AT91EB55 and DataFlash
Date: Thu, 12 Feb 2009 12:56:00 -0000	[thread overview]
Message-ID: <20090212125602.GI24614@donkey.ma.tech.ascom.ch> (raw)
In-Reply-To: <4994113A.4040308@dallaway.org.uk>

On Thu, Feb 12, 2009 at 12:08:26PM +0000, John Dallaway wrote:
> eCos maintainers
> 
> Building RedBoot for the AT91EB55 target (eb55) is currently failing due to:
> 
> a) CYGPKG_ERROR missing in the RedBoot .ecm files. It is required by
> CYGPKG_DEVS_FLASH_ATMEL_DATAFLASH.

I think this is because of the inclusion of IO_SPI in all targets
which have SPI. The dataflash CDL contains:

cdl_package CYGPKG_DEVS_FLASH_ATMEL_DATAFLASH {
    display       "Atmel DataFlash parts support"
    description   "Support for Atmel DataFlash"
    active_if     CYGPKG_IO_SPI
    requires      CYGPKG_ERROR    

I think just adding

    active_if     CYGPKG_IO_FLASH

will solve the problem. 

Also the redboot.ecm files need CYGPKG_ERROR adding.

I can make a patch for this...

  Andrew

  reply	other threads:[~2009-02-12 12:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-12 12:08 John Dallaway
2009-02-12 12:56 ` Andrew Lunn [this message]
2009-02-12 13:50   ` Andrew Lunn
2009-02-12 14:23     ` John Dallaway
2009-02-12 14:31       ` Nick Garnett
2009-02-12 14:38         ` John Dallaway
2009-02-12 14:27     ` Nick Garnett
2009-02-12 14:32       ` Andrew Lunn
2009-02-12 14:43         ` Nick Garnett

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=20090212125602.GI24614@donkey.ma.tech.ascom.ch \
    --to=andrew.lunn@ascom.ch \
    --cc=ecos-maintainers@ecos.sourceware.org \
    --cc=john@dallaway.org.uk \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).