All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo70@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/1] add support for mcf5307
Date: Sun, 02 Oct 2011 10:35:12 +0200	[thread overview]
Message-ID: <4E882240.2040702@gmail.com> (raw)
In-Reply-To: <BE72CBA69B1D6F44B0680DF984332A32291DE3@039-SN1MPN1-005.039d.mgd.msft.net>

Hi Jason an all,

many thanks for the feedback,
sure, i post another updated patch-set, as a cpu patch followed from board patch, in some minutes.

Regards
angelo

On 30/09/2011 11:15, Jin Zhengxiong-R64188 wrote:
>> -----Original Message-----
>> From: angelo [mailto:angelo70 at gmail.com]
>> Sent: Thursday, September 22, 2011 4:06 AM
>> To: U-Boot at lists.denx.de; Jin Zhengxiong-R64188
>> Subject: [PATCH v4 1/1] add support for mcf5307
>>
>> Add support for mcf5307 cpu.
>>
>> Signed-off-by: Angelo Dureghello <sysamfw@gmail.com>
>> ---
>>
>> Changes for v4:
>>      - all previous patches was wrong, some files was missing, for an
>>        improper usage of git.
>>
>>   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   |  162 +++++++++++++++++++++++
>>   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/cache.h      |    2 +-
>>   arch/m68k/include/asm/immap.h      |   22 +++
>>   arch/m68k/include/asm/immap_5307.h |   78 +++++++++++
>>   arch/m68k/include/asm/m5307.h      |  124 ++++++++++++++++++
>>   arch/m68k/include/asm/timer.h      |    2 +-
>>   include/common.h                   |    6 +-
>>   14 files changed, 876 insertions(+), 5 deletions(-)
>>
> Hi, Angelo,
> I suggest to send all the patchset including the board file changes so that
> we can at least test the building. Thanks.
> 
> Jason 
> 
> 

      reply	other threads:[~2011-10-02  8:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-21 20:05 [U-Boot] [PATCH v4 1/1] add support for mcf5307 angelo
2011-09-30  9:15 ` Jin Zhengxiong-R64188
2011-10-02  8:35   ` Angelo Dureghello [this message]

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=4E882240.2040702@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.