[U-Boot] [PATCH 0/2] AT91 rework: fix build errors for at91sam(9261/9g10/9263)ek
Romain Izard
romain.izard.pro at gmail.com
Fri Jun 10 17:02:50 CEST 2011
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
More information about the U-Boot
mailing list