
Hi,
On Tue, 30 Oct 2012 11:46:05 +0100 "Jens Scharsig (BuS Elektronik)" esw@bus-elektronik.de wrote:
From: "Jens Scharsig (BuS Elektronik)" esw@bus-elektronik.de
- 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 0 instead of bank 1 on boot
- enable on board frame buffer instead external
- remove fake mac address form config
- add watchdog support
- add status led support
Signed-off-by: Jens Scharsig (BuS Elektronik) esw@bus-elektronik.de
changes since V1:
remove autodetect video, don't work on all hardware revisions
board/BuS/eb_cpu5282/Makefile | 2 +- board/BuS/eb_cpu5282/cfm_flash.c | 212 ------------------- board/BuS/eb_cpu5282/cfm_flash.h | 40 ---- board/BuS/eb_cpu5282/config.mk | 27 --- board/BuS/eb_cpu5282/eb_cpu5282.c | 110 +++++++--- board/BuS/eb_cpu5282/flash.c | 415 ------------------------------------- boards.cfg | 2 +- include/configs/eb_cpu5282.h | 102 +++++---- 8 files changed, 146 insertions(+), 764 deletions(-) delete mode 100644 board/BuS/eb_cpu5282/cfm_flash.c delete mode 100644 board/BuS/eb_cpu5282/cfm_flash.h delete mode 100644 board/BuS/eb_cpu5282/config.mk delete mode 100644 board/BuS/eb_cpu5282/flash.c
Applied to staging/agust@denx.de after fixing a build warning and some small style issues. Please next time use tools/checkpatch.pl for checking the patches before submission. Thanks!
Anatolij