From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 2 Dec 2014 14:17:30 -0800 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS In-Reply-To: <1417499405-32035-1-git-send-email-gaurav.rana@freescale.com> References: <1417499405-32035-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <547E3A7A.6020900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/01/2014 09:50 PM, Gaurav Rana wrote: > From: Gaurav Kumar Rana > > Secure boot target is added for P5040DS platform. > > Signed-off-by: Gaurav Kumar Rana > --- > configs/P5040DS_SECURE_BOOT_defconfig | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 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 > This is a new target. Please update MAINTAINER file. Please make sure you tested it on top of tree. York