From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 16 Oct 2011 15:18:31 +0200 Subject: [U-Boot] [PATCH V2] Ethernut 5 board support In-Reply-To: <20110420223655.C4F7E152160@gemini.denx.de> References: <4D7DEFB5.7010309@egnite.de> <20110420223655.C4F7E152160@gemini.denx.de> Message-ID: <4E9AD9A7.1040002@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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 >> --- >> >> 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 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.