public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] powerpc/85xx: Add C29x SoC support
Date: Mon, 01 Jul 2013 11:45:25 +0200	[thread overview]
Message-ID: <20130701094525.50A00380DF7@gemini.denx.de> (raw)
In-Reply-To: <1372661036-11828-1-git-send-email-y>

Dear y at tx30smr01.am.freescale.net,

In message <1372661036-11828-1-git-send-email-y> you wrote:
> From: Mingkai Hu <Mingkai.Hu@freescale.com>
> 
> The Freescale C29x family is a high performance crypto co-processor.
> It combines a single e500v2 core with necessary SEC engine. There're
> three SoC types(C291, C292, C293) with the following features:
> 
>  - 512K L2 Cache/SRAM and 512 KB platform SRAM
>  - DDR3/DDR3L 32bit DDR controller
>  - One PCI express (x1, x2, x4) Gen 2.0 Controller
>  - Trust Architecture 2.0
>  - SEC6.0 engine
> 
> Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
> Signed-off-by: Po Liu <Po.Liu@freescale.com>

What exactly is this?   A plain resend of the patch submitted on April
24?  Or a resend of the patch of June 26?  Or a new version?  If so,
what exactly has been changed?


Adding a patch version to the Subject line and a history of changes to
the comment section (as documented for example here [1]) is not
something you can just ignore - this is a mandatory requirement to
have your patches accepted.


[1] http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions


> --- a/arch/powerpc/include/asm/config_mpc85xx.h
> +++ b/arch/powerpc/include/asm/config_mpc85xx.h
> @@ -626,6 +626,18 @@
>  #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
>  #define CONFIG_SYS_CCSRBAR_DEFAULT	0xfe000000
>  
> +#elif defined(CONFIG_C29X)

All other names in this list use the form CONFIG_PPC_<name>, and then
they define a core ID.  Can youy please do the same?  And please, keep
this list sorted.

> --- a/arch/powerpc/include/asm/immap_85xx.h
> +++ b/arch/powerpc/include/asm/immap_85xx.h
> @@ -2147,6 +2147,11 @@ typedef struct ccsr_gur {
>  #ifdef CONFIG_MPC8536
>  #define MPC85xx_PORPLLSR_DDR_RATIO	0x3e000000
>  #define MPC85xx_PORPLLSR_DDR_RATIO_SHIFT	25
> +#elif defined(CONFIG_C29X)

Can we please sort this list of #if defined() lines?

Thanks!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The IQ of the group is the lowest IQ of a member of the group divided
by the number of people in the group.

  parent reply	other threads:[~2013-07-01  9:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01  6:43 [U-Boot] [PATCH 1/2] powerpc/85xx: Add C29x SoC support y at tx30smr01.am.freescale.net
2013-07-01  6:43 ` [U-Boot] [PATCH 2/2] powerpc/c29xpcie: add support for C29XPCIE board y at tx30smr01.am.freescale.net
2013-07-01  9:54   ` Wolfgang Denk
2013-07-01  9:45 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-26  7:23 [U-Boot] [PATCH 1/2] powerpc/85xx: Add C29x SoC support Po Liu
2013-04-24  7:14 Po Liu
2013-06-18 20:19 ` Andy Fleming

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=20130701094525.50A00380DF7@gemini.denx.de \
    --to=wd@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox