All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gaurav Rana <gaurav.rana@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][v2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS
Date: Wed, 3 Dec 2014 14:17:50 +0530	[thread overview]
Message-ID: <1417596470-25644-1-git-send-email-gaurav.rana@freescale.com> (raw)

Secure boot target is added for P5040DS platform.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
---
 board/freescale/corenet_ds/MAINTAINERS | 1 +
 configs/P5040DS_SECURE_BOOT_defconfig  | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 configs/P5040DS_SECURE_BOOT_defconfig

diff --git a/board/freescale/corenet_ds/MAINTAINERS b/board/freescale/corenet_ds/MAINTAINERS
index c8ca674..745847c 100644
--- a/board/freescale/corenet_ds/MAINTAINERS
+++ b/board/freescale/corenet_ds/MAINTAINERS
@@ -27,3 +27,4 @@ F:	configs/P5040DS_defconfig
 F:	configs/P5040DS_NAND_defconfig
 F:	configs/P5040DS_SDCARD_defconfig
 F:	configs/P5040DS_SPIFLASH_defconfig
+F:	configs/P5040DS_SECURE_BOOT_defconfig
diff --git a/configs/P5040DS_SECURE_BOOT_defconfig b/configs/P5040DS_SECURE_BOOT_defconfig
new file mode 100644
index 0000000..8e21ca5
--- /dev/null
+++ b/configs/P5040DS_SECURE_BOOT_defconfig
@@ -0,0 +1,4 @@
+CONFIG_SYS_EXTRA_OPTIONS="SECURE_BOOT"
+CONFIG_PPC=y
+CONFIG_MPC85xx=y
+CONFIG_TARGET_P5040DS=y
-- 
1.8.1.4

             reply	other threads:[~2014-12-03  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-03  8:47 Gaurav Rana [this message]
2015-01-23  0:23 ` [U-Boot] [PATCH][v2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS York Sun

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=1417596470-25644-1-git-send-email-gaurav.rana@freescale.com \
    --to=gaurav.rana@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.