From: angelo [mailto:angel...@gmail.com] Sent: Wednesday, October 31, 2012 5:01 PM To: U-Boot@lists.denx.de Cc: Jin Zhengxiong-R64188 Subject: [PATCH v2 1/1] Coldfire: add amcore board support
This patch adds support for the amcore board, mcf5307 based. Patch adds also support for mcf5307. Signed-off-by: Angelo Dureghello <sysa...@gmail.com> Cc: Jason Jin <jason....@freescale.com> --- Changes in v2: - Added missing entry to MAINTAINERS - Added missing entry to boards.cfg --- MAINTAINERS | 4 + arch/m68k/cpu/mcf530x/Makefile | 48 ++++ arch/m68k/cpu/mcf530x/config.mk | 30 +++ arch/m68k/cpu/mcf530x/cpu.c | 48 ++++ arch/m68k/cpu/mcf530x/cpu.h | 33 +++ arch/m68k/cpu/mcf530x/cpu_init.c | 160 +++++++++++++ arch/m68k/cpu/mcf530x/interrupts.c | 43 ++++ arch/m68k/cpu/mcf530x/speed.c | 38 +++ arch/m68k/cpu/mcf530x/start.S | 253 ++++++++++++++++++++ arch/m68k/include/asm/cache.h | 2 +- arch/m68k/include/asm/immap.h | 22 ++ arch/m68k/include/asm/immap_5307.h | 78 ++++++ arch/m68k/include/asm/m5307.h | 123 ++++++++++ board/sysam/amcore/Makefile | 43 ++++ board/sysam/amcore/amcore.c | 174 ++++++++++++++ board/sysam/amcore/config.mk | 23 ++ board/sysam/amcore/flash.c | 462 ++++++++++++++++++++++++++++++++++++ board/sysam/amcore/u-boot.lds | 101 ++++++++ boards.cfg | 1 + include/configs/amcore.h | 193 +++++++++++++++ include/flash.h | 1 + 21 files changed, 1879 insertions(+), 1 deletion(-) -------------------------------------- The patches have format issues, Please try git-send-email to send the patches with plain text format. Please use clear description for the patch name and patch description. You have the same name for two different patches. It seems this patch is a combination of the other two patches, Please separate the patches into cpu related patches and board related patches. Thanks. Jason _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot