All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] Ethernut 5 board support
Date: Sun, 16 Oct 2011 15:18:31 +0200	[thread overview]
Message-ID: <4E9AD9A7.1040002@aribaud.net> (raw)
In-Reply-To: <20110420223655.C4F7E152160@gemini.denx.de>

Hi Harald,

Le 21/04/2011 00:36, Wolfgang Denk a ?crit :
> Dear Harald Kipp,
>
> In message<4D7DEFB5.7010309@egnite.de>  you wrote:
>> Add support for the Ethernut 5 open hardware design, based
>> on Atmel's AT91SAM9XE512 SoC.
>>
>> Signed-off-by: Harald Kipp<harald.kipp@egnite.de>
>> ---
>>
>> V2:
>>   - Fix several coding style issues.
>>   - Remove Ethernet MAC address from default environment.
>>
>>   MAINTAINERS                               |    3 +
>>   board/egnite/ethernut5/Makefile           |   54 +++++
>>   board/egnite/ethernut5/ethernut5.c        |  259 ++++++++++++++++++++++
>>   board/egnite/ethernut5/ethernut5_pwrman.c |  339 +++++++++++++++++++++++++++++
>>   board/egnite/ethernut5/ethernut5_pwrman.h |   68 ++++++
>>   boards.cfg                                |    1 +
>>   include/configs/ethernut5.h               |  281 ++++++++++++++++++++++++
>>   7 files changed, 1005 insertions(+), 0 deletions(-)
>>   create mode 100644 board/egnite/ethernut5/Makefile
>>   create mode 100644 board/egnite/ethernut5/ethernut5.c
>>   create mode 100644 board/egnite/ethernut5/ethernut5_pwrman.c
>>   create mode 100644 board/egnite/ethernut5/ethernut5_pwrman.h
>>   create mode 100644 include/configs/ethernut5.h
>
> Acked-by: Wolfgang Denk<wd@denx.de>

I have applied the patch on top of u-boot-arm/master (minus slight 
adaptations to boards.cfg and MAINTAINERS) but the board does not seem 
to build properly:

uboot at lilith:~/src/u-boot-arm$ ./MAKEALL ethernut5
Configuring for ethernut5 board...
In file included from /home/uboot/src/u-boot-arm/include/asm/arch/gpio.h:18,
                  from at91sam9260_devices.c:29:
/home/uboot/src/u-boot-arm/include/asm/arch/at91_pio.h:91: error: 
'ATMEL_PIO_PORTS' undeclared here (not in a function)
make[1]: *** [at91sam9260_devices.o] Erreur 1
make: *** [arch/arm/cpu/arm926ejs/at91/libat91.o] Erreur 2
make: *** Attente des t?ches non termin?es....
make: *** wait: Aucun processus enfant. Arr?t.
arm-linux-size: './u-boot': No such file

--------------------- SUMMARY ----------------------------
Boards compiled: 1
Boards with warnings or errors: 1 ( ethernut5 )
----------------------------------------------------------

> Best regards,
>
> Wolfgang Denk

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-10-16 13:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-14 10:36 [U-Boot] [PATCH V2] Ethernut 5 board support Harald Kipp
2011-04-20 22:36 ` Wolfgang Denk
2011-10-16 13:18   ` Albert ARIBAUD [this message]
2011-10-17  9:31     ` Harald Kipp
2011-10-15 20:29 ` Wolfgang Denk
2011-10-16 13:00   ` Albert ARIBAUD

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=4E9AD9A7.1040002@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --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.