[U-Boot] [PATCH] rename EB+MCF-EV123 to its current marketing name EB+CPU5282

2012-05-02 Thread Jens Scharsig (BuS Elektronik)
From: Jens Scharsig * rename board directory to eb_cpu5282 * rename EB+MCF-EV123_.*config to eb_cpu5282_.*config * add Maintainer for EB+CPU5282 board * rename prompt Signed-off-by: Jens Scharsig (BuS Elektronik) --- MAINTAINERS|4 board/BuS

[U-Boot] [PATCH] * Fix: watchdog timed out, if flash blank (0xFF) blocks

2012-01-27 Thread Jens Scharsig (BuS Elektronik)
-> watchdog timed out mw.w $(copy_addr) 1;cp.b $(copy_addr) 1088 2 -> watchdog not timed out This patch adds an extra watchdog reset in front of flash ready check. Signed-off-by: Jens Scharsig (BuS Elektronik) --- drivers/mtd/cfi_flash.c |3 +++ 1 files chan

[U-Boot] [PATCH V2] atmel: eb_cpux9k2: add ram target configuration

2012-09-04 Thread Jens Scharsig (BuS Elektronik)
From: Jens Scharsig * add ram target for EB+CPUx9k2 board (eb_cpux9k2_ram_config) Signed-off-by: Jens Scharsig Signed-off-by: Jens Scharsig (BuS Elektronik) --- fix code styling boards.cfg |3 ++- include/configs/eb_cpux9k2.h |7 ++- 2 files changed, 8

[U-Boot] [PATCH] m68k: fix debug call befor serial init

2013-01-15 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" There is a debug call in board.c befor serial interface was initialized. This moves the debug code behind serial_initialize call. Signed-off-by: Jens Scharsig (BuS Elektronik) --- arch/m68k/lib/board.c |4 ++-- 1 file changed, 2 insert

[U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board

2012-03-19 Thread Jens Scharsig (BuS Elektronik)
Signed-off-by: Jens Scharsig (BuS Elektronik) --- board/atmel/at91sam9263ek/at91sam9263ek.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c index 41ec752..60ff1c0 100644 --- a/board

[U-Boot] [PATCH] Fix: AT91SAM9263 nor flash usage Fix: board doesn't boot from norflash Fix: environment can't write to flash (end address/start address not on sector boundary)

2012-03-19 Thread Jens Scharsig (BuS Elektronik)
Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/at91sam9263ek.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 8399246..f02f245 100644 --- a/include/configs/at91sam9263ek.h

[U-Boot] [PATCH] Fix: AT91SAM9263 nor flash usage

2012-03-19 Thread Jens Scharsig (BuS Elektronik)
Fix: board doesn't boot from norflash Fix: environment can't write to flash (end address/start address not on sector boundary) Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/at91sam9263ek.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) di

[U-Boot] [PATCH] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" Since UBIFS is enabled for cpux9k2, more malloc space is needed. For the current uboot 2013.10-rcX the size is to small, this will fix the startup problems by increasing the mallog space. Signed-off-by: Jens Scharsig (BuS Elektronik) --- inclu

[U-Boot] [PATCH V2] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" Since UBIFS is enabled for cpux9k2, more malloc space is needed. For the current uboot 2013.10-rcX the size is to small, this will fix the startup problems by increasing the mallog space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) --

[U-Boot] [PATCH] coldfire: cpu5282: increase malloc space to fix crash on start u-boot

2013-09-22 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" The malloc space is to small to boot, the current uboot 2013.10-rcX, This will fix the startup problems by increasing the mallog space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/eb_cpu5282.h | 2 +- 1 file

[U-Boot] [PATCH] Fix: nommu I2C adapter relocation error

2013-10-14 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" NoMMU systems have a access violation problem with i2c_reloc_fixup. Blame for it is a double relocation of the adapter itself. The i2c_adap_p is already relocated, if i2c_reloc_fixup is called. This patch removes the relocation of i2c_a

[U-Boot] [PATCH] ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target

2013-10-28 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" Since more functions are enabled, the eb_cpux9k2_ram target does not boot. This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram end. Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/eb_cpux9k2.h

[U-Boot] [PATCH] arm: atmel: eb_cpux9k2: config clean up

2013-11-29 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" * remove mature defines from board config Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/eb_cpux9k2.h | 4 1 file changed, 4 deletions(-) diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h ind

[U-Boot] [PATCH] arm: atmel: cpux9k2: board update and enhancement

2013-08-19 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" - remove jffs2 support, board doesn't use this anymore - add ubifs support - change sizes and start for partitions Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/eb

[U-Boot] [PATCH V2] arm: atmel: cpux9k2: board update and enhancement

2013-08-19 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" - remove jffs2 support, board doesn't use this anymore - add ubifs support - change sizes and start for partitions Signed-off-by: Jens Scharsig (BuS Elektronik) --- sorry about this fast V2. localversion-eb_cpux9k2 are now removed from

[U-Boot] [PATCH V3] arm: atmel: cpux9k2: board update and enhancement

2013-08-21 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" - fix adresses in env settings in config header - add missing CONFIG_STANDALONE_LOAD_ADDR to eb_cpux9k2 config header - remove jffs2 support, board doesn't use this anymore - add ubifs support - change sizes and start for partitions Sign

[U-Boot] [PATCH] arm: atmel: cpux9k2: add missing cache configs

2012-10-19 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" * add CONFIG_SYS_CACHELINE_SIZE to eb_cpux9k2 board config header * dissable dcache (CONFIG_SYS_DCACHE_OFF) for eb_cpux9k2 Signed-off-by: Jens Scharsig (BuS Elektronik) --- This patch is send in reqest of <http://lists.denx.de/pipermai

[U-Boot] [PATCH] M68K: eb_cpu5282: general update and enhanced board support

2012-10-29 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" - update clock settings for higher perfomance - change standard baud rate to 115200 - fix flash base address - remove unused defines - add I2C support - switch form board dependent flash to cfi - remove board dependent flash code - use sdram bank

[U-Boot] [PATCH V2] M68K: eb_cpu5282: general update and enhanced board support

2012-10-30 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" - update clock settings for higher perfomance - change standard baud rate to 115200 - fix flash base address - remove unused defines - add I2C support - switch form board dependent flash to cfi - remove board dependent flash code - use sdram bank

[U-Boot] [PATCH] Video: fix compiler warnings in bus_vcxk

2012-11-14 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" if a board uses the vcxk driver option CONFIG_SYS_VCXK_DOUBLEBUFFERD, compilier shows warnings. This patch will fix it. Signed-off-by: Jens Scharsig (BuS Elektronik) --- drivers/video/bus_vcxk.c |2 +- 1 file changed, 1 insertion(+),

[U-Boot] [PATCH] coldfire: eb_cpu5282: fix: boot from internal flash

2012-11-20 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" * By a sequence of unfavorable conditions in the config header file, the eb_cpu5282 booting from internal stopped after relocation. Blame it is a faulty value of CONFIG_SYS_MONITOR_BASE. This patch fix this by replace the wrong condition i