From: angelo <angelo70@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu
Date: Mon, 22 Aug 2011 10:07:07 +0200 [thread overview]
Message-ID: <4E520E2B.4060600@gmail.com> (raw)
In-Reply-To: <BE72CBA69B1D6F44B0680DF984332A32249E09@039-SN1MPN1-005.039d.mgd.msft.net>
On 22/08/2011 05:49, Jin Zhengxiong-R64188 wrote:
>> -----Original Message-----
>> From: Angelo Dureghello [mailto:angelo70 at gmail.com]
>> Sent: Friday, August 12, 2011 5:20 AM
>> To: U-Boot at lists.denx.de
>> Cc: Jin Zhengxiong-R64188
>> Subject: [PATCH 1/1 V2] add support for mcf5307 cpu
>>
>> Add cpu related files and memory map includes. Apply the related
>> minor changes to general coldfire architecture include files.
>>
>> Signed-off-by: Angelo Dureghello<sysamfw@gmail.com>
>> ---
>> arch/m68k/cpu/mcf530x/Makefile | 48 +++++++
>> arch/m68k/cpu/mcf530x/config.mk | 25 ++++
>> arch/m68k/cpu/mcf530x/cpu.c | 48 +++++++
>> arch/m68k/cpu/mcf530x/cpu.h | 33 +++++
>> arch/m68k/cpu/mcf530x/cpu_init.c | 164 +++++++++++++++++++++++
>> arch/m68k/cpu/mcf530x/interrupts.c | 42 ++++++
>> arch/m68k/cpu/mcf530x/speed.c | 36 +++++
>> arch/m68k/cpu/mcf530x/start.S | 253 ++++++++++++++++++++++++++++++++++++
>> arch/m68k/include/asm/immap_5307.h | 78 +++++++++++
>> arch/m68k/include/asm/m5307.h | 119 +++++++++++++++++
>> 10 files changed, 846 insertions(+), 0 deletions(-)
>> create mode 100644 arch/m68k/cpu/mcf530x/Makefile
>> create mode 100644 arch/m68k/cpu/mcf530x/config.mk
>> create mode 100644 arch/m68k/cpu/mcf530x/cpu.c
>> create mode 100644 arch/m68k/cpu/mcf530x/cpu.h
>> create mode 100644 arch/m68k/cpu/mcf530x/cpu_init.c
>> create mode 100644 arch/m68k/cpu/mcf530x/interrupts.c
>> create mode 100644 arch/m68k/cpu/mcf530x/speed.c
>> create mode 100644 arch/m68k/cpu/mcf530x/start.S
>> create mode 100644 arch/m68k/include/asm/immap_5307.h
>> create mode 100644 arch/m68k/include/asm/m5307.h
>>
> [Jin Zhengxiong-R64188] Could you please try to merge the 5307 cpu to mcf532x as we
> already have two ColdFire V3 boards here(We can try to rename the mcf532x to such as
> mcf53xx later for less confuse). You can keep the immap_5307.h and m5307.h
> for the 5307 cpu. All the other files are similar with the files for the two V3 boards
> except the cpu_init.c file.
>
> Thanks.
>
> Jason
>
>
Hi Jason,
thanks for the feedbacks,
sure i can review the patch as you suggest. Will repost the patch asap,
in some days.
Regards,
angelo
<http://www.sysam.it>
next prev parent reply other threads:[~2011-08-22 8:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 21:20 [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu Angelo Dureghello
2011-08-22 3:49 ` Jin Zhengxiong-R64188
2011-08-22 8:07 ` angelo [this message]
2011-08-23 20:05 ` Angelo Dureghello
2011-10-06 22:00 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2011-09-02 11:41 angelo
2011-09-05 9:02 ` Jin Zhengxiong-R64188
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E520E2B.4060600@gmail.com \
--to=angelo70@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.