public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] AT91 rework: fix build errors for at91sam(9261/9g10/9263)ek
@ 2011-06-10 15:02 Romain Izard
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Izard @ 2011-06-10 15:02 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-10 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 15:02 [U-Boot] [PATCH 0/2] AT91 rework: fix build errors for at91sam(9261/9g10/9263)ek Romain Izard
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox