public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Romain Izard <romain.izard.pro@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] AT91 rework: fix build errors for at91sam(9261/9g10/9263)ek
Date: Fri, 10 Jun 2011 17:02:50 +0200	[thread overview]
Message-ID: <1307718172-23719-1-git-send-email-romain.izard.pro@gmail.com> (raw)

This patchset makes it possible to build u-boot for at91sam9261ek and
at91sam9263ek evaluation kits. It applies on top of u-boot-atmel. It is
directly inspired of Reinhard Meyer's patch for at91sam9260ek.

It has not been tested on a live device, yet. Moreover, the NOR flash
support for the at91sam9263ek compiles but does not link due to the CFI
timer issue, so it is not mentioned in the boards.cfg file pending the
issue's resolution.

Romain Izard (2):
  at91sam9263ek: fix build errors
  at91sam9261ek: fix build errors

 MAKEALL                                           |    3 -
 Makefile                                          |   42 ----
 arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c |   32 ++--
 arch/arm/include/asm/arch-at91/at91_matrix.h      |   15 +-
 arch/arm/include/asm/arch-at91/at91sam9261.h      |    1 +
 arch/arm/include/asm/arch-at91/at91sam9263.h      |   19 ++
 arch/arm/include/asm/arch-at91/at91sam9_sdramc.h  |    2 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c         |  211 +++++++++++---------
 board/atmel/at91sam9261ek/config.mk               |    1 -
 board/atmel/at91sam9261ek/led.c                   |   21 +--
 board/atmel/at91sam9263ek/at91sam9263ek.c         |   62 ++++---
 board/atmel/at91sam9263ek/config.mk               |    1 -
 board/atmel/at91sam9263ek/led.c                   |   13 +-
 boards.cfg                                        |    8 +
 include/configs/at91sam9261ek.h                   |  101 ++++++----
 include/configs/at91sam9263ek.h                   |  100 ++++++----
 16 files changed, 339 insertions(+), 293 deletions(-)
 delete mode 100644 board/atmel/at91sam9261ek/config.mk
 delete mode 100644 board/atmel/at91sam9263ek/config.mk

             reply	other threads:[~2011-06-10 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 15:02 Romain Izard [this message]
2011-06-10 15:02 ` [U-Boot] [PATCH 1/2] at91sam9263ek: fix build errors Romain Izard
2011-06-10 15:02 ` [U-Boot] [PATCH 2/2] at91sam9261ek: " Romain Izard

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=1307718172-23719-1-git-send-email-romain.izard.pro@gmail.com \
    --to=romain.izard.pro@gmail.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