All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] powerpc/c29xpcie: Add secure boot support
Date: Tue, 25 Nov 2014 08:22:10 -0800	[thread overview]
Message-ID: <5474ACB2.3000708@freescale.com> (raw)
In-Reply-To: <1416908568-5482-1-git-send-email-Mingkai.Hu@freescale.com>

On 11/25/2014 01:42 AM, Mingkai Hu wrote:
> From: Po Liu <Po.Liu@freescale.com>
> 
> Add NOR and SPI flash secure boot target for C29XPCIE board.
> 
> Signed-off-by: Po Liu <Po.Liu@freescale.com>
> Signed-off-by: Mingkai.Hu <Mingkai.Hu@freescale.com>
> ---
>  configs/C29XPCIE_NOR_SECBOOT_defconfig      | 4 ++++
>  configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig | 4 ++++
>  include/configs/C29XPCIE.h                  | 2 ++
>  3 files changed, 10 insertions(+)
>  create mode 100644 configs/C29XPCIE_NOR_SECBOOT_defconfig
>  create mode 100644 configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
> 
> diff --git a/configs/C29XPCIE_NOR_SECBOOT_defconfig b/configs/C29XPCIE_NOR_SECBOOT_defconfig
> new file mode 100644
> index 0000000..86751cf
> --- /dev/null
> +++ b/configs/C29XPCIE_NOR_SECBOOT_defconfig
> @@ -0,0 +1,4 @@
> +CONFIG_SYS_EXTRA_OPTIONS="C29XPCIE,36BIT,SECURE_BOOT"
> +CONFIG_PPC=y
> +CONFIG_MPC85xx=y
> +CONFIG_TARGET_C29XPCIE=y
> diff --git a/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
> new file mode 100644
> index 0000000..d1a42b2
> --- /dev/null
> +++ b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
> @@ -0,0 +1,4 @@
> +CONFIG_SYS_EXTRA_OPTIONS="C29XPCIE,36BIT,SPIFLASH,SECURE_BOOT"
> +CONFIG_PPC=y
> +CONFIG_MPC85xx=y
> +CONFIG_TARGET_C29XPCIE=y
> diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
> index 5d11278..1d8dce8 100644
> --- a/include/configs/C29XPCIE.h
> +++ b/include/configs/C29XPCIE.h
> @@ -579,4 +579,6 @@
>  
>  #define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND
>  
> +#include <asm/fsl_secure_boot.h>
> +
>  #endif	/* __CONFIG_H */
> 

Mingkai,

I see you sent another patch by mistake. You should add a new version number to
this one because their subject are the same.

Please update MAINTAINERS file when you add new targets.

York

  reply	other threads:[~2014-11-25 16:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-25  9:42 [U-Boot] [PATCH] powerpc/c29xpcie: Add secure boot support Mingkai Hu
2014-11-25 16:22 ` York Sun [this message]
2014-11-25 16:40   ` Mingkai.Hu at freescale.com
2014-11-25 17:19     ` York Sun
  -- strict thread matches above, loose matches on Subject: below --
2014-11-25  9:39 Mingkai Hu
2014-11-25  9:43 ` Mingkai.Hu at freescale.com

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=5474ACB2.3000708@freescale.com \
    --to=yorksun@freescale.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.