[U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled

2011-06-29 Thread e...@bus-elektronik.de
* Fix compiler error for cpu at91sam9, if lowlevel init is enabled * use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC Signed-off-by: Jens Scharsig --- arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/incl

[U-Boot] AT91: CFI support broken

2011-05-20 Thread e...@bus-elektronik.de
Hello, since "AT91: fix timer.c - remove reset_timer()" was commited the arm926ejs/at91 boards can't compile with cfi_flash support: u-boot/drivers/mtd/cfi_flash.c:576: undefined reference to `re

[U-Boot] [Patch 2/2] update EB+CPU9K2 board

2011-02-04 Thread e...@bus-elektronik.de
* eb_cpux9k2: fix chip select initialization for frame buffer (increase speed) Signed-off-by: Jens Scharsig --- board/BuS/eb_cpux9k2/cpux9k2.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/board/BuS/eb_cpux9k2/cpux9k2.c b/board/BuS/eb_cpux9k2/cpux9k2.c index f

[U-Boot] [Patch 1/2] update EB+CPU9K2 board

2011-02-04 Thread e...@bus-elektronik.de
* Fix: eb_cpux9k2 NFSBOOTCOMMAND Signed-off-by: Jens Scharsig --- include/configs/eb_cpux9k2.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 754fc8b..aabbc6b 100644 --- a/include/configs/eb_cpux9k

[U-Boot] [Patch 0/2] update EB+CPU9K2 board

2011-02-04 Thread e...@bus-elektronik.de
The following two small Patches will update the BuS EB+CPU9K2 board. * Fix: eb_cpux9k2 NFSBOOTCOMMAND * eb_cpux9k2: fix chip select initialization for frame buffer (increase speed) regards Jens Scharsig ___ U-Boot mailing list U-Boot@lists.denx.de ht

[U-Boot] [Patch] make eb_cpux9k2 board usable with 2011.03 -RC1

2011-02-04 Thread e...@bus-elektronik.de
* add CONFIG_AT91_FAMILY (fix error with soft_i2c.c) Signed-off-by: Jens Scharsig --- This patch is essentially to make the eb_cpux9k2 board working/compatible with 2011.03-RC1. include/configs/eb_cpux9k2.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/conf