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
-> 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
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
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
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
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
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
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
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)
--
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
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
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
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
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
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
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
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
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
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
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(+),
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
21 matches
Mail list logo