[U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error

2017-03-14 Thread Vinitha Pillai-B57223
After application of SPL size reduction patch, powerPC compilation breaks, as a macro CONFIG_CMD_BLOB is being defined for powerpc, but for SPL size reducion blobbing has been removed for SPL compilation. So that had to be removed from SPL compilation for powerPC platform as well. Signed-off-by: V

[U-Boot] [PATCH] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation

2017-03-30 Thread Vinitha Pillai-B57223
BLOB feature is not required during SPL compilation. Signed-off-by: Vinitha Pillai Signed-off-by: Sumit Garg --- Changes in v2: Changed the commit message. Since BLOB feature is not to be used on T1042RDB, it is removed arch/powerpc/include/asm/fsl_secure_boot.h | 2 +- 1 file changed, 1 inse

[U-Boot] [PATCH][v2][RESEND] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation

2017-03-30 Thread Vinitha Pillai-B57223
BLOB feature is not required during SPL compilation. Signed-off-by: Vinitha Pillai Signed-off-by: Sumit Garg --- Changes in v2: Changed the commit message. Since BLOB feature is not to be used on T1042RDB, it is removed arch/powerpc/include/asm/fsl_secure_boot.h | 2 +- 1 file changed, 1 inse

[U-Boot] [PATCH] LS1021ATWR: Modify u-boot size for sd secure boot

2017-01-30 Thread Vinitha Pillai-B57223
modified to accommodate the increase in uboot size. Signed-off-by: Vinitha Pillai-B57223 Reviewed-by: Sumit Garg Reviewed-by: Ruchika Gupta Reviewed-by: Prabhakar Kushwaha --- arch/arm/include/asm/fsl_secure_boot.h | 4 ++-- include/configs/ls1021atwr.h | 4 ++-- 2 files changed, 4

[U-Boot] [RESEND PATCH v2] LS1021ATWR: Modify u-boot size for sd secure boot

2017-02-02 Thread Vinitha Pillai-B57223
modified to accommodate the increase in uboot size. Signed-off-by: Vinitha Pillai-B57223 Reviewed-by: Sumit Garg Reviewed-by: Ruchika Gupta Reviewed-by: Prabhakar Kushwaha --- Changes in v2: Changed the commit message and added reviewers arch/arm/include/asm/fsl_secure_boot.h | 4 ++-- include

[U-Boot] [PATCH] arm64: ls2088ardb: Add distro secure boot support

2017-06-11 Thread Vinitha Pillai-B57223
Enable validation of boot.scr script prior to its execution dependent on "secureboot" flag in environment. Also enable "secureboot=y" flag in environment for ARM based platforms instead of bootcmd. Signed-off-by: Vinitha Pillai Signed-off-by: Sumit Garg --- This patch depends on the following p

[U-Boot] [PATCH] SECURE BOOT: Add fall back option

2017-11-19 Thread Vinitha Pillai-B57223
Add nor/sd/qspi fall back option for LS1043, LS1046, LS1021 Signed-off-by: Vinitha Pillai-B57223 This patch depends on the following patches https://patchwork.ozlabs.org/patch/836267/ https://patchwork.ozlabs.org/patch/836264/ https://patchwork.ozlabs.org/patch/836265

[U-Boot] [PATCH v2] SECURE BOOT: Add fall back option

2017-11-21 Thread Vinitha Pillai-B57223
Add fall back option, to boot from NOR/QSPI/SD for LS1043, LS1046, LS1021 in case of distro boot failure. LS1046: Add kernel validation in case of secure boot in sd_bootcmd and qspi_bootcmd LS1043 and LS1021: Add kernel validation in case of secure boot in sd_bootcmd, qspi_bootcmdand nor_bootcmd

[U-Boot] [PATCH] LS2088ARDB: Fix NOR fall back option failure

2018-01-08 Thread Vinitha Pillai-B57223
From: Vinitha V Pillai Signed-off-by: Vinitha V Pillai --- include/configs/ls2080ardb.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 6f3301c..8770c6b 100644 --- a/include/configs/ls2080ardb.h

[U-Boot] [U-Boot,v2,3/3] LS1046ARDB: Add QSPI Secure Boot target

2017-01-03 Thread Vinitha Pillai-B57223
From: Sumit Garg Add QSPI Secure Boot target. Also enable sec init. Signed-off-by: Vinitha Pillai Signed-off-by: Sumit Garg --- Changes in v2: Split patches logically from 2 to 3. board/freescale/ls1046ardb/MAINTAINERS| 4 board/freescale/ls1046ardb/ls1046ardb.c | 19 +++

[U-Boot] [PATCH] LS1021ATWR: Modify u-boot size for sd secureboot

2017-01-20 Thread Vinitha Pillai-B57223
modified to accommodate the increase in uboot size. Signed-off-by: Vinitha Pillai-B57223 --- arch/arm/include/asm/fsl_secure_boot.h | 4 ++-- include/configs/ls1021atwr.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch