[U-Boot] [PATCH v2 1/1] Coldfire: add amcore board support

Jin Zhengxiong-R64188 R64188 at freescale.com
Thu Nov 1 04:15:43 CET 2012


From: angelo [mailto:angelo70 at gmail.com] 
Sent: Wednesday, October 31, 2012 5:01 PM
To: U-Boot at 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 <sysamfw at gmail.com>
Cc: Jason Jin <jason.jin at 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



More information about the U-Boot mailing list